Detailed description of what this skill does and when Claude should use it. Include specific keywords that will trigger this skill. Max 1024 characters.
Install
npx skillscat add ncssm-robotics/ftc-claude/my-skill Install via the SkillsCat registry.
SKILL.md
My Skill Name
Brief introduction explaining what this skill helps with.
Quick Start
Provide the most common use case first - what does a user need to get started?
Example Code
// Show practical, copy-paste ready code
public class Example {
// ...
}Key Concepts
| Term | Description |
|---|---|
| Term 1 | What it means |
| Term 2 | What it means |
Common Patterns
Pattern 1: Basic Usage
// Code examplePattern 2: Advanced Usage
// Code exampleReference Documentation
Link to additional files in this skill folder:
- API_REFERENCE.md - Complete API documentation
- TROUBLESHOOTING.md - Common issues and solutions