Documentation
README
Skill Name
Overview
[1-2 sentences explaining the core principle. What is the fundamental insight of this skill?]
When to Use (Triggers)
- Symptoms: [Errors, behaviors, or patterns that indicate this skill is needed]
- Contexts: [Specific scenarios where this pattern applies]
When NOT to Use
- [Scenario A] -> Use
[other-skill-name]instead. - [Scenario B] -> Does not apply because...
Core Pattern
[Explain the mental model. Use a before/after code block or a small dot flowchart if the decision process is non-obvious.]
// β Anti-pattern / Baseline failure
[Show the common mistake or naive approach]
// β
Best practice / Correct implementation
[Show the correct pattern]
This is the opening of the README. Read the full README on GitHub.