Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 1.38 KB

File metadata and controls

85 lines (61 loc) · 1.38 KB
name category-skill-name
description Brief one-line description of what this skill covers

Skill Name

When to Use This Skill

Activate this skill when:

  • [Specific trigger 1]
  • [Specific trigger 2]
  • [Specific trigger 3]
  • [Specific trigger 4]
  • [Specific trigger 5]

Core Concepts

Concept 1: [Name]

  • Key point 1
  • Key point 2
  • Key point 3
// Code example demonstrating concept
// Include comments explaining key lines

Concept 2: [Name]

  • Key point 1
  • Key point 2
// Another code example
// Real-world variable names (not foo/bar)

Patterns

Pattern 1: [Pattern Name]

When to use:

  • Condition 1
  • Condition 2
// ❌ Bad: Example of what NOT to do

// ✅ Good: Correct approach

Pattern 2: [Pattern Name]

// Complete working example
// Copy-paste ready
// Under 30 lines

Quick Reference

Command/Pattern    | Use Case           | Example
-------------------|--------------------|---------
[item]             | [when to use]      | [example]
[item]             | [when to use]      | [example]

Anti-Patterns

// ❌ NEVER: [What not to do]
[bad example]

// ✅ CORRECT: [Proper approach]
[good example]

Related Skills

  • related-skill-1.md - [How it relates]
  • related-skill-2.md - [How it relates]
  • related-skill-3.md - [How it relates]