skill-template.md 3.8 KB


name: skill-name description: "Brief description of what this skill does. Triggers on: keyword1, keyword2, keyword3." compatibility: "Requirements (e.g., Python 3.10+, Node.js, specific CLI tools)" allowed-tools: "Bash Read Write" depends-on: []

related-skills: []

Skill Name

One-line description of what this skill enables.

Quick Reference

Task Command
[Task 1] command1 args
[Task 2] command2 args
[Task 3] command3 args

Basic Usage

# Example 1: [Description]
command example

# Example 2: [Description]
command example

Common Patterns

Pattern 1: [Name]

# Description of when to use this
command with options

Pattern 2: [Name]

# Description of when to use this
command with options

When to Use

  • [Scenario 1: e.g., Processing large JSON files]
  • [Scenario 2: e.g., Batch transformations]
  • [Scenario 3: e.g., Data extraction]

Troubleshooting

Issue Solution
[Problem 1] [Solution 1]
[Problem 2] [Solution 2]

Additional Resources

  • ./references/advanced-patterns.md - Detailed patterns
  • ./references/configuration.md - Configuration options

See Also: [related-skill-1], [related-skill-2]