Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add drobins25/craft/plugin install craftWrote 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/drobins25/craft/craft-become)<a href="https://agentmods.dev/commands/drobins25/craft/craft-become"><img src="https://agentmods.dev/badge/commands/drobins25/craft/craft-become.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.00039 | $0.04710 |
| Opus 5 | $0.00019 | $0.02355 |
| Sonnet 5 | $0.00008 | $0.00942 |
| Haiku 4.5 | $0.00004 | $0.00471 |
Grade A, and why
become 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 6d 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 — 368 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Become
Crystallize a tool, role, or person into a portable AI agent. Unlike /craft:research which discovers what's true, /craft:become inhabits a mind - producing an agent with beliefs, decision frameworks, and scar tissue.
Agents produced by this command are portable. They carry perception, not project context. Project context comes from the environment at runtime.
Project Root
Use $CRAFT_PROJECT_ROOT (set at session start) as the base path for all .craft/ references. If not set, resolve by walking up from PWD to find the nearest .craft/.global-state.
Cold fallback (uninitialized project): if neither resolves, anchor to the git toplevel (git rev-parse --show-toplevel) when in a repo, else PWD - never a subdirectory. Become runs fine before /craft:init; research branches and the crystallized agent land at the repo root, not wherever the shell happens to sit.
Set PROJECT to the resolved root - env var, then walk-up, then git toplevel, then PWD, in that order. Never default to bare ..
Flow
Phase 0: Intent
Mode flags: Before classifying the input, scan args for flags.
- If args contain
--deep, setDEPTH=7and strip the flag from the remaining args. The stripped args are then classified by source type as below. - If
--deepis absent, setDEPTH=5.
DEPTH is referenced in Phase 1 to size the sub-question generation. The default of 5 is role-optimized: most become runs synthesize across practitioners with genuine disagreement, and 5 branches cover the six psychological-material categories (beliefs, trade-offs, refusals, mistake taxonomy, user needs, scar tissue) with one branch absorbing two adjacent categories. Source-based research (one tool) naturally saturates at 3-4 branches and can run lighter. Person-based with a sparse-but-prolific subject benefits from --deep (7 branches) to give the crystallizer enough signal.
If the user passes --deep with no other input (e.g., /craft:become --deep), treat the remaining args as empty and fall through to the "If no args" branch below.
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.
- 6d ago First seen · 368 lines · 39 tokens per session scan A f3ec436bb962
become is a command published in the GitHub repository drobins25/craft (53 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 4,710 once invoked, about $0.0002 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
claudehut-learning-report
Show the ClaudeHut learning scoreboard — measured memory health (store size, reinforcement, effectiveness/recurrence, quality) so you can tell whether the agent is actually getting smarter across sessions. One-shot, read-only.
orchestrate
This tool coordinates Claude Code's actions. It does NOT write code or create content.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
analyst
Use when performing local analyst review before pushing PR changes. Assesses code quality, impact analysis, and maintainability.
performance-bottlenecks
Identify and resolve performance bottlenecks in your development workflow.
pr-enhance
Command "pr-enhance" from ruvnet/ruflo, covering pr-enhance, usage, options, examples and enhance pr.