ワンクリックで
skill-authoring
Use when creating, upgrading, or packaging reusable skills and you need to choose between a leaf skill and a router family.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when creating, upgrading, or packaging reusable skills and you need to choose between a leaf skill and a router family.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a request will produce frontend UI, a visual asset, an image prompt, or a video prompt, AND the intent/style is not already fully specified by the user or an existing design system in the repo. Forces a minimal, checkable design-context object to exist before generation so output does not default to generic/templated. Do NOT use for: single-property edits (color, spacing, copy tweak) with no ambiguity; bug fixes; refactors; or when the user already gave complete visual specs and you only need to execute. For those, just do the work.
Root orchestrator. Reads durable state, routes to one phase, dispatches fresh workers.
Pre-implementation alignment gate. Checks spec / plan / tasks consistency and plan vs codebase reality before code is written.
Define the goal: what problem we solve, for whom, and what success looks like. The directional anchor that architecture and specs must serve.
RED-GREEN-REFACTOR implementation per task. Each task passes before next. Produces handoff.md with reproducible evidence.
Design architecture: components, API schema, DB model, impact analysis, test strategy.
| name | skill-authoring |
| description | Use when creating, upgrading, or packaging reusable skills and you need to choose between a leaf skill and a router family. |
Use this family when you are building or revising reusable skill packages or reusable agent manifests for the template or another shared repo. It is maintainer-facing, not part of runtime delivery.
create-skill for leaf skills or router families (it covers both; see its decision tree).create-agents for reusable agent manifests or small coding-focused agent teams.create-skill and create-agents.Return one of these forms:
Route to skill-authoring/create-skill.Route to skill-authoring/create-agents.No family child fits; answer directly.Add one sentence explaining why the selected child is the narrowest correct fit.