ワンクリックで
create-skills
ALWAYS invoke this skill when creating, editing, or improving SKILL.md files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ALWAYS invoke this skill when creating, editing, or improving SKILL.md files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | create-skills |
| description | ALWAYS invoke this skill when creating, editing, or improving SKILL.md files. |
Invoke the develop:skill-standards skill before proceeding. If that skill is unavailable, report the missing skill and continue with the closest available workflow.
Invoke the develop:agent-prompt-standards skill before proceeding. If that skill is unavailable, report the missing skill and continue with the closest available workflow.
<reference_loading>
Before creating, editing, or auditing any skill, read /skill-standards — the single source of truth for all skill standards (frontmatter, XML structure, naming, progressive disclosure, skill types, reference patterns, code-fence rules, bash restrictions, validation, script testing). Then check for spx/local/skills.md at the repository root and read it if it exists.
Also read /agent-prompt-standards for voice, description style, constraint language, and anti-pattern conventions before writing prompt text.
When the skill takes arguments, injects state-dependent context, restricts tools, or references files — the capabilities a slash command also carried — follow the command-capability rules /skill-standards carries (its <frontmatter> points to the command-capabilities reference) for argument-hint/arguments, !-dynamic-context, allowed-tools-security, and @-file references before authoring that surface.
This skill provides routing, workflows, templates, and domain-workflow references for creating skills. It does not restate standards. </reference_loading>
What would you like to do?Wait for response before proceeding.
| Response | Workflow |
|---|---|
| 1, "create", "new", "build" | ${CLAUDE_SKILL_DIR}/workflows/create-new-skill.md |
| 2, "audit", "improve", "review", "check" | ${CLAUDE_SKILL_DIR}/workflows/audit-skill.md |
| 3, "add workflow" | ${CLAUDE_SKILL_DIR}/workflows/add-workflow.md |
| 3, "add reference" | ${CLAUDE_SKILL_DIR}/workflows/add-reference.md |
| 3, "upgrade to router" | ${CLAUDE_SKILL_DIR}/workflows/upgrade-to-router.md |
| 4, "patterns", "understand", "help" | Read /skill-standards for structure; then ${CLAUDE_SKILL_DIR}/references/reusability-patterns.md for domain patterns |
Intent-based routing (if user provides clear context):
${CLAUDE_SKILL_DIR}/workflows/verify-skill.md${CLAUDE_SKILL_DIR}/workflows/audit-skill.md${CLAUDE_SKILL_DIR}/workflows/create-new-skill.mdAfter reading the workflow, follow it exactly.
<reference_index>
All in ${CLAUDE_SKILL_DIR}/references/:
| File | Purpose |
|---|---|
reusability-patterns.md | Varies-vs-constant analysis, domain-specific authoring patterns |
test-patterns.md | Evaluation-driven development, iterative testing, feedback loops |
technical-patterns.md | Error handling, security, dependencies for skills-that-do-things |
Standards live in /skill-standards. These references cover authoring workflow only.
</reference_index>
<workflows_index>
All in ${CLAUDE_SKILL_DIR}/workflows/:
| Workflow | Purpose |
|---|---|
create-new-skill.md | Build a skill from scratch |
audit-skill.md | Check skill against best practices |
add-workflow.md | Add a workflow to existing skill |
add-reference.md | Add a reference to existing skill |
upgrade-to-router.md | Convert simple skill to router pattern |
verify-skill.md | Check if content is still accurate |
</workflows_index>
<templates_index>
All in ${CLAUDE_SKILL_DIR}/templates/:
| Template | Purpose |
|---|---|
simple-skill.md | Single-file skill scaffold |
router-skill.md | Router pattern skill scaffold |
builder-skill.md | Builder type template |
guide-skill.md | Guide type template |
automation-skill.md | Automation type template |
analyzer-skill.md | Analyzer type template |
validator-skill.md | Validator type template |
</templates_index>
<scripts_index>
All in ${CLAUDE_SKILL_DIR}/scripts/:
| Script | Purpose |
|---|---|
init_skill.py | Initialize skill directory structure |
package_skill.py | Validate and package skill |
quick_validate.py | Quick YAML/structure validation |
</scripts_index>
<success_criteria>
A well-structured skill passes /audit-skills with zero must-fix items against the standards in /skill-standards.
</success_criteria>
Subagent-configuration audit methodology preloaded by the subagent-auditor agent. Dispatch subagent-auditor to audit subagent configuration files; the main conversation reaches this audit only through that agent.
ALWAYS invoke this skill when creating, editing, or configuring subagents. NEVER create subagents without this skill.
Skill authoring standards enforced across all creating and auditing skills. Loaded by other skills, not invoked directly.
Agent prompt writing conventions enforced across all creator and auditor skills. Loaded by other skills, not invoked directly.
SKILL.md audit methodology preloaded by the skill-auditor agent. Dispatch skill-auditor to audit SKILL.md files; the main conversation reaches this audit only through that agent.
ALWAYS invoke this skill when designing or building web components, pages, or dashboards. NEVER design or build web UI without this skill.