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/primeline-ai/evolving-lite/healthgit clone --depth 1 https://github.com/primeline-ai/evolving-liteWrote 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/primeline-ai/evolving-lite/health)<a href="https://agentmods.dev/commands/primeline-ai/evolving-lite/health"><img src="https://agentmods.dev/badge/commands/primeline-ai/evolving-lite/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.00024 | $0.00503 |
| Opus 5 | $0.00012 | $0.00251 |
| Sonnet 5 | $0.00005 | $0.00101 |
| Haiku 4.5 | $0.00002 | $0.00050 |
Grade A, and why
health 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 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.
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.
What it actually says
Run the native Self-Star Doctor and show the user the junction board.
Process
- Run the Doctor:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/doctor.py"
-
Show the user the board it prints. It covers 7 junctions:
- delegation - synthetic prompt produces a valid delegation decision row
- fitness - a synthetic event flows to a bounded cognitive-fitness score
- autoevolve - the optimizer is present, kill-switches read correctly, one scored mutation cycle runs
- steward - the maintenance checks emit zero false findings on a clean repo
- verifier-spine - the EPT spine resolves and a markerless completion claim is blocked under autonomy
- security - the tier-check classifies a known command and the content-scanner flags a planted secret + injection
- kairn-link - the user's Kairn prerequisite is installed and reachable
-
Interpret for the user:
- GREEN = healthy and proven by a synthetic pulse.
- YELLOW = present but degraded (e.g. Kairn installed but its MCP server not yet registered). Tell them the one concrete step the
detailfield names. - RED = absent or throwing. The most common RED is kairn-link on a fresh machine: tell them to run
pip install kairn-ai(Kairn is a required prerequisite) and register its MCP server in their Claude Code config.
Notes
- The Doctor runs its synthetic loop pulse in an isolated scratch copy of the plugin. It never writes your real ledgers, so running
/healthas often as you like is safe. - The Doctor heals conservatively: it creates only missing empty scaffolding (cache dirs, ledgers,
.gitkeep). It will ask before touching yoursettings.jsonand never overwrites or deletes anything. - For machine-readable output:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/doctor.py" --json. - The same Doctor runs once automatically on your first session (a quick wiring + preflight check);
/healthis the full, re-runnable version.
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 · 35 lines · 24 tokens per session scan A d5f9e18ec6f4
health is a command published in the GitHub repository primeline-ai/evolving-lite (48 stars, last pushed 19d ago), licensed MIT. It adds 24 tokens to every session and 503 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-08-30.
Other commands, from other repositories
my_brand
Interactive brand identity creation with archetypes, colors, typography, and voice guidelines. Use when user mentions "brand", "colors", "typography", "brand.md", "design system", or "visual identity".
my_commit
Create a well-formatted commit following project conventions (auto-detects Conventional Commits, Gitmoji, or Simple style).
my_send
Complete pre-commit workflow - runs review, docs, and commit in sequence.
my_audit
Audit existing Claude Code setup and project documentation with quality report. Use when user mentions "audit", "check setup", "quality report", "review CLAUDE.md", or "what's missing".
my_setup
Create optimized CLAUDE.md using project.md, brand.md, and codebase analysis. Use when user mentions "setup", "CLAUDE.md", "configure Claude", "claude code setup", or "technical docs".
my_research
Start comprehensive business research with market analysis, competitor intelligence, and idea validation.