Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add ehoyos007/SKILL.md --skill "example-skill"
Install specific skill from multi-skill repository
# Description
A template skill demonstrating the SKILL.md format. Use this as a starting point for creating new skills.
# SKILL.md
name: example-skill
description: "A template skill demonstrating the SKILL.md format. Use this as a starting point for creating new skills."
license: MIT
This is a template skill. Replace this content with your skill's instructions.
Overview
Describe what your skill does and when Claude should use it.
Instructions
Provide detailed guidance for Claude when this skill is activated:
- Step one: Explain the first thing Claude should do
- Step two: Explain the next step
- Step three: Continue with additional steps
Examples
Show examples of expected input/output or behavior:
User: Example request
Claude: Example response
Guidelines
- List important guidelines
- Include constraints or limitations
- Mention edge cases to handle
References
If your skill includes reference documents in a references/ subdirectory, describe them here.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.