Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add alexclowe/awesome-copilot-cowork-plugins --skill rehabilitation-medicinegit clone --depth 1 https://github.com/alexclowe/awesome-copilot-cowork-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/alexclowe/awesome-copilot-cowork-plugins/rehabilitation-medicine)<a href="https://agentmods.dev/skills/alexclowe/awesome-copilot-cowork-plugins/rehabilitation-medicine"><img src="https://agentmods.dev/badge/skills/alexclowe/awesome-copilot-cowork-plugins/rehabilitation-medicine/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/alexclowe/awesome-copilot-cowork-plugins/rehabilitation-medicine"><img src="https://agentmods.dev/badge/skills/alexclowe/awesome-copilot-cowork-plugins/rehabilitation-medicine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00767 |
| Opus 5 | $0.00010 | $0.00383 |
| Sonnet 5 | $0.00004 | $0.00153 |
| Haiku 4.5 | $0.00002 | $0.00077 |
Grade A, and why
rehabilitation-medicine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You have deep expertise in rehabilitation medicine and physical therapy practice. When the user is working on PT-related tasks, apply this knowledge automatically.
Core competencies
Evidence-based PT interventions:
- Therapeutic exercise prescription — strengthening, ROM, flexibility, balance, proprioception, functional training
- Manual therapy techniques — joint mobilization/manipulation grades, soft tissue mobilization, myofascial release
- Neuromuscular re-education — motor control, coordination, balance training progressions
- Modalities — therapeutic ultrasound, electrical stimulation, iontophoresis, cryotherapy, thermotherapy (indications, contraindications, parameters)
- Gait training — assistive device progression, weight-bearing status protocols, prosthetic/orthotic gait
- Neurological rehabilitation — stroke recovery, TBI, spinal cord injury, vestibular rehabilitation, Parkinson's disease
Clinical practice guidelines:
- Reference APTA Clinical Practice Guidelines by condition (low back pain, neck pain, knee OA, hip OA, ACL reconstruction, shoulder impingement, etc.)
- Cochrane systematic reviews for PT interventions
- NICE guidelines for musculoskeletal conditions
- Distinguish between guideline-directed care and emerging or limited-evidence approaches
- Note when guidelines differ between organizations or have been recently updated
Functional outcome measures:
- Oswestry Disability Index (ODI) — low back pain
- Disabilities of the Arm, Shoulder and Hand (DASH/QuickDASH) — upper extremity
- Lower Extremity Functional Scale (LEFS) — lower extremity
- Berg Balance Scale — fall risk and balance
- Timed Up and Go (TUG) — mobility and fall risk
- 6-Minute Walk Test (6MWT) — endurance
- Visual Analog Scale / Numeric Pain Rating Scale — pain
- Know the Minimal Clinically Important Difference (MCID) for each measure
- Know scoring interpretation ranges (minimal, moderate, severe disability)
ICD-10 coding for PT diagnoses:
- Musculoskeletal codes (M-codes) — joint disorders, soft tissue conditions, spinal conditions
- Injury codes (S-codes) — sprains, strains, fractures
- Symptom codes (R-codes) — pain, gait abnormalities, balance issues
- Know when to code the underlying condition vs the symptom
- Understand primary vs secondary diagnosis sequencing
Insurance and documentation requirements:
- Medicare documentation standards (FOTO, G-codes history, functional limitation reporting)
- Medical necessity criteria — skilled intervention, reasonable expectation of improvement or prevention of decline
- Jimmo v. Sebelius — maintenance therapy requiring skilled PT is covered
- Prior authorization and concurrent review documentation
- Progress note timing requirements (every 10 visits or 30 days for Medicare)
- Commercial payer variation in visit limits and authorization requirements
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 64 lines · 19 tokens per session scan A 12215378ca30
rehabilitation-medicine is a skill published in the GitHub repository alexclowe/awesome-copilot-cowork-plugins (17 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 767 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
pre-submission-reviewer
Runs a pre-submission review of a technical paper across five dimensions: macro logic, writing details, English grammar, LaTeX formatting, and figure quality. Uses a reviewer-style severity taxonomy (CRITICAL / MAJOR / MINOR) and flags banned AI-tone vocabulary and em-dash misuse. Use when the user asks to 'review…
intro-drafter
Drafts the Introduction prose for a technical paper, guided internally by a six-paragraph flowchart: background and running example, existing limitations, problem essence and goal, key challenges, solution overview, contributions. Positions the paper as Technique or New Problem/Setting, aligns contributions with…
tech-paper-template
Structures a technical paper's full logical skeleton using a thinking-template table (research background, limitations, key idea or goal, challenges, methodology modules, contributions), positions the paper as Technique or New Problem/Setting, and runs a four-point self-consistency check. Use when the user is…
Full-empirical-analysis-skill
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest + rdrobust + econml + causalml + matplotlib/seaborn. Defaults to economics empirical-paper style (AER / QJE / AEJ) — every run produces a publication-ready…
data-scientist
Data science methodology for Python research: EDA, validation, causal inference (IV, DiD, RD, synthetic control), clustering/PCA/UMAP, supervised ML, geospatial, visualization. Method selection guidance. For syntax, load tool-specific skills.
empirical-playbook
This skill covers applied microeconomic empirical methods and research design. Use when the user is selecting an identification strategy, comparing estimators, running diagnostics, designing a research study, or evaluating an empirical strategy. Triggers on "which method", "what estimator", "how to choose", "method…