← スキル一覧に戻る
[service-name]-operations
ScientiaCapital / ai-development-cockpit
⭐ 1🍴 0📅 2026年1月18日
[Action verb] [service name] for [specific use cases]. Use when [trigger condition 1], [trigger condition 2], or when user mentions "[keyword 1]", "[keyword 2]".
read, write, edit, bash, grep
SKILL.md
--- 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: ```bash # Example command ``` ## Core Operations ### 1. [Operation Name] **Purpose**: What this operation does **Steps**: 1. Check [prerequisite] 2. Run [command/action] 3. Verify [outcome] **Example**: ```bash # Example code or command ``` ### 2. [Operation Name] **Purpose**: What this operation does **Steps**: 1. ... 2. ... ## 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: ```bash [ENV_VAR_1]=[description] [ENV_VAR_2]=[description] ``` ## Common Patterns ### Pattern 1: [Name] ```typescript // Common code pattern ``` ### Pattern 2: [Name] ```typescript // 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**: ```bash # 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](REFERENCE.md). ## Version History - v1.0.0 (YYYY-MM-DD): Initial version