create-skill

Create Claude Code skills with YAML frontmatter and structured Markdown guides.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/andy-austin/quipu --skill create-skill-andy-austin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/andy-austin/quipu/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/andy-austin/quipu --skill create-skill-andy-austin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to create well-structured Claude Code skills with consistent YAML frontmatter and supporting files.

Core Features & Use Cases

  • Provides a standard SKILL.md blueprint including required frontmatter, structure, and examples.
  • Helps teams maintain consistency and share skills across projects.
  • Useful when starting new Claude Code skills or documenting existing ones.

Quick Start

Create a new skill by defining its name and description in SKILL.md and add optional supporting files as needed.

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 Claude Code skill with proper YAML frontmatter?

To create a Claude Code skill, define its name and description in a SKILL.md file with required YAML frontmatter. This enforces a consistent structure and ensures the skill is recognized correctly across projects.

What is the required structure for a SKILL.md file?

A SKILL.md file requires proper YAML frontmatter and a clear Markdown guide divided into three sections. This structure ensures consistent guidance and readability for Claude Code skills.

Do I need any dependencies to build a Claude Code skill?

No dependencies are required to build a Claude Code skill. You can start by defining the name and description in SKILL.md and adding optional supporting files as needed.

Can I use this approach to document existing Claude Code skills?

Yes, you can apply this blueprint to document existing Claude Code skills. It enforces required frontmatter fields and a clear Markdown guide to ensure your existing skills maintain a consistent structure.

What's the best way to maintain consistency when sharing Claude Code skills across teams?

The best way to maintain consistency is using a standard SKILL.md blueprint with required YAML frontmatter. This helps teams share skills across projects while enforcing a uniform structure and guidance.