# _base-skill > For standard patterns, see [PATTERNS.md](PATTERNS.md) (if applicable). For API reference, see [REFERENCE.md](REFERENCE.md) (if applicable). - Author: cecom - Repository: ozkanugr/Devflow - Version: 20260208224704 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/ozkanugr/Devflow - Web: https://mule.run/skillshub/@@ozkanugr/Devflow~_base-skill:20260208224704 --- --- name: [skill-name] description: [Clear description of capability and activation triggers. Use when working with [specific technologies], [specific tasks], or implementing [specific patterns].] allowed-tools: Read, Grep, Glob --- # [Skill Name] ## Quick Start For standard patterns, see [PATTERNS.md](PATTERNS.md) (if applicable). For API reference, see [REFERENCE.md](REFERENCE.md) (if applicable). ## Instructions 1. [First step when skill activates] 2. [Second step - analysis or planning] 3. [Third step - implementation approach] 4. [Fourth step - quality checks] 5. [Fifth step - documentation/cleanup] ## Best Practices - [Practice 1]: [Brief explanation] - [Practice 2]: [Brief explanation] - [Practice 3]: [Brief explanation] - [Practice 4]: [Brief explanation] ## Common Patterns ### Pattern 1: [Name] [Description of when to use] ```[language] // Example code ``` ### Pattern 2: [Name] [Description of when to use] ```[language] // Example code ``` ## Anti-Patterns - **[Anti-pattern 1]**: [Why to avoid and what to do instead] - **[Anti-pattern 2]**: [Why to avoid and what to do instead] ## Checklist - [ ] [Quality check 1] - [ ] [Quality check 2] - [ ] [Quality check 3] - [ ] [Quality check 4]