Skill Builder

Creates scaffolded skill directories with README.md and starter templates.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Fl2vio/ai-code-analyst --skill skill-builder-fl2vio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Fl2vio/ai-code-analyst/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/Fl2vio/ai-code-analyst --skill skill-builder-fl2vio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building Claude Skills requires a coherent template and folder structure; Skill Builder provides a repeatable blueprint to generate production-ready SKILL.md files with proper frontmatter and progressive disclosure.

Core Features & Use Cases

  • Generates a complete skill scaffold including SKILL.md frontmatter, Level-1 overview, Level-2 Quick Start, Level-3 details, and Level-4 references.
  • Provides templates and guidelines to accelerate skill creation and ensure consistency across teams.
  • Use cases include onboarding new developers to Claude Skills, educating on the specification, and standardizing skill templates.

Quick Start

Create a new skill directory and begin editing SKILL.md with the provided 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 Skill with the correct YAML frontmatter and directory structure?

To create a Claude Skill with proper YAML frontmatter, use a scaffolding template that generates a production-ready SKILL.md file and a complete directory structure, ensuring the frontmatter includes both name and description fields.

What is progressive disclosure in SKILL.md and how do I structure it?

Progressive disclosure in SKILL.md structures documentation into hierarchical levels: Level-1 overview, Level-2 Quick Start, Level-3 details, and Level-4 references, guiding users from basic understanding to deep technical implementation.

How do I standardize Claude Skill templates for a development team?

Standardize Claude Skill templates by applying a repeatable blueprint that enforces consistent folder structures, YAML frontmatter validation, and progressive disclosure sections across team projects deployed on Claude.ai, Claude Code, SDK, or API.

Can I include optional scripts and reference assets when generating a Claude Skill?

Yes, you can include optional scripts and reference assets when generating a Claude Skill, as the scaffold provides optional directories specifically for extended documentation, scripts, and reference materials.

Do I need any external dependencies to scaffold a production-ready Claude Skill?

No external dependencies are required to scaffold a production-ready Claude Skill, as the template operates independently to generate the necessary SKILL.md frontmatter and directory structure.