# _template - Author: Ouray Viney - Repository: oviney/team-agent-starter - Version: 20260105141852 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/oviney/team-agent-starter - Web: https://mule.run/skillshub/@@oviney/team-agent-starter~_template:20260105141852 --- --- skill: "[INSERT_SKILL_NAME]" domain: "[INSERT_DOMAIN]" agent: "[INSERT_RESPONSIBLE_AGENT]" version: "1.0.0" status: "draft" --- # [Skill Name] ## Overview ## Context ### Use Cases - [Use case 1] - [Use case 2] - [Use case 3] ### Prerequisites - [Required knowledge or setup] - [Dependencies] - [Tools needed] ## Rules ### Must Do - [Critical requirement 1] - [Critical requirement 2] - [Critical requirement 3] ### Must Not Do - [Prohibited action 1] - [Prohibited action 2] - [Prohibited action 3] ### Best Practices - [Recommended approach 1] - [Recommended approach 2] - [Recommended approach 3] ## Implementation Guide ### Step-by-Step Process 1. [First step with explanation] 2. [Second step with explanation] 3. [Third step with explanation] ### Code Examples ````[INSERT_LANGUAGE] // Example 1: [Description] [INSERT_CODE_EXAMPLE] ```` ````[INSERT_LANGUAGE] // Example 2: [Description] [INSERT_CODE_EXAMPLE] ```` ### Configuration ```[INSERT_FORMAT] [INSERT_CONFIGURATION_EXAMPLE] ``` ## Common Pitfalls ### Pitfall 1: [Name] **Problem**: [Description of what goes wrong] **Solution**: [How to avoid or fix it] **Example**: [Code or scenario] ### Pitfall 2: [Name] **Problem**: [Description of what goes wrong] **Solution**: [How to avoid or fix it] **Example**: [Code or scenario] ### Pitfall 3: [Name] **Problem**: [Description of what goes wrong] **Solution**: [How to avoid or fix it] **Example**: [Code or scenario] ## Testing ### How to Verify - [Verification step 1] - [Verification step 2] - [Verification step 3] ### Test Cases ```[INSERT_TEST_FRAMEWORK] [INSERT_TEST_EXAMPLE] ``` ## Related Skills - [`[RELATED_SKILL_1]`](../[path]/SKILL.md) - [`[RELATED_SKILL_2]`](../[path]/SKILL.md) - [`[RELATED_SKILL_3]`](../[path]/SKILL.md) ## References - [Documentation link] - [Tutorial link] - [API reference] ## Changelog ### Version 1.0.0 (YYYY-MM-DD) - Initial skill definition