원클릭으로
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.