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/jondarza/loadout/docs-migrategit clone --depth 1 https://github.com/JOndarza/loadoutWhat 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 | $0.00021 | $0.00609 |
| Opus 5 | $0.00010 | $0.00304 |
| Sonnet 5 | $0.00004 | $0.00122 |
| Haiku 4.5 | $0.00002 | $0.00061 |
Grade A, and why
docs-migrate 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 2d 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 docs-architect skill in migrate mode. Non-destructive: originals are preserved as .deprecated, nothing is deleted automatically.
Flow:
- Scan
docs/_lite/*.summary.mdand list all summary files found. - For each summary, propose a target in
.claude/rules/:business-context.md→.claude/rules/business-context.md(always-loaded)architecture.summary.md→.claude/rules/architecture.md(always-loaded)coding-rules.summary.md→ ask: split intobackend.md+frontend.md(path-scoped) or keep as singlecoding-rules.md(always-loaded)?api-contracts.summary.md→.claude/rules/api.md(path-scoped to**/Controllers/**,**/routes/**)database-schema.summary.md→.claude/rules/database.md(path-scoped to**/Entities/**,**/migrations/**)tech-stack.summary.md→.claude/rules/tech-stack.md(always-loaded)deployment.summary.md→.claude/rules/deployment.md(path-scoped todocker-compose*,Dockerfile*,.env*)roadmap.summary.md,backlog.summary.md,bugs.summary.md,ideas.summary.md,ai-rules.summary.md→ NOT migrated (session-volatile or human-only)
- Show the full mapping to the user and ask for confirmation or edits.
- Copy content from each
_lite/*.summary.mdinto its new.claude/rules/*.mdtarget, addingpaths:frontmatter where applicable. StripSource: docs/...mdlines and replace with<!-- mirrors: docs/<file>.md -->. - Rename the originals:
docs/_lite/<file>.summary.md→docs/_lite/<file>.summary.md.deprecated. Never delete. - Update
CLAUDE.md: remove the "Where to look" table pointing to_lite/, replace with<!-- subsystem rules live in .claude/rules/ -->. - Update
docs/README.md: replace the "3 levels" explanation with the "2 layers" explanation. - Run
/docs-auditto verify the migration. - Tell the user: "Migration complete. Originals preserved as
.deprecated. Runrm docs/_lite/*.deprecatedafter verifying a fresh Claude Code session loads context correctly."
Safety: never writes outside docs/_lite/, .claude/rules/, CLAUDE.md, and docs/README.md. Never deletes. Never runs git commands.
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.
- 2d ago First seen · 28 lines · 21 tokens per session scan A a5cc14b0175c
docs-migrate is a command published in the GitHub repository JOndarza/loadout (2 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 609 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-31.
Other commands, from other repositories
README
Git workflow and quality assurance commands for the claude-skills repository.
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.
save
Save this conversation as a new or existing reusable context.
create-workflow
Generate an n8n workflow JSON from a natural language description of the automation.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
unslop
Cut AI tells from any writing. Must always apply.