# template > [REPLACE] Brief intro paragraph. - Author: Clawdio - Repository: clawdioioioioio/skills - Version: 20260209173157 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/clawdioioioioio/skills - Web: https://mule.run/skillshub/@@clawdioioioioio/skills~template:20260209173157 --- --- name: skill-name description: [REPLACE] One paragraph describing what this skill does and when to use it. Include trigger words that should activate this skill. Be specific about use cases. --- # Skill Name [REPLACE] Brief intro paragraph. ## Core Principle [REPLACE] The most important thing to understand about this domain. ## Quick Reference ### Common Commands/Patterns ```bash # [REPLACE] Most common operation command --flag # [REPLACE] Second most common command --other ``` ### Decision Tree ``` [REPLACE] When to do what: Need X? → Use pattern A Need Y? → Use pattern B Not sure? → See references/fundamentals.md ``` ## Workflow ### 1. [Phase Name] [REPLACE] What to do in this phase. ### 2. [Phase Name] [REPLACE] What to do in this phase. ### 3. [Phase Name] [REPLACE] What to do in this phase. ## References Load these as needed: | Reference | When to Use | |-----------|-------------| | `references/fundamentals.md` | Understanding core concepts | | `references/security/threats.md` | Threat modeling, auditing | | `references/security/checklist.md` | Pre-deployment verification | | `references/sources.md` | Finding updates, research | ## Security Considerations [REPLACE] Key security points for this domain: 1. **[Threat 1]** — [Mitigation] 2. **[Threat 2]** — [Mitigation] 3. **[Threat 3]** — [Mitigation] ## Common Pitfalls [REPLACE] Things people get wrong: | Pitfall | Why It's Wrong | Do This Instead | |---------|----------------|-----------------| | [X] | [Reason] | [Correct approach] | | [Y] | [Reason] | [Correct approach] | ## More Information - [Official Documentation](https://example.com) - [Security Guide](https://example.com/security) - [Community](https://example.com/community)