create-skill

Generate a Claude Code skill scaffold with SKILL.md frontmatter from a natural language description.

6|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/opmau/claude-code-framework --skill create-skill-opmau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/opmau/claude-code-framework/tree/main/templates/.claude/skills/create-skill
Command: npx skills add https://github.com/opmau/claude-code-framework --skill create-skill-opmau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new Claude Code skill scaffold from a natural language description to standardize future deployments.

Core Features & Use Cases

  • Auto-generates SKILL.md frontmatter with required fields (name, description, model) and recommended tooling.
  • Provides a ready-to-edit body template for the new skill, aligned with project conventions.
  • Supports exporting a formatted "Created" report detailing the new skill path.

Quick Start

Describe the desired skill in plain language and run the generator to produce the SKILL.md scaffold.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I generate a Claude Code skill from a natural language description?

Generate a Claude Code skill by providing a natural language description. The tool outputs a standardized SKILL.md scaffold with complete frontmatter fields, including name, description, and model, ensuring project convention alignment for rapid team deployment.

What is a SKILL.md scaffold and when do I need one for Claude Code?

A SKILL.md scaffold is a structured template defining new Claude Code skills. Teams need it to standardize rapid skill creation, ensuring required frontmatter completeness and consistent body structure for future deployments.

How do I create a Claude Code slash command with proper frontmatter?

Create a Claude Code slash command by describing its function in plain language. The generator auto-produces a SKILL.md file with required frontmatter fields and recommended tooling, delivering a ready-to-edit body template.

Can I use natural language to scaffold Claude Code skills for my team?

Yes, you can use natural language to scaffold Claude Code skills for teams needing rapid, consistent deployment. The generator applies project conventions to ensure structured SKILL.md output and frontmatter completeness.

What's the best way to standardize Claude Code skill creation across a project?

Standardize Claude Code skill creation by using a generator that applies project conventions to produce structured SKILL.md output. This ensures frontmatter completeness and provides a ready-to-edit body template for every new skill.