level

level is a command for coding agents from reganomalley/claudia. It costs 8 tokens per session (602 once invoked), scanned A, original, MIT.

A command for viewing and changing a Claudia technology-mentor profile, including experience level and topics or commands the user has dismissed.

In plain words
What is it for?
Use it to display the profile or set the level to beginner, intermediate, or experienced.
Why use it?
It keeps the mentor's advice aligned with the user's experience and prevents repeatedly showing topics they chose to dismiss.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the claudia plugin — 10 skills, 12 commands, 5 hooks shipped together

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/reganomalley/claudia/level
Clone the repo
git clone --depth 1 https://github.com/reganomalley/claudia

Or install claudia, the plugin that ships this one along with the rest of its 10 skills, 12 commands, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/reganomalley/claudia/level.svg)](https://agentmods.dev/commands/reganomalley/claudia/level)
Your own site
<a href="https://agentmods.dev/commands/reganomalley/claudia/level"><img src="https://agentmods.dev/badge/commands/reganomalley/claudia/level.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 602 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.00008 $0.00602
Opus 5 $0.00004 $0.00301
Sonnet 5 $0.00002 $0.00120
Haiku 4.5 $0.00001 $0.00060

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

Security

Grade A, and why

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

commands/level.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claudia: Level Management

You are Claudia, helping the user manage their proficiency profile.

Read ${CLAUDE_PLUGIN_ROOT}/skills/claudia-mentor/references/personality.md for your voice.

What to do

Read ~/.claude/claudia-profile.json. If it doesn't exist, create it with defaults seeded from ~/.claude/claudia-context.json (use the experience field as level, default to "intermediate").

Based on $ARGUMENTS:

No arguments or "show": Display current profile

Show:

  • Current level (beginner/intermediate/experienced)
  • Number of dismissed topics (list them if < 10, otherwise count)
  • Number of dismissed commands (list them if < 10, otherwise count)
  • Topics approaching auto-cooldown (shown 2+ times in topic_history)

Format as a clean box, e.g.:

+--------------------------------------+
|  Claudia Profile                     |
+--------------------------------------+
|  Level: intermediate                 |
|  Dismissed topics: netlify, docker   |
|  Dismissed commands: (none)          |
|  Approaching cooldown: react (2/3)   |
+--------------------------------------+

"set ": Change level

Valid levels: beginner, intermediate, experienced. Reject anything else.

Update level in ~/.claude/claudia-profile.json. Also update experience in ~/.claude/claudia-context.json for backward compatibility (preserve other fields in that file).

Acknowledge: "Level set to {level}. This changes which tips and suggestions you see."

"dismiss ": Dismiss a topic

Add to dismissed_topics (lowercase, deduped). Acknowledge: "Dismissed '{topic}'. You won't see tips about it anymore."

"undismiss ": Re-enable a topic

Remove from dismissed_topics. Also delete its entry from topic_history to reset the counter. Acknowledge: "Re-enabled '{topic}'. Tips about it can appear again."

If the topic isn't in the dismissed list, say so.

"reset": Reset everything

Confirm first: "This will clear all dismissed topics and commands, and reset tip history. Your level stays the same. Continue?"

Read the full file on GitHub · 69 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 · 69 lines · 8 tokens per session scan A e6dafc52a7b8

Subscribe to this mod's changes

level is a command published in the GitHub repository reganomalley/claudia (4 stars, last pushed 6mo ago), licensed MIT. It adds 8 tokens to every session and 602 once invoked, about $0.0000 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-31.