create-skill

Scaffold Claude Code skills with SKILL.md frontmatter and phase templates.

86|20|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/optave/ops-codegraph-tool --skill create-skill-optave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/optave/ops-codegraph-tool/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/optave/ops-codegraph-tool --skill create-skill-optave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps skill authors scaffold, write, and validate Claude Code skills, enforcing quality standards derived from extensive review feedback to ensure consistency and safety.

Core Features & Use Cases

  • Scaffolds a new skill directory with SKILL.md frontmatter and phase templates
  • Enforces a structured lifecycle across Phase 0 to Phase 6, including Self-Review and Smoke Test
  • Provides reusable bootstrap patterns, guidelines, and quality gates for reliable skill creation
  • Use case: a developer creates a new Claude Code skill and gets a complete, standards-compliant skeleton ready for review

Quick Start

Run /create-skill <skill-name> to scaffold a new Claude Code skill and follow the interactive prompts to customize its frontmatter and Phase content.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Claude Code skill with proper frontmatter and phase structure?

To scaffold a Claude Code skill, use the create-skill command to generate a directory with SKILL.md frontmatter and phase templates. It applies a repeatable blueprint across Phase 0 to Phase 6, ensuring explicit exit conditions and safety checks are included.

What quality gates should I enforce when authoring Claude Code skills?

Quality gates for skill authoring must include Phase 0 presence, explicit exit conditions, a Rules section, Examples, artifact definitions, and integrated lint and smoke-test checks. These gates ensure consistency and safety across new skills.

How does a template engine help validate skill markdown structure?

A template engine validates skill markdown structure by applying a repeatable blueprint for frontmatter, phase structure, and safety checks. It enforces standards derived from review feedback to ensure new skills pass lint and smoke-test checks.

Do I need any dependencies installed to scaffold and validate skills?

No dependencies are required to scaffold and validate skills. The skill operates independently to generate directories, apply frontmatter templates, and enforce quality standards without external packages.

What is the best way to structure a skill lifecycle from Phase 0 to Phase 6?

The best way to structure a skill lifecycle is to follow a phased blueprint from Phase 0 to Phase 6, including Self-Review and Smoke Test phases. This enforces explicit exit conditions, artifact definitions, and integrated quality checks.

Why does my Claude Code skill fail lint and smoke-test checks?

Skills fail lint and smoke-test checks when they lack required quality gates such as Phase 0 presence, explicit exit conditions, a Rules section, Examples, or artifact definitions. Scaffolding with a structured template engine prevents these validation failures.