Resources
2Install
npx skillscat add wvlvik/toy-skills/skills-example-skill Install via the SkillsCat registry.
SKILL.md
Example Skill
This is a template skill that demonstrates the structure and format of skills in this repository.
Description
A brief description of what this skill does and when it should be used.
When to use this skill
Use this skill when:
- Writing code that needs to follow specific patterns
- Reviewing code for best practices
- Implementing features related to [domain]
Key Principles
- First principle explanation
- Second principle explanation
- Third principle explanation
Examples
Example 1
// Show good example
const result = doSomething();Example 2 (What to avoid)
// Show what to avoid
const result = doSomethingBad();