skill-builder

Create and structure AI skills with frontmatter and SKILL.md files.

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/ftc8569/ftcmetrics --skill skill-builder-ftc8569
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/ftc8569/ftcmetrics/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/ftc8569/ftcmetrics --skill skill-builder-ftc8569

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, structure, and optimize skills for the FTC Metrics project, ensuring consistent patterns and high-quality AI tooling.

Core Features & Use Cases

  • Provides a standardized approach for new skill creation and improvement.
  • Guides on frontmatter, triggers, documentation, and progressive disclosure.
  • Serves as a reference for designers and engineers building skills for FTC Metrics.

Quick Start

Define a new skill skeleton at .claude/skills/<your-skill-name> with proper frontmatter and a concise description.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I structure an AI skill with frontmatter and documentation?

To structure an AI skill, define a SKILL.md file containing required frontmatter metadata (name, description, license, compatibility) along with a concise body, and place optional resources in scripts/, references/, and assets/ directories.

What frontmatter is required for valid skill design?

Valid skill design requires frontmatter fields including name, description, license, compatibility, and metadata to ensure the skill is properly configured and discoverable.

When do I need to use progressive disclosure in skill building?

Progressive disclosure is needed when optimizing complex skills to reveal documentation and triggers gradually, preventing overwhelming users while maintaining comprehensive underlying functionality.

How do I create a new skill skeleton directory structure?

Create a new skill skeleton by defining a directory at .claude/skills/<your-skill-name> populated with a SKILL.md file featuring proper frontmatter and a concise description.

What is the best way to standardize existing skill patterns?

Standardize existing skill patterns by enforcing consistent frontmatter requirements, validating SKILL.md structure, and organizing resources into designated scripts/, references/, and assets/ directories.

Can I use optional resource directories when building AI skills?

Yes, you can use optional resource directories including scripts/, references/, and assets/ to organize supplementary files when building AI skills for the FTC Metrics project.