create-skill

Create and audit Claude Code skills with enforced frontmatter and body structure.

58|10|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill create-skill-alexander-m-dickerson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Alexander-M-Dickerson/ai-asset-pricing/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill create-skill-alexander-m-dickerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates and audits Claude Code skills within the repository workflow.

Core Features & Use Cases

  • Phased, rules-based workflow for creating new skills, auditing existing ones, and registering them in CLAUDE.md.
  • Mode-aware operation: supports user-invocable creation, auto-audit workflows, and governance-oriented features.
  • Governance and consistency: helps maintain a centralized skill catalog with enforced frontmatter and body structure.

Quick Start

Run the slash command /create-skill to initiate skill creation or auditing.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create new Claude Code skills within my repository workflow?▼

To create Claude Code skills, run /create-skill to trigger a phased workflow that gathers requirements, chooses a pattern, generates the skill, validates it, and registers it in CLAUDE.md. This enforces structured frontmatter and body consistency across the .claude/skills directory.

How do I audit existing Claude Code skills for consistency?▼

You can audit existing Claude Code skills using the audit mode to validate required frontmatter, body structure, and optional auxiliary directories. This checks implementations against governance patterns to maintain a centralized, consistent skill catalog.

What is the phased workflow for generating skills in a .claude/skills directory?▼

The phased workflow for generating skills includes five steps: Determine Type, Gather Requirements, Choose Pattern, Generate, and Validate. This rules-based process enforces required frontmatter and body structure before registering the new skill.

Do I need any dependencies or external tools to start building skills?▼

No dependencies are required to start building skills. You can initiate the creation process directly via the /create-skill slash command to enforce frontmatter and body structure without installing external packages.

What's the best way to maintain consistency across multiple skill implementations?▼

The best way to maintain consistency across skill implementations is to use the audit mode to validate patterns and enforce required frontmatter. This governance-oriented workflow ensures all skills in the .claude/skills directory follow standardized structures.

Can I use skill creation templates for both user-invocable and automated audit modes?▼

Yes, the skill creation workflow supports both user-invocable creation and auto-audit modes. This mode-aware operation allows you to generate new skills or validate existing ones while enforcing the same frontmatter and body structure requirements.