my-skill

Create self-contained Claude skills with SKILL.md frontmatter and optional resource directories.

4|4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ncssm-robotics/ftc-claude --skill my-skill-ncssm-robotics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-skill
Source: https://github.com/ncssm-robotics/ftc-claude/tree/main/template/skills/my-skill
Command: npx skills add https://github.com/ncssm-robotics/ftc-claude --skill my-skill-ncssm-robotics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill unit provides a structured, self-contained entry point for building and distributing Claude-compatible capabilities. It ensures discovery via a SKILL.md frontmatter and optional resource folders for scripts, references, and assets.

Core Features & Use Cases

  • Self-contained skill with a mandatory SKILL.md frontmatter including name and description to enable discovery.
  • Optional resources directories (scripts/, references/, assets/) for on-demand content and tooling.
  • Clear guidance for activation and reuse across FTC robotics workflows and developer teams.

Quick Start

Build and expose a new skill by adding a SKILL.md with proper fields and placing any helper files in the corresponding directories, then activate the skill in your agent.

Frequently Asked Questions about my-skill

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

FAQPage Schema
How do I create a reusable automation skill for FTC robotics workflows?

To create a reusable automation skill for FTC robotics workflows, you add a SKILL.md file with frontmatter fields like name, description, license, and compatibility, then place helper files in optional resource directories such as scripts or references.

What metadata is required for skill discovery in Claude-compatible agent workflows?

Skill discovery in Claude-compatible agent workflows requires a SKILL.md frontmatter with mandatory name and description fields, while optional fields include license, compatibility, and resource directory paths for scripts, references, and assets.

Can I use optional resource directories to organize scripts and assets for a robotics skill unit?

Yes, you can use optional resource directories to organize a robotics skill unit. The structure supports scripts, references, and assets folders, providing on-demand content and tooling that enable activation and reuse across developer teams.

What is the best way to package a self-contained capability for distribution to FTC robotics teams?

The best way to package a self-contained capability for FTC robotics teams is to encapsulate it as a skill unit with a documented entry point, a mandatory SKILL.md frontmatter, and optional resource folders, ensuring structured discovery and activation via metadata.

Do I need specific dependencies to build a Claude-compatible skill unit?

No specific dependencies are required to build a Claude-compatible skill unit. The skill is self-contained and relies only on a SKILL.md file with proper frontmatter fields and optional resource directories for scripts, references, and assets.