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 instructions/shipwithai/claude-code-mastery/claude-mdgit clone --depth 1 https://github.com/ShipWithAI/claude-code-masteryWrote 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/instructions/shipwithai/claude-code-mastery/claude-md)<a href="https://agentmods.dev/instructions/shipwithai/claude-code-mastery/claude-md"><img src="https://agentmods.dev/badge/instructions/shipwithai/claude-code-mastery/claude-md.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.03996 | $0.03996 |
| Opus 5 | $0.01998 | $0.01998 |
| Sonnet 5 | $0.00799 | $0.00799 |
| Haiku 4.5 | $0.00400 | $0.00400 |
Grade A, and why
claude-code-mastery CLAUDE.md 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 — 459 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Claude Code Mastery Course
PROJECT OVERVIEW
This is a comprehensive, professional-grade course teaching developers how to master Claude Code (Anthropic's CLI coding agent). The course targets senior developers and will be published as:
- Digital course (Markdown → Docusaurus/MkDocs website)
- NotebookLM source (upload .md directly)
- Printed book (Markdown → Pandoc → DOCX → InDesign/Canva → Print)
- Workshop material (DEMO + PRACTICE sections used as live exercises)
Languages: English (/en/) and Vietnamese (/vi/) — always maintain both in sync.
Author: Ethan Nguyen (Senior Android Engineer, 12+ Years, Vietnam-based, KMP/Android/Backend expert)
COURSE STRUCTURE
- 16 Phases → 55 Modules → ~200+ Topics
- Each phase is a directory:
phase-XX-name/ - Each module is a file:
XX-module-name.md - Both languages follow identical structure and numbering
Directory Layout
claude-code-mastery/
├── CLAUDE.md ← THIS FILE (project rules for Claude Code)
├── README.md ← Course overview (bilingual)
├── SUMMARY.md ← Full table of contents
│
├── en/ ← English content
│ ├── phase-01-foundation/
│ │ ├── 01-installation.md
│ │ ├── 02-interfaces-modes.md
│ │ └── 03-context-basics.md
│ ├── phase-02-security/
│ │ └── ...
│ └── ...
│
├── vi/ ← Vietnamese content
│ ├── phase-01-foundation/
│ │ ├── 01-installation.md
│ │ └── ...
│ └── ...
│
├── assets/
│ ├── diagrams/ ← Mermaid source + exported PNG
│ └── screenshots/ ← Annotated screenshots
│
├── cheatsheets/
│ ├── en/
│ └── vi/
│
├── templates/ ← CLAUDE.md templates, prompt recipes
│ ├── claude-md-kmp.md
│ ├── claude-md-backend.md
│ └── ...
│
└── scripts/
├── build-pdf.sh ← Pandoc build pipeline
├── build-docx.sh
└── build-site.sh
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 · 459 lines · 3,996 tokens per session scan A 742abfab3679
claude-code-mastery CLAUDE.md is an instructions file published in the GitHub repository ShipWithAI/claude-code-mastery (93 stars, last pushed 1mo ago), licensed MIT. It adds 3,996 tokens to every session, about $0.0200 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 instructions, from other repositories
student-llm-wiki AGENTS.md
Instructions for IssacW228/student-llm-wiki, covering student llm wiki — agent instructions, 操作规则 operation rules, token预算规则(最高优先级), 架构 architecture and 命令 commands.
coograph brutal-honesty.instructions.md
Global communication style — applies to all workspaces and conversations.
claude-bridge AGENTS.md
Instructions for kadaba/claude-bridge, covering agents.md — using claude-bridge from any ai coding cli, two independent channels, 1. coordination (the conversation), 2. file transfer (the bytes) — same for every tool and workflows.
tidyfactor-design AGENTS.md
Instructions for alwkala/tidyfactor-design, covering ⚡ skill & 24 modular slash commands (7 lifecycle stages) and critical architecture (non-negotiable).
agent-notify AGENTS.md
AGENTS.md instructions for Akash97p/agent-notify, covering agentnotify agent workflow, start or resume work, local git workflow, required quality gates and architecture and security guardrails.
claude-code-second-brain AGENTS.md
Instructions for shofer-dev/claude-code-second-brain, covering agents.md, read first, invariants and working here.