From demo-plugin
A minimal example skill that demonstrates how skills work in this project. Use this whenever the user asks to "test the demo skill", "show me how skills work", or wants a simple example of a skill being triggered and followed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/demo-plugin:demoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a minimal skill used only to demonstrate that the skills mechanism works in the tokogaming project.
This is a minimal skill used only to demonstrate that the skills mechanism works in the tokogaming project.
When this skill triggers, respond with a short, friendly greeting that:
demo).Keep the response to 2-3 sentences. There is nothing else for this skill to do — it exists purely as a working example.
npx claudepluginhub aureliusivan/tokogaming --plugin demo-pluginGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.