Skill Builder

Create Claude Code Skills with YAML frontmatter and progressive disclosure structure.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill skill-builder-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/v3/%40claude-flow/mcp/.claude/skills/skill-builder
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill skill-builder-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds Claude Code skills with the required frontmatter, structure, and organization so custom workflows are discoverable, reusable, and easy to maintain.

Core Features & Use Cases

  • Creates new skills from scratch with the required name and description metadata.
  • Organizes skills using progressive disclosure so core instructions stay concise while advanced details remain optional.
  • Helps when you need a reusable workflow template, a team-shared project skill, or a personal automation guide.

Quick Start

Describe the workflow you want automated, then ask for a Claude skill that includes proper frontmatter, clear instructions, and any supporting files.

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 from a workflow brief?

To create a Claude Code skill, provide your workflow brief and this tool generates the production-ready skill with required YAML frontmatter, progressive disclosure structure, and optional supporting directories.

What is progressive disclosure structure in skill design?

Progressive disclosure organizes skill instructions so core workflows stay concise while advanced details remain optional, ensuring custom workflows are discoverable, reusable, and easy to maintain.

Do I need YAML frontmatter to build a custom Claude skill?

Yes, YAML frontmatter containing the required name and description metadata is mandatory for building a custom Claude skill so it can be properly discovered and indexed across Claude surfaces.

Can I generate team-shared or personal automation skills for specific projects?

Yes, you can generate project-specific or personal automation skills by describing your custom workflow, which outputs a reusable template with clear instructions and supporting files.

What's the best way to organize markdown files and scripts in a Claude skill?

The best way to organize markdown files and scripts is using a progressive disclosure structure that separates core instructions from optional scripts, references, and assets directories for maintainability.