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/lgbarn/shipyard/move-docsgit clone --depth 1 https://github.com/lgbarn/shipyardWhat 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.00014 | $0.00817 |
| Opus 5 | $0.00007 | $0.00409 |
| Sonnet 5 | $0.00003 | $0.00163 |
| Haiku 4.5 | $0.00001 | $0.00082 |
Grade A, and why
move-docs 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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/shipyard:move-docs - Relocate Codebase Documentation
Move brownfield codebase analysis documentation between .shipyard/codebase/ and docs/codebase/, updating configuration and committing the change.
Step 1: Validate State
- Verify
.shipyard/exists. If not, tell the user to run/shipyard:initfirst. - Read
codebase_docs_pathfrom.shipyard/config.json(default:.shipyard/codebase). - If
codebase_docs_pathis not set in config, infer from file existence:- If
.shipyard/codebase/has docs: current =.shipyard/codebase - If
docs/codebase/has docs: current =docs/codebase - If neither has docs: display error and suggest
/shipyard:mapto generate codebase documentation first. Stop.
- If
- If docs exist in both locations: display conflict error and ask the user to resolve manually. Stop.
Step 2: Determine Target & Confirm
The target is the opposite of the current location:
- Current
.shipyard/codebase→ Targetdocs/codebase - Current
docs/codebase→ Target.shipyard/codebase
Use AskUserQuestion to confirm:
Move codebase documentation?
- From:
{current_path}/- To:
{target_path}/Files: STACK.md, ARCHITECTURE.md, CONVENTIONS.md, CONCERNS.md, INTEGRATIONS.md, STRUCTURE.md, TESTING.md
If moving to
docs/codebase/: files will be git-committed (visible in repository). If moving to.shipyard/codebase/: files will be gitignored (private).
If user declines, stop.
Step 3: Move Files
Create the target directory if it does not exist:
mkdir -p {target_path}
For each of these 7 files, if it exists in the current path:
- STACK.md
- ARCHITECTURE.md
- CONVENTIONS.md
- CONCERNS.md
- INTEGRATIONS.md
- STRUCTURE.md
- TESTING.md
Move using git mv (preserves history):
git mv {current_path}/{file} {target_path}/{file}
If git mv fails (file not tracked), fall back to mv:
mv {current_path}/{file} {target_path}/{file}
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 · 120 lines · 14 tokens per session scan A 26d5d4193656
move-docs is a command published in the GitHub repository lgbarn/shipyard (65 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 817 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
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.
new
Creates a new item in a module that supports the new capability.
card
Open one self-contained OverClick card.
deep-audit.skeleton
Aciklama: Bu bolum Bootstrap tarafindan manifest verileriyle doldurulur. Gerekli manifest alanlari: project.description, stack.primary, project.structure, project.subprojects, stack.orm, stack.authmethod Ornek cikti.
design
CPS(Context-Problem-Solution) 프레임워크로 Design 문서를 작성한다.
kimi:crank-next
Dispatch the single highest-priority ready task whose dependencies are satisfied.