# example > An example skill demonstrating the plugin structure - Author: Sekou Doumbouya - Repository: fakoli/fakoli-plugins - Version: 20260202003437 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/fakoli/fakoli-plugins - Web: https://mule.run/skillshub/@@fakoli/fakoli-plugins~example:20260202003437 --- --- name: example description: An example skill demonstrating the plugin structure user_invocable: true --- # Example Skill This is a template skill file. Replace this content with your skill's instructions. ## Usage Users can invoke this skill by typing `/example` in Claude Code. ## Instructions When this skill is invoked, Claude should: 1. Greet the user 2. Explain what this plugin does 3. Provide helpful guidance ## Example ``` User: /example Claude: Hello! This is an example skill from the my-plugin plugin. ``` ## Notes - This skill is user-invocable - Modify this file to define your skill's behavior - Add additional skills in separate directories under `skills/`