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 agentmods add commands/mirinodev/maestro/healthgit clone --depth 1 https://github.com/mirinodev/maestroWrote 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/commands/mirinodev/maestro/health)<a href="https://agentmods.dev/commands/mirinodev/maestro/health"><img src="https://agentmods.dev/badge/commands/mirinodev/maestro/health.svg" alt="Measured on agentmods" 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.00000 | $0.02344 |
| Opus 5 | $0.00000 | $0.01172 |
| Sonnet 5 | $0.00000 | $0.00469 |
| Haiku 4.5 | $0.00000 | $0.00234 |
Grade A, and why
health scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST -H 'Content-type: application/json' \ How it starts
The opening of the file, as written. The whole thing — 388 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🔸 health
Command to check the health of orchestra members (Git worktrees), detect and fix issues. Provides comprehensive diagnosis including detection of old orchestra members, uncommitted changes, and synchronization status with remote branches.
Overview
mst health [options]
mst check [options] # alias
Usage Examples
Basic Usage
# Check health of all orchestra members
mst health
# Auto-fix fixable issues
mst health --fix
# Delete old orchestra members (default: 30+ days)
mst health --prune
# Display detailed information
mst health --verbose
Options
| Option | Short | Description | Default |
|---|---|---|---|
--fix |
-f |
Auto-fix fixable issues | false |
--prune |
-p |
Delete old orchestra members | false |
--days <n> |
-d |
Days to consider as old | 30 |
--verbose |
-v |
Display detailed information | false |
--json |
-j |
Output in JSON format | false |
--dry-run |
-n |
Show results without actually fixing | false |
Detected Issues
stale (Old Orchestra Members)
Orchestra members not updated for a long time:
⚠️ stale: feature/old-feature
Last commit: 45 days ago
Recommendation: Review and delete if no longer needed
orphaned (Orphaned Orchestra Members)
Orchestra members without remote branches:
❌ orphaned: feature/deleted-remote
Remote branch 'origin/feature/deleted-remote' not found
Recommendation: Delete worktree or push to remote
diverged (Significantly Diverged)
Orchestra members that have diverged significantly from main branch:
⚠️ diverged: feature/long-running
Behind main: 152 commits
Ahead of main: 23 commits
Recommendation: Rebase or merge with main branch
uncommitted (Uncommitted Changes)
Orchestra members with uncommitted changes:
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.
- 5d ago First seen · 388 lines · 0 tokens per session scan A 0cede9ac39bb
health is a command published in the GitHub repository mirinodev/maestro (9 stars, last pushed 11mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,344 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
audit-agents-skills
Audit quality of agents, skills, and commands in a Claude Code project.
audit-quiz-coverage
Find quiz coverage gaps from recent guide/CHANGELOG/CC-releases changes and propose new questions.
version
Display current guide and Claude Code versions.
diff-docs
Compare official Anthropic docs baseline vs current snapshot (no network — instant).
init-docs
Fetch official Anthropic Claude Code docs and store as local baseline snapshot.
catchup
This command was migrated to a skill in Claude Code 2.1.3. See: examples/skills/catchup/SKILL.md.