# example-skill > A simple example skill demonstrating the basic structure - Author: zwkang - Repository: ZWkang/agent-plugin-template - Version: 20260206170935 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ZWkang/agent-plugin-template - Web: https://mule.run/skillshub/@@ZWkang/agent-plugin-template~example-skill:20260206170935 --- --- name: example-skill description: A simple example skill demonstrating the basic structure --- # Example Skill ## Overview This is a template skill showing the basic structure. Use this as a starting point for your own skills. ## When to Use - When you need to [describe trigger condition] - Before [describe prerequisite action] ## Process 1. **Understand the context** - Review relevant files and requirements 2. **Plan the approach** - Outline steps before implementation 3. **Execute** - Follow the plan systematically 4. **Verify** - Confirm the work meets expectations ## Checklist - [ ] Context reviewed - [ ] Approach planned - [ ] Implementation complete - [ ] Verification passed ## Notes - Keep skills focused on a single workflow - Use clear, actionable language - Include examples where helpful