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.
git clone --depth 1 https://github.com/VKirill/claude-lane-stackWrote 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/vkirill/claude-lane-stack/resume-project)<a href="https://agentmods.dev/commands/vkirill/claude-lane-stack/resume-project"><img src="https://agentmods.dev/badge/commands/vkirill/claude-lane-stack/resume-project.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.00017 | $0.00216 |
| Opus 5 | $0.00009 | $0.00108 |
| Sonnet 5 | $0.00003 | $0.00043 |
| Haiku 4.5 | $0.00002 | $0.00022 |
Grade A, and why
resume-project 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
If $ARGUMENTS is exactly info: load skill resume-project and print only its info card, then stop.
Otherwise run the CLI now. Do not explain the skill. Do not print the cheat sheet.
export PATH="$HOME/.agents/bin:$PATH"
if [ -n "$ARGUMENTS" ]; then
resume-project $ARGUMENTS
else
resume-project "$(pwd)" --compact
fi
Then in Russian, short, from HANDOFF (not raw BOARD):
- Now
- Blocked +
next_act(fix_contract→ do not re-dispatch writer) - Next — typed acts only
- Profile:
main_write+ workspace
If a run is done but unmerged: plan wt-merge-main (you merge — never ask the human).
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 Changed · +16 lines · +3 tokens per session 219b1b7aba3c
- 8d ago First seen · 11 lines · 14 tokens per session scan A bb1c818c88e3
resume-project is a command published in the GitHub repository VKirill/claude-lane-stack (115 stars, last pushed 6d ago), licensed MIT. It adds 17 tokens to every session and 216 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
build
Execute all plans in a phase. Spawns agents to build in parallel, commits atomically.
worktree
Create a git worktree for isolated feature/fix work.
pull-repos
Pull all repos (parent + marketplace clones + configured project repos).
auto-claude
Invoke Auto-Claude autonomous coding framework for complex feature implementation.
update-counts
Update all hardcoded counts (skills, agents, marketplace repos/skills) across documentation from filesystem.
sync-github
Ejecuta SonIA Sync: refleja el tablero local en GitHub Issues usando gh CLI.