From example-plugin
Example skill (template). Greets the user and shows the minimal structure of a skill. Use it as a base to copy when creating new skills. Triggers on "/example-plugin:hello", "example skill", "skill template".
How this skill is triggered — by the user, by Claude, or both
Slash command
/example-plugin:helloThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Template skill. Copy it to create new ones.
Template skill. Copy it to create new ones.
When invoked:
SKILL.md) is the entry point: the frontmatter
(name + description) determines when the skill activates; the body is
the instructions Claude follows.skills/hello/ folder to skills/<new-skill-name>/.name = skill name, description = when/why to use it
(the description drives automatic triggering — be specific)./example-plugin:<new-skill-name>.No dependencies. Just Markdown with YAML frontmatter.
Builds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.
npx claudepluginhub p/filippolmt-example-plugin-plugins-example-plugin