Create Skill

Create Claude Code skills with YAML front matter and structured sections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kurko/ai-company-os --skill create-skill-kurko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Skill
Source: https://github.com/kurko/ai-company-os/tree/main/skills/create-skill
Command: npx skills add https://github.com/kurko/ai-company-os --skill create-skill-kurko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or improve Claude Code skills to standardize and accelerate skill development across the team.

Core Features & Use Cases

  • Create new Claude Code skills with a consistent structure and front matter.
  • Refactor existing skills for consistency, readability, and maintainability.
  • Document dependencies, integration points, and output formats for reliable activation.

Quick Start

Describe the desired skill and have this template generate a production-ready skeleton.

Frequently Asked Questions about Create Skill

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

FAQPage Schema
How do I create a new Claude Code skill with consistent YAML front matter?

To create Claude Code skills, define the desired behavior and generate a production-ready skeleton enforcing YAML front matter with name and description, actionable sections, and a clear output format for consistent activation.

What is the best way to standardize Claude Code skill definitions across a team?

Standardize Claude Code skill definitions by refactoring existing instructions to align with project conventions, enforcing consistent YAML front matter, documenting dependencies, and specifying clear output formats for reliable agent activation.

How do I refactor existing Claude Code skills for readability and maintainability?

Refactor existing Claude Code skills by restructuring actionable sections, updating YAML front matter, and documenting integration points to improve consistency, readability, and maintainability across your project.

Does building a Claude Code skill require specific dependencies or components?

Building Claude Code skills requires no external dependencies or components; you simply describe the desired skill to generate a standardized skeleton with YAML front matter and actionable sections.

When do I need to document integration points in Claude Code skill design?

Document integration points and output formats in Claude Code skill design when standardizing skill definitions to ensure reliable activation and consistent behavior across different agent system workflows.

Why does my Claude Code skill fail to activate consistently?

Claude Code skills fail to activate consistently when lacking standardized YAML front matter, clear actionable sections, or defined output formats; refactoring instructions to align with project conventions resolves this.