name: [service-name]-operations description: [Action verb] [service name] for [specific use cases]. Use when [trigger condition 1], [trigger condition 2], or when user mentions "[keyword 1]", "[keyword 2]". allowed-tools: Read, Write, Edit, Bash, Grep
[Service Name] Operations
Brief 1-2 sentence overview of what this skill does.
When to Use This Skill
- When working with [service area]
- When you need to [specific task 1]
- When managing [specific task 2]
- When troubleshooting [specific issue]
Quick Start
Most common operation:
# Example command
Core Operations
1. [Operation Name]
Purpose: What this operation does
Steps:
- Check [prerequisite]
- Run [command/action]
- Verify [outcome]
Example:
# Example code or command
2. [Operation Name]
Purpose: What this operation does
Steps:
- ...
- ...
Files Involved
src/services/[service]/[file].ts:[line]- [Purpose]src/components/[area]/[Component].tsx:[line]- [Purpose]src/app/[route]/page.tsx:[line]- [Purpose]
Configuration
Required environment variables:
[ENV_VAR_1]=[description]
[ENV_VAR_2]=[description]
Common Patterns
Pattern 1: [Name]
// Common code pattern
Pattern 2: [Name]
// Another pattern
Best Practices
✅ Do:
- [Best practice 1]
- [Best practice 2]
❌ Don't:
- [Anti-pattern 1]
- [Anti-pattern 2]
Troubleshooting
Issue: [Common Problem]
Symptoms: How it manifests Cause: Why it happens Solution:
# How to fix
Issue: [Another Problem]
Symptoms: ... Solution: ...
Related Skills
[related-skill-1]- For [use case][related-skill-2]- For [use case]
Advanced Usage
For complex scenarios, see REFERENCE.md.
Version History
- v1.0.0 (YYYY-MM-DD): Initial version