# example-skill > Template skill demonstrating the Agent Skills format. Use this as a starting point for creating custom skills. - Author: Ran Aroussi - Repository: agent-formation/afs-spec - Version: 20260126151249 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/agent-formation/afs-spec - Web: https://mule.run/skillshub/@@agent-formation/afs-spec~example-skill:20260126151249 --- --- name: example-skill description: Template skill demonstrating the Agent Skills format. Use this as a starting point for creating custom skills. license: Apache-2.0 metadata: author: Agent Formation Spec version: "1.0.0" --- # Example Skill This is a template skill demonstrating the Agent Skills format. ## When to use this skill Use this skill when the user needs to [describe the use case]. ## Instructions 1. First, do this... 2. Then, do that... 3. Finally, complete with... ## Available Scripts - `scripts/example.py` - Description of what this script does To run a script, use the `skill_exec` tool: ``` skill_exec("example-skill", "scripts/example.py", ["arg1", "arg2"]) ``` ## Examples **Example 1**: [Description] ``` User: [example input] Response: [expected output] ``` ## Notes - Add any important notes here - Include edge cases or limitations