Create New Skills

Create new Claude Code skills with structured SKILL.md files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sirvig/wheel_analyzer --skill create-new-skills-sirvig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create New Skills
Source: https://github.com/sirvig/wheel_analyzer/tree/main/.claude/skills/meta-skill
Command: npx skills add https://github.com/sirvig/wheel_analyzer --skill create-new-skills-sirvig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new AI skills for Claude Code can be complex, requiring deep understanding of best practices, file structure, and YAML frontmatter. This Skill acts as your expert guide, streamlining the entire skill creation process and ensuring your skills are effective.

Core Features & Use Cases

  • Guided Skill Definition: Helps you define the purpose, triggers, and scope of your new skill, ensuring clarity and discoverability.
  • Best Practice Adherence: Ensures your skill follows recommended naming conventions, structure, and progressive disclosure principles for optimal performance.
  • Structured Content Generation: Guides you in writing clear instructions, concrete examples, and adding supporting files (scripts, templates) for comprehensive skill development.
  • Use Case: You want to create a new "Python Code Review" skill. Use this meta-skill to walk you through defining its purpose, setting up the directory, structuring SKILL.md, and adding examples, ensuring your new skill is effective and discoverable by Claude.

Quick Start

I want to create a new skill for reviewing Python code.