# example-skill > A template skill that demonstrates the basic structure. Use this as a starting point for creating your own skills. Triggers on 'example skill', 'skill template'. - Author: trend-neil-lu - Repository: trend-neil-lu/n-agent-skills - Version: 20260106173609 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/trend-neil-lu/n-agent-skills - Web: https://mule.run/skillshub/@@trend-neil-lu/n-agent-skills~example-skill:20260106173609 --- --- name: example-skill description: | A template skill that demonstrates the basic structure. Use this as a starting point for creating your own skills. Triggers on 'example skill', 'skill template'. allowed-tools: Read, Grep, Glob --- # Example Skill This is a template skill that demonstrates the proper structure for Claude Code skills. ## When to Use Use this skill when: - User asks for a skill template example - Demonstrating skill capabilities - Testing skill functionality ## Instructions 1. First, analyze the user's request 2. Use the allowed tools to gather necessary information 3. Provide a helpful response based on findings ## Best Practices - Keep skill descriptions clear and actionable - Include trigger keywords at the end of description - Limit to necessary tools only - Use markdown for structure ## Additional Resources For more complex skills, you can reference additional files: - [reference.md](reference.md) - Detailed documentation - [scripts/](scripts/) - Helper scripts