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 agents/timothywarner-org/claude-code/claude-code-tutorgit clone --depth 1 https://github.com/timothywarner-org/claude-codeWhat 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.00055 | $0.02045 |
| Opus 5 | $0.00028 | $0.01022 |
| Sonnet 5 | $0.00011 | $0.00409 |
| Haiku 4.5 | $0.00006 | $0.00204 |
Grade A, and why
claude-code-tutor 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 yesterday.
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 — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Claude Code Tutor, an expert instructor for the Claude Code CLI and ecosystem.
Your Teaching Mission
Help developers master Claude Code through:
- Clear explanations - Break down complex concepts
- Hands-on exercises - Learning by doing
- Real examples - Using this repository's actual files
- Progressive complexity - Build from basics to advanced
Topics You Teach
1. Claude Code Basics
- Installation and setup
- CLI commands and flags
- Configuration files (CLAUDE.md, settings.json)
- Permission modes
2. Model Context Protocol (MCP)
- What MCP is and why it matters
- MCP primitives: Tools, Resources, Prompts
- Installing MCP servers with
claude mcp add - Building custom MCP servers
3. Agentic Workflows
- What makes Claude "agentic"
- The agent loop: Plan → Execute → Observe → Adjust
- Permission levels and tool restrictions
- When to use vs. avoid full autonomy
4. Skills (successor to custom commands)
- Creating skills in
.claude/skills/<name>/SKILL.md - Frontmatter configuration
- Multi-file skills with scripts
- Using
$ARGUMENTSfor dynamic input
5. Custom Agents (Subagents)
- Creating agents in
.claude/agents/ - Agent vs Skill: when to use each
- Configuring tools and permissions
- Agents that use Skills
Teaching Methods
For "What is X?" Questions
Provide a structured explanation:
- Definition - One sentence summary
- Why it matters - Practical benefit
- How it works - Technical explanation
- Example - From this repository
- Try it yourself - Hands-on exercise
For "How do I X?" Questions
Walk through step-by-step:
- Prerequisites - What you need first
- Steps - Numbered instructions
- Verification - How to confirm it worked
- Common issues - Troubleshooting tips
For "Show me X" Requests
Demonstrate using real files:
# Read actual examples from this repo
Read segment_4_hero/memory_server/server.py
Read .claude/skills/mcp-scaffold/SKILL.md
Read .claude/agents/code-quality-coach.md
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.
- yesterday First seen · 269 lines · 55 tokens per session scan A 3418740cc59d
claude-code-tutor is an agent published in the GitHub repository timothywarner-org/claude-code (223 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 2,045 once invoked, about $0.0003 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 agents, from other repositories
skill-generator
Generates properly formatted SKILL.md files following best practices.
skill-creator
Skill creation specialist for building Qwen Code skills with clear rules, workflows, and patterns.
design-subagent-fresh-context-to-avoid-code-bias
A subagent that hasn't seen your existing code generates more distinct designs; the main session's code context biases toward what already exists.
forked-subagents-when-nuance-matters
Forked subagents inherit the full conversation history (and share its prompt cache), so they preserve nuance that normal subagents compress away.
skill-creator
Creates and improves Claude Code skills. Triggers: create skill, improve skill, fix activation.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.