create-skill-claude

Generate frontmatter and scaffolding for Claude Code skills under .claude/skills.

121|63|Updated Jul 11, 2025
One-click install
npx skills add https://github.com/bitovi/ai-enablement-prompts --skill create-skill-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill-claude
Source: https://github.com/bitovi/ai-enablement-prompts/tree/main/plugins/creating-prompts/skills/create-skill-claude
Command: npx skills add https://github.com/bitovi/ai-enablement-prompts --skill create-skill-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams convert concepts into a well-structured Claude Code skill by generating frontmatter, scaffolding the file layout, and providing clear activation instructions.

Core Features & Use Cases

  • Frontmatter generation and validation to ensure name and description exist and are discoverable.
  • Step-by-step guidance and project scaffolding for placing the skill under .claude/skills/<skill-name>/ with SKILL.md and optional supporting files.
  • Standardized activation and usage patterns, including optional references, scripts, and assets to support extended behavior.

Quick Start

Follow the steps in SKILL.md to create a new Claude Code skill and place it under .claude/skills/<skill-name>.

Frequently Asked Questions about create-skill-claude

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

FAQPage Schema
How do I create a Claude Code skill with proper frontmatter and structure?

Creating a Claude Code skill involves generating frontmatter, scaffolding the file layout under .claude/skills/<skill-name>/, and writing a SKILL.md file with required fields and activation instructions.

What is frontmatter validation for Claude Code skills?

Frontmatter validation ensures the name and description fields exist and are discoverable, providing standardized metadata so the skill can be properly activated and indexed for workflow automation.

Do I need any dependencies to generate Claude Code skill scaffolding?

No dependencies are required to generate Claude Code skill scaffolding. The skill operates independently to create the directory structure, frontmatter, and guidance files without external tools or component installations.

Can I add optional scripts and references to a Claude Code skill?

Yes, you can add optional references, scripts, and assets to a Claude Code skill. These supporting files are placed under .claude/skills/<skill-name>/ to support extended behavior beyond the core SKILL.md activation flow.

What is the best way to automate team workflows with Claude Code?

Automating team workflows with Claude Code is best achieved by creating repeatable, well-structured skills with standardized frontmatter and activation patterns, allowing consistent prompt execution across different projects and team members.