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/dootask/skills/claude-mdgit clone --depth 1 https://github.com/dootask/skillsWrote 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/dootask/skills/claude-md)<a href="https://agentmods.dev/instructions/dootask/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/dootask/skills/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.00568 | $0.00568 |
| Opus 5 | $0.00284 | $0.00284 |
| Sonnet 5 | $0.00114 | $0.00114 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
skills 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 3d 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
dootask-skills
DooTask 的 Claude Code 插件市场。本仓库根即 dootask 插件本身(扁平布局)。
结构约定(改动时务必守住)
.claude-plugin/marketplace.json—— 市场清单,单插件dootask,source为"./"(仓库根就是插件)。.claude-plugin/plugin.json—— Claude Code 插件清单。不要写skills数组:skills/目录会被自动发现,列出反而冗余/重复注册。.codex-plugin/plugin.json—— Codex 插件清单,同skills/。与.claude-plugin/plugin.json的name/version/description保持一致;Codex 需显式"skills": "./skills/"。改版本号时两份一起改。AGENTS.md—— 软链指向CLAUDE.md(Codex 等 Agent 读AGENTS.md当仓库上下文)。别改成真实文件,保持软链以免内容分叉。skills/<name>/SKILL.md—— 每个技能一目录,内部用references/(按需文档)、scripts/(可执行)、assets/(模板)分层。Claude/Codex 共用同一套,正文不写平台专有工具名;需要 Codex UI 元数据或调用策略时使用agents/openai.yaml。- 四个技能全部保留
disable-model-invocation: true—— Claude Code 仅通过/dootask:<技能>显式调用;Codex 不依赖该扩展字段,带副作用的技能还须在agents/openai.yaml设置policy.allow_implicit_invocation: false,并在正文声明安全边界。
SKILL.md 规范要点
- frontmatter:
name(小写+连字符,≤64 字符,禁含claude/anthropic)、description(≤1024 字符)。 - 正文 < 500 行;超 100 行的 reference 文件顶部加目录;引用从 SKILL.md 只下钻一层。
- 路径一律正斜杠。
维护
- 仅在用户要求时 commit / push;不主动建分支,在当前分支提交。
- 校验:
claude plugin validate .(市场)/claude plugin validate . --strict(插件)。
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.
- 3d ago First seen · 24 lines · 568 tokens per session scan A a74d620d8eb8
skills CLAUDE.md is an instructions file published in the GitHub repository dootask/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 568 tokens to every session, about $0.0028 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.
Other instructions, from other repositories
river-review GEMINI.md
Gemini CLI instructions for s977043/river-review, covering gemini instructions (river-review), 必須チェック, gemini-specific tips, prompt assembly and development tips.
living-manual CLAUDE.md
Instructions for dougstanford/living-manual, covering living-manual, start of every session, how work lands — non-negotiable, user's manual (living-manual) and releasing.
ship-it open-pr.instructions.md
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
agent-skills CLAUDE.md
Instructions for mindbox-cloud/agent-skills, covering agent-skills — developer guide for claude code, repository purpose, repository structure, how to add a new plugin and step 1 — create the directory structure.
my-claude-skills CLAUDE.md
Instructions for brody-0125/my-claude-skills, covering claude code skills repository, validation commands, sub-kopring-engineer: kotlin/java 코드 컨벤션 검증, numerical: 수치 연산 코드 검증 and sub-test-engineer: 문서 일관성 검증.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).