From toko-gaming
A minimal example skill that demonstrates how Claude Code plugins work for Toko Gaming. Use this whenever the user asks to "test the Toko Gaming skill", "show me how the Toko Gaming plugin works", or wants a simple example of a Toko Gaming skill being triggered and followed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/toko-gaming:toko-gamingThe 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 Claude Code plugin mechanism works for the Toko Gaming project.
This is a minimal skill used only to demonstrate that the Claude Code plugin mechanism works for the Toko Gaming project.
When this skill triggers, respond with a short, friendly greeting that:
toko-gaming).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 toko-gamingGuides 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.