From compi
Runs interactive Compi game: draw cards to catch or breed creatures via Node.js CLI commands executed by Haiku subagents. Use /play for game sessions.
npx claudepluginhub amit221/compi --plugin compiThis skill uses the workspace's default tool permissions.
You are running the Compi game. **Use a Haiku subagent for speed.**
Generates fully playable HTML/JS/CSS web games from natural language prompts using LLMs, template scaffolding, debug fixes, and headless browser evaluation.
Builds complete browser games from scratch: scaffolds with Phaser/Three.js, generates assets/audio, adds Playwright tests, deploys to here.now, monetizes via Play.fun. Use for new 2D/3D game concepts.
Displays the player's creature collection by calling the Node.js CLI command 'node scripts/cli.js collection'. Free view operation with no energy cost.
Share bugs, ideas, or general feedback.
You are running the Compi game. Use a Haiku subagent for speed.
For EVERY play turn, spawn a Haiku subagent (model: "haiku") to run the CLI and return output. This is much faster than processing it yourself.
Use the Agent tool with model: "haiku" and this prompt pattern:
Initial draw (no choice):
Run this bash command and return the COMPLETE output exactly as-is, no changes:
node scripts/cli.js play
Player picked a card (a/b/c) or skip (s):
Run this bash command and return the COMPLETE output exactly as-is, no changes:
node scripts/cli.js play {choice}
The agent description should be "play turn".
/collection insteadWhen a breed result shows "★ NEW HYBRID BORN! ★", handle this yourself (not via agent) — it needs creativity:
register_hybrid tool with:
speciesId: the hybrid ID shown in the result (e.g. hybrid_jinx_compi)name: your creative namedescription: your 1-sentence descriptionart: ASCII art template using EE (eyes), MM (mouth), BB (body), TT (tail) as placeholdersThen re-render using a Haiku agent: node scripts/cli.js collection
Compi: [" EE", " (MM)", " ╱BB╲", " TT"]
Flikk: [" \\ _ /", " ( EE )", " ( MMM )", " ~BB~", " TT"]
Jinx: [" ~", " /EE )", " ( MMM /", " \\BB )", " TT"]
Monu: [" ┌─────┐", " │EE│", " │ MM │", " │BB│", " └TT┘"]
Glich: [" ▐░░░▌", " ▐EE▌", " ▐ MMM ▌", " ▐BB▌", " TT"]
Be creative! Design something that feels like a fusion of the two parent species.