By avdm12
An easter egg Space Invaders game starring Clawd the Claude Code mascot. Type /invaders to play!
A retro Space Invaders game starring Clawd, the Claude Code pixel crab mascot. Defend the codebase from bugs!

Built as a Claude Code plugin — install it and type /invaders to play.
/plugin marketplace add avdm12/clawd-invaders
/plugin install clawd-invaders@avdm12
Then play with /clawd-invaders:invaders (plugin skills are namespaced as plugin-name:skill-name).
/invaders without namespace)git clone https://github.com/avdm12/clawd-invaders.git /tmp/clawd-invaders
mkdir -p ~/.claude/skills/invaders
cp /tmp/clawd-invaders/skills/invaders/* ~/.claude/skills/invaders/
Then play with just /invaders in any session.
| Key | Action |
|---|---|
| Arrow keys / A, D | Move left / right |
| Space | Shoot |
| Enter | Start / Restart |
Touch controls supported on mobile.
The plugin bundles a self-contained HTML5 Canvas game (~41KB, zero external dependencies). When /invaders is invoked, Claude copies the game to /tmp/ and opens it in the default browser.
clawd-invaders/
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Marketplace catalog
├── skills/
│ └── invaders/
│ ├── SKILL.md # Skill definition
│ └── game.html # Self-contained game
├── README.md
└── LICENSE
The game uses Claude's brand colors:
| Color | Hex | Use |
|---|---|---|
| Clawd Orange | #D77757 | Player character |
| Crail | #C15F3C | Laser, accents |
| Pampas | #F4F3EE | UI text |
| Cloudy | #B1ADA1 | Secondary text |
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub avdm12/clawd-invaders --plugin clawd-invadersTerminal creature collection game — catch digital beings as you work
Learn Claude Code by building real things, one level at a time
552 game sound effects for Claude Code — 63 packs: Warcraft, StarCraft, Batman, Matrix, DuckTales, Castlevania, Mega Man, Kirby, Indiana Jones & more!
Use when the agent is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text. Originally from OpenAI's curated skills catalog.
Steam-style achievement system for Claude Code
Build s&box games by talking to Claude. Bundles the Claude Bridge MCP server, a screenshot-driven game-dev workflow skill, and an optional sbox-game-dev specialist agent. The s&box editor addon must be installed separately (see README).