skills CLAUDE.md

skills CLAUDE.md is an instructions file for coding agents from dootask/skills. It costs 568 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining a DooTask skills plugin, including its folder structure, metadata files, and writing rules. DooTask is a plugin marketplace and toolkit for coding-agent skills.

In plain words
What is it for?
Use it when editing skills, updating plugin metadata, preserving required links and directories, or checking plugin structure and documentation.
Why use it?
It keeps related plugin files consistent and records rules that agents should follow when changing or publishing the repository.

Instructions file

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 instructions/dootask/skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/dootask/skills

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 skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dootask/skills/claude-md.svg)](https://agentmods.dev/instructions/dootask/skills/claude-md)
Your own site
<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>
Per session 568 This file is loaded in full into every session.
When invoked 568 The same file — it is already loaded in full.
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.00568 $0.00568
Opus 5 $0.00284 $0.00284
Sonnet 5 $0.00114 $0.00114
Haiku 4.5 $0.00057 $0.00057

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

Security

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.

CLAUDE.md · 24 lines

What it actually says

dootask-skills

DooTask 的 Claude Code 插件市场。本仓库根即 dootask 插件本身(扁平布局)。

结构约定(改动时务必守住)

  • .claude-plugin/marketplace.json —— 市场清单,单插件 dootasksource"./"(仓库根就是插件)。
  • .claude-plugin/plugin.json —— Claude Code 插件清单。不要skills 数组:skills/ 目录会被自动发现,列出反而冗余/重复注册。
  • .codex-plugin/plugin.json —— Codex 插件清单,同 skills/。与 .claude-plugin/plugin.jsonname/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(插件)。
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. 3d ago First seen · 24 lines · 568 tokens per session scan A a74d620d8eb8

Subscribe to this mod's changes

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.

Related

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.

s977043/river-review · 318 tokens

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.

dougstanford/living-manual · 1,108 tokens

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…

khrichtchatyi/ship-it · 84 tokens

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.

mindbox-cloud/agent-skills · 1,143 tokens

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: 문서 일관성 검증.

brody-0125/my-claude-skills · 1,093 tokens

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

microsoft/vscode · 6,785 tokens