Skill Builder

Generate Claude Code Skills with YAML frontmatter and directory structures.

2|2|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/summarybotng/summarybot-ng --skill skill-builder-summarybotng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/summarybotng/summarybot-ng/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/summarybotng/summarybot-ng --skill skill-builder-summarybotng

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, ensuring they adhere to the official specification with proper YAML frontmatter, progressive disclosure architecture, and complete directory organization.

Core Features & Use Cases

  • Skill Generation: Creates production-ready Claude Code Skills from scratch.
  • Specification Adherence: Guides users to implement required name and description fields, correct directory structure, and progressive disclosure principles.
  • Use Case: When you need to build a custom skill for a specific workflow, generate a skill template, or understand the Claude Skills specification, use this Skill Builder.

Quick Start

Use the Skill Builder to create a new skill named 'my-new-skill'.

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 custom Claude Code Skill with the correct YAML frontmatter?

To create a Claude Code Skill, generate the required YAML frontmatter including the `name` and `description` fields, and set up the correct directory structure. This ensures your skill adheres to the official specification for autonomous discovery and usage.

What is progressive disclosure in Claude Skills and how does it work?

Progressive disclosure in Claude Skills is an architectural principle that structures skill information hierarchically. It ensures the skill reveals necessary details incrementally, streamlining the creation of custom workflows while adhering to the official specification.

How do I generate a skill template for a specific developer workflow?

You generate a skill template by defining a custom skill name and workflow requirements. The Skill Builder creates production-ready Claude Code Skills from scratch, complete with correct YAML frontmatter and directory organization.

Can I use Skill Builder to understand the Claude Skills specification without prior experience?

Yes, you can use the Skill Builder to understand the Claude Skills specification. It guides you to implement required fields and correct directory structures, making it suitable for developers building custom skills without prior specification knowledge.

What are the limitations when building Claude Skills from scratch?

When building Claude Skills, you must strictly adhere to the Claude Skills specification for autonomous discovery. Limitations include the need for precise YAML frontmatter formatting and maintaining progressive disclosure architecture to ensure correct functionality.