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/automagik-dev/genie/level-upgit clone --depth 1 https://github.com/automagik-dev/genieWrote 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/automagik-dev/genie/level-up)<a href="https://agentmods.dev/commands/automagik-dev/genie/level-up"><img src="https://agentmods.dev/badge/commands/automagik-dev/genie/level-up.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 | $0.00019 | $0.13090 |
| Opus 5 | $0.00010 | $0.06545 |
| Sonnet 5 | $0.00004 | $0.02618 |
| Haiku 4.5 | $0.00002 | $0.01309 |
Grade A, and why
level-up 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 4d 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 — 1,276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Level Up
The 10 Levels of Claude Code. Scan your environment, determine where you actually are, get a focused roadmap to the next level, and optionally build the first step right now.
This is NOT the generic "10 Levels of Claude" (browser, desktop, projects). This is specifically about Claude Code mastery. Level 0 is "just installed it." Level 10 is genuinely rare.
Usage:
/level-up- Full flow: assess, roadmap, build/level-up --assess- Just show your current level/level-up --build- Skip assessment, jump to building
How It Works
Scan Environment → Determine Level → Show Roadmap → Build First Step
↓ ↓ ↓ ↓
Phase 1 Phase 1 Phase 2 Phase 3
(automatic) (+ 3 questions) (next level) (optional)
Designed to be run repeatedly. Every time you level up, the assessment updates.
The 10 Levels of Claude Code
| Level | Name | What It Means (Plain English) |
|---|---|---|
| 0 | Terminal Tourist | You just installed it. You're typing prompts like it's ChatGPT but in a terminal. No setup, no config. That's fine, everyone starts here. |
| 1 | Grounded | You've created a CLAUDE.md file so Claude actually knows who you are and what you want. You know the basic commands. This alone makes a huge difference. |
| 2 | Connected | Claude can read your actual tools: your Slack, your Drive, your Notion, your Gmail. You're not copy-pasting context anymore. It just pulls what it needs. |
| 3 | Skilled | You've built reusable commands (skills) you run regularly. Instead of re-explaining the same task every session, you type /research or /review and it just works. |
| 4 | Context Architect | You've built a structured knowledge system: memory files, patterns, client profiles, examples. Claude doesn't just follow instructions, it draws from everything you've taught it. Output gets better over time. |
| 5 | System Builder | Your skills chain together. One feeds into the next. You use sub-agents for parallel work. You have approval gates so nothing ships without your sign-off. This is where Claude feels like a team, not a tool. |
| 6 | Pipeline Engineer | You're calling Claude from scripts. Headless mode, JSON output, piping data through it programmatically. Claude is a component in your automation stack, not just a chat window. |
| 7 | Browser Commander | Claude controls a browser. It scrapes websites, takes screenshots, generates PDFs, builds carousels. Research pipelines that crawl the web and turn findings into deliverables. |
| 8 | Multi-Agent Operator | Multiple Claude instances running simultaneously. Each one is a specialist. You coordinate them like a team lead. They share work through files and git. |
| 9 | Always On | Claude runs on a schedule whether you're at your desk or not. Cron jobs, background agents, automated monitoring. It's infrastructure now, not a tool you open. |
| 10 | Swarm Architect | Agents that manage other agents. Autonomous execution loops. Give it a goal and it works toward it, spawning sub-agents as needed. Genuinely rare. Maybe a handful of people on the planet. |
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.
- 4d ago First seen · 1,276 lines · 19 tokens per session scan A e1fab96eddc2
level-up is a command published in the GitHub repository automagik-dev/genie (334 stars, last pushed 3d ago), licensed MIT. It adds 19 tokens to every session and 13,090 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
code-explain
Explain complex code through clear narratives and visual diagrams.
agi-learn
Learn from external sources and store knowledge in enhanced memory.
validate-workflow
Validate workflow phases using Quality Gate Teacher. Grades outputs A-F and approves/rejects.
browser
Debug and fix browser issues by inspecting, diagnosing, and resolving visual or technical problems.
review
View your learning progress — quiz scores, weak areas, and what to study next.
swarm-planner
Generates a structured execution plan with dependency tracking using the Swarms-inspired planning methodology.