create-skill

Create Claude Code skills with structured SKILL.md templates and validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured blueprint to create Claude Code skills, guiding users from idea to ready-to-distribute SKILL.md with consistent frontmatter, scope, and validation criteria.

Core Features & Use Cases

  • Structured creation: outlines frontmatter, body, and optional references for a complete skill unit.
  • Interviewing framework: presents a guided process to clarify needs, scope, and edge cases before writing.
  • Quality checks: enforces naming conventions, scope definitions, and documentation standards to ensure reusability and safety.

Quick Start

Create a new folder skills/<name>/ and add a SKILL.md at its root following the frontmatter and body instructions.

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 from a template?

Claude Code skill creation requires a structured SKILL.md file with defined frontmatter, a bounded body, and scope definitions to ensure consistent discovery and operability across plugin, project, or global levels.

Does Claude Code skill creation require specific frontmatter?

Yes, creating a Claude Code skill requires adherence to a defined frontmatter schema within the SKILL.md file to enforce naming conventions, scope definitions, and documentation standards for reusability.

What is the best way to structure a SKILL.md file?

The best way to structure a SKILL.md file is to follow a blueprint that outlines frontmatter, a bounded body, and optional references, ensuring the skill unit meets validation criteria before distribution.

Can I use a guided process to clarify Claude skill scope?

Yes, an interviewing framework presents a guided process to clarify needs, scope, and edge cases before writing the actual skill, streamlining the transition from idea to a ready-to-distribute file.

What are the limitations when applying Claude Code skills across different scopes?

Claude Code skills apply across plugin, project, or global scopes, but require strict adherence to quality checks and scope definitions to prevent operability issues and ensure safe, consistent execution.