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 skills/ttguy0707/codojo/dojo-initnpx skills add ttguy0707/codojo --skill dojo-initgit clone --depth 1 https://github.com/ttguy0707/codojoWhat 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.00127 | $0.00601 |
| Opus 5 | $0.00063 | $0.00300 |
| Sonnet 5 | $0.00025 | $0.00120 |
| Haiku 4.5 | $0.00013 | $0.00060 |
Grade A, and why
dojo-init 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 2d 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.
What it actually says
dojo-init — 初始化入口
一句话定位:让 AI 读取方法论、恢复学习上下文,是所有 session 的第一步。
触发词
dojo init道场启动开始学习启动dojo start
何时使用
- ✅ 用户首次安装后第一次使用
- ✅ 新开 session,AI 尚无方法论上下文
- ✅ 用户想确认当前学习进度
前置条件
- Codojo skills 已安装
_shared/methodology.md存在(随 skills 一起安装到skills/_shared/下)
工作流
Step 1:读取方法论
必须读取 ../_shared/methodology.md(即 skills/_shared/methodology.md)。
读完后在心中建立完整的四阶段流程理解,但不要向用户输出方法论全文。
Step 2:转入 dojo-stage
向用户输出一句确认:
## 🎓 Codojo 已就绪
已读取教学方法论,正在检测学习进度...
然后立即转入 dojo-stage,由 stage 负责检测进度、展示状态、路由到目标 skill。
Gotchas
- 每个新 session 都应先触发本 skill——推荐说
dojo init,也可以说道场启动、开始学习、启动或dojo start - 不要跳过读取 methodology.md 的步骤,即使你"记得"方法论内容
- 本 skill 只做读取方法论,不做进度检测、不做路由判断、不做教学/评估/编码
- 如果找不到
_shared/methodology.md,提示用户可能未正确安装,给出重新安装的命令
产出
- 无文件产出(纯初始化功能)
输出风格约束
详见共用 reference:../_shared/output-style-guide.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.
- 2d ago First seen · 73 lines · 127 tokens per session scan A fbd7b2a06603
dojo-init is a skill published in the GitHub repository ttguy0707/codojo (56 stars, last pushed 2mo ago), licensed MIT. It adds 127 tokens to every session and 601 once invoked, about $0.0006 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 skills, from other repositories
academy-learn
Use when the user wants to be taught an Anthropic product or feature - "teach me Claude Code", "learn Cowork", "academy lesson", "train me on MCP or the Claude API", "quiz me", "next lesson" - or asks for structured learning rather than a one-off answer. Covers Claude Code, Claude.ai, Cowork, Tag, Platform/API, and AI…
edu-math-tutorial
数学题分步讲解视频的领域知识。适用场景:(1) 用户给出一道数学题并要求做讲解/ 解题视频;(2) 用户说"讲解这道题"、"生成解题视频"、"make a math tutorial"; (3) 需要中文数学教学视频,涉及方程、公式或几何图形。本 skill 只提供领域 知识(题目拆解、讲解节奏、旁白文案规范、版式与 KaTeX 排版风格);画面、 配音与成片一律用 Creator 原生 Element 与工具从源头构建。.
offensive-vuln-classes
Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…
comet-native
Comet Native 工作流。当用户明确调用 /comet-native、要求启动或恢复 Native change,或入口路由到 Native 时使用。.
comet
Comet — OpenSpec + Superpowers dual-star development workflow. Start with /comet for automatic phase detection and dispatch to subcommands. Five phases: open → design → build → verify → archive.
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session.