skills/skill-authoring/SKILL.md
Use when creating, editing, reviewing, naming, or restructuring an Agent Skill (SKILL.md / スキル) — even if the user doesn't say "Agent Skills" but is working in a skill directory, designing skill metadata, or asking to fix/improve a skill that didn't trigger or behaved unexpectedly. Provides the official specification, progressive disclosure model, and description-optimization methodology.
npx skillsauth add agarichan/skills skill-authoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Agent Skills は Anthropic 発のオープン標準。エージェントにスキル(手順・知識・リソースのフォルダ)を与えるフォーマット。Claude Code / Cursor / Gemini CLI / OpenCode 等が対応。
skill-name/
├── SKILL.md # 必須。メタデータ + 手順
├── scripts/ # 任意。実行可能コード
├── references/ # 任意。追加ドキュメント
└── assets/ # 任意。テンプレ・画像・データ等
スキルを新規作成・編集する際、公式仕様に加えて以下を守る:
SKILL.md は 100 行以内references/ 配下は 1 ファイルあたり 500 行以内いずれも超過しそうな場合は、さらなる分割(references/ への切り出し、複数ファイル化)を検討する。
development
Add Orbit UI components to a React project via shadcn-compatible registry. Use when the user asks to add UI components, build interfaces, or set up a design system using Orbit. Also use when the user asks about Orbit component APIs, props, or usage patterns. Triggers include: "orbit", "add button/input/tabs", "use the registry", "npx shadcn add", building UI with the Orbit component catalog, or asking how to use Orbit components.
data-ai
Add or edit mise tasks and environment variables in `mise.toml`. Use when the user asks to: - configure environment variables in mise - add or edit a mise task - make something runnable with `mise run` - pass arguments to a mise task - "miseに環境変数を設定して" - "miseにtaskを書いて" - "mise runで○○できるようにして" - "mise taskに引数を渡せるようにして" - "miseについて教えて"
development
ファイルに書かれたタスク、または直接渡されたテキストタスクを Codex に委譲する。 次の依頼で使う: - "codexでXXX.mdのタスクを実施して" - "codexでXXX.txtの手順を実施して" - "このmdをcodexに投げて" - "この指示をcodexに投げて" - "thread_id にフィードバックして" - "Codexの結果を確認して"
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".