# example-skill > An example demonstrating the structure of a skill - Author: Anurak112 - Repository: Anurak112/Knowledge - Version: 20260129155336 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Anurak112/Knowledge - Web: https://mule.run/skillshub/@@Anurak112/Knowledge~example-skill:20260129155336 --- --- name: example-skill description: An example demonstrating the structure of a skill version: 1.0.0 --- # Overview This is an example skill that teaches an agent how to structure its output in a specific way. # Instructions 1. **Analyze the Request**: Determine if the user is asking for a specific format. 2. **Format Output**: - Use headers for main sections. - Use bullet points for lists. 3. **Validation**: Ensure the output contains no prohibited words defined in `resources/banned_words.txt` (hypothetically). # Examples Refer to `examples/usage.md` for specific input/output pairs.