From claude-arcade
Open Super Mario Runner — an auto-playing pixel arcade game in the browser, driven by this Claude Code session's real-time token throughput, tool calls, and context usage. Trigger only when the user explicitly asks to start, open, launch, or run the arcade/game/Mario.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-arcade:super-mario-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the Super Mario Runner arcade game in your browser. Auto-detects the
Launch the Super Mario Runner arcade game in your browser. Auto-detects the current Claude Code session and locks the visualization to it.
The user may provide a port number as the skill argument (e.g. /claude-arcade:super-mario-runner 4000).
Validate the port if provided. It must be an integer between 1024 and 65535. If invalid, tell the user: "Port must be a number between 1024 and 65535." and stop.
Launch the game. The launcher self-daemonizes (forks itself into the background) and works on macOS, Linux, and Windows — no shell backgrounding tricks needed. Run one of these via the Bash tool:
With a port:
node "${CLAUDE_PLUGIN_ROOT}/scripts/super-mario-runner.js" --port PORT_NUMBER
Default port (3248):
node "${CLAUDE_PLUGIN_ROOT}/scripts/super-mario-runner.js"
If the server is already running on that port, it just reopens the browser tab.
Tell the user it's running. Use this exact message (substitute PORT for the actual port — default 3248):
Super Mario Runner is now open in your browser at http://localhost:PORT/. The character auto-runs and auto-jumps based on this session's token throughput. To stop the server, run
/claude-arcade:super-mario-runnerwith--stop, or:node "${CLAUDE_PLUGIN_ROOT}/scripts/super-mario-runner.js" --stop --port PORT
--foreground to see errors directly in the terminal.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jaipatel248/claude-arcade --plugin claude-arcade