Skill Builder

Generate structured skill directories with SKILL.md files and YAML frontmatter.

11|3|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/aegntic/cldcde --skill skill-builder-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/aegntic/cldcde/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/aegntic/cldcde --skill skill-builder-aegntic

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 by providing a structured approach to defining their metadata, organizing their files, and ensuring adherence to the official specification.

Core Features & Use Cases

  • Skill Structure Generation: Creates the necessary SKILL.md file with proper YAML frontmatter and Markdown body.
  • Directory Organization: Guides users on best practices for structuring skill directories, including scripts/, resources/, and docs/.
  • Use Case: When you need to develop a new custom skill for your workflow, use this Skill Builder to generate a robust template that includes all the essential components and follows Claude's best practices for discoverability and usability.

Quick Start

Use the Skill Builder to create a new skill directory named 'my-new-skill' with a basic template.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I create a Claude Code Skill with the correct directory structure?

To create a Claude Code Skill, you need a structured directory containing a `SKILL.md` file with valid YAML frontmatter and Markdown content. This Skill Builder generates that structure automatically, ensuring your custom workflow adheres to the official specification.

What is the required format for a SKILL.md file in Claude Skills?

A `SKILL.md` file requires specific YAML frontmatter for metadata and a Markdown body for instructions. The Skill Builder templates this format correctly to ensure your custom skills are discoverable and function properly within Claude Code.

Can I use this Skill Builder to organize custom workflow components like scripts and resources?

Yes, the Skill Builder guides directory organization by generating best-practice folders for `scripts/`, `resources/`, and `docs/`. This ensures your custom workflow components are structured logically alongside the main `SKILL.md` file.

What's the best way to generate valid YAML frontmatter for a new Claude Skill?

The best way to generate valid YAML frontmatter is using a structured template generator like this Skill Builder. It automatically formats required metadata fields, preventing syntax errors and ensuring adherence to the Claude Skills specification.

Do I need to manually format Markdown content when developing custom Claude Skills?

No, you do not need to manually format Markdown content. The Skill Builder creates a robust template with the essential Markdown body and YAML frontmatter pre-configured, allowing you to focus on defining your specific workflow logic.