level-up

level-up is a command for Claude Code from automagik-dev/genie. It costs 19 tokens per session (13,090 once invoked), scanned A, original, MIT.

A command that assesses how skilled you are with Claude Code, a coding assistant used from a terminal, on a ten-level scale. It scans your setup, explains your current level, suggests the next steps, and can build the first step.

In plain words
What is it for?
Use it to assess your Claude Code setup, view a roadmap, or begin the next improvement. It has separate options for assessment and building.
Why use it?
It turns a broad learning goal into a current assessment and a focused path forward. You can repeat it as your use of Claude Code improves.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/automagik-dev/genie/level-up
Clone the repo
git clone --depth 1 https://github.com/automagik-dev/genie

Made for: Claude Code.

Wrote 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.

agentmods badge for level-up

README.md
[![agentmods](https://agentmods.dev/badge/commands/automagik-dev/genie/level-up.svg)](https://agentmods.dev/commands/automagik-dev/genie/level-up)
Your own site
<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>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 13,090 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash e1fab96eddc2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/commands/level-up.md · 1,276 lines

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.

Read the full file on GitHub · 1,276 lines

Changes

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.

  1. 4d ago First seen · 1,276 lines · 19 tokens per session scan A e1fab96eddc2

Subscribe to this mod's changes

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.