Skill Builder

Generate correctly formatted SKILL.md files and directory structures for Claude Skills.

7|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/frankxai/agentic-creator-os --skill skill-builder-frankxai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/frankxai/agentic-creator-os/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/frankxai/agentic-creator-os --skill skill-builder-frankxai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Claude Skills, ensuring they adhere to the official specification with proper YAML frontmatter, directory structure, and progressive disclosure architecture.

Core Features & Use Cases

  • Skill Generation: Creates production-ready Claude Code Skills from scratch.
  • Specification Adherence: Enforces correct YAML formatting, naming conventions, and description requirements.
  • Directory Organization: Guides users on setting up the recommended file and folder structure for skills.
  • Progressive Disclosure: Teaches how to structure content for optimal AI context loading.
  • Use Case: You need to create a new skill to automate code refactoring. Use this Skill Builder to generate the SKILL.md file, set up the scripts/ directory, and write a clear description that tells Claude exactly when to use your new refactoring skill.

Quick Start

Use the Skill Builder to create a new skill named 'Code Refactorer'.

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

Generate a SKILL.md file with proper YAML frontmatter, naming conventions, and directory structure to ensure specification adherence and optimal AI context loading.

What is progressive disclosure in Claude Skills and why is it needed?

Progressive disclosure structures SKILL.md content to optimize AI context loading, ensuring Claude processes instructions efficiently without exceeding token limits during workflow automation.

How do I set up the directory structure for a new Claude Code Skill?

Create a root folder, the SKILL.md file, and a scripts/ directory, using templates to organize files according to official specification requirements.

Can I use markdown to write descriptions for custom Claude Skills?

Yes, you can use markdown to write descriptions for custom Claude Skills, applying templates and best practices to tell Claude exactly when and how to use your new skill.

Does the Skill Builder support setting up a scripts directory for workflow automation?

Yes, Skill Builder guides users on setting up the recommended file and folder structure, including the scripts/ directory for workflow automation.