create-skill

Generate Claude Code skills with SKILL.md files and metadata for catalog submission.

71|10|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/elastic/elastic-docs-skills --skill create-skill-elastic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/elastic/elastic-docs-skills/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/elastic/elastic-docs-skills --skill create-skill-elastic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Claude Code skills, automating the scaffolding process and ensuring adherence to catalog standards.

Core Features & Use Cases

  • Interactive Skill Generation: Guides users through defining a new skill's purpose, name, category, and requirements.
  • Automated File Creation: Generates the necessary SKILL.md file with correct frontmatter and license headers.
  • Use Case: When you need to build a new automation for documentation tasks, use this skill to quickly scaffold a new skill, define its behavior, and prepare it for testing and contribution.

Quick Start

Use the create-skill skill to start building a new skill for checking documentation style.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I generate a new Claude Code skill and automate the scaffolding process?

To generate a new Claude Code skill, this tool interactively guides you through defining its purpose, name, category, and technical requirements to automate scaffolding. It creates the necessary SKILL.md file with correct frontmatter and license headers for you.

What is the best way to create SKILL.md files that adhere to documentation catalog standards?

The best way to create SKILL.md files for catalog standards is using an interactive skill generator. It ensures adherence to standards by automatically embedding correct frontmatter, license headers, and optional evals into the generated file.

Can I use this skill generation tool to define technical requirements and optional evals for documentation tasks?

Yes, you can use this skill generation tool to define technical requirements and optional evals for documentation tasks. It interactively prompts you for these specifications during the scaffolding process to prepare your skill for testing.

Do I need to manually configure frontmatter and license headers when building developer tools?

No, you do not need to manually configure frontmatter and license headers when building developer tools. The skill generation process automates file creation, embedding the required metadata and headers directly into the SKILL.md output.

What are the limitations of using an interactive skill generator for coding assistant automation?

The interactive skill generator is limited to scaffolding skills specifically for the elastic-docs-skills catalog. It focuses on generating SKILL.md files and does not handle the downstream execution or testing of the coding assistant automation itself.