skill-builder
Installation
SKILL.md
FTC Skill Builder
This skill teaches you how to create high-quality skills for the FTC Claude Skills Marketplace. Skills are knowledge packs that help AI coding agents assist FTC teams with specific hardware, libraries, frameworks, or tools.
Quick Reference
| Element | Purpose | Required |
|---|---|---|
name |
Unique identifier (kebab-case) | Yes |
description |
WHAT it does + WHEN to use it | Yes |
license |
Usually MIT for FTC community | Recommended |
compatibility |
Which agents support it | Recommended |
metadata |
Author, version, category | Recommended |
SKILL.md |
Main instructions (<500 lines) | Yes |
| Reference files | Detailed docs (API_REFERENCE.md) | Optional |
scripts/ |
Utility scripts | Optional |