Agent Plugins Marketplace
All plugins

game-craft

v1.0.0

Make browser games have taste — the build order and craft that separate a tech demo from something fun.

Claude Code12 Skills

By vibedgames56 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install game-craft for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install game-craft@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kyh/vibedgames

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/game-craft/.

Plugin files

plugins/game-craft/
├── .claude-plugin/plugin.json
├── skills/animation/SKILL.md
├── skills/ask-me/SKILL.md
├── skills/design-lenses/SKILL.md
├── skills/finish-it/SKILL.md
├── skills/game-balance/SKILL.md
├── skills/game-feel/SKILL.md
├── skills/game-playbook/SKILL.md
├── skills/game-ui/SKILL.md
├── skills/level-design/SKILL.md
├── skills/onboarding/SKILL.md
├── skills/teach-me/SKILL.md
└── skills/vfx/SKILL.md

Included Skills12

animationskills/animation/SKILL.md

Make 2D sprite animation read well: frame budgets per clip, timing and spacing, cancel windows, smears, secondary motion, wiring clips in Phaser. Generating frames is pixel-art / animated-spritesheets.

ask-meskills/ask-me/SKILL.md

Interview the user about a fuzzy game idea, one question at a time, until it is build-ready. Skip when they already know what to build.

design-lensesskills/design-lenses/SKILL.md

Critique a game's design through Schell's lenses, MDA and systems thinking, ranking findings by severity with fixes. Design-level review, not bugs or feel tuning.

finish-itskills/finish-it/SKILL.md

Get a stalled or sprawling game project to ship: diagnose the death loop, cut to the core, set a binary finish line.

game-balanceskills/game-balance/SKILL.md

Design and tune game systems and economies: core loops, sources and sinks, cost and power curves, loot tables, progression, dominant-strategy and soft-lock audits.

game-feelskills/game-feel/SKILL.md

Tune how a game feels — input forgiveness, movement curves, hit stop, screen shake, squash and stretch, camera and audio feel — with concrete numbers.

game-playbookskills/game-playbook/SKILL.md

Build a browser game end to end from a one-line idea, plus the craft checklist that separates a tech demo from something fun.

game-uiskills/game-ui/SKILL.md

Design in-game interfaces: HUD zoning and hierarchy, meters and numerals, menu and overlay states, touch targets and safe areas, for Phaser, Three.js or DOM.

level-designskills/level-design/SKILL.md

Design levels, waves, arenas and difficulty progression: structure, pacing, teaching through geometry, guiding the eye, wave grammar for endless games.

onboardingskills/onboarding/SKILL.md

Design a game's first minute: invisible tutorials, difficulty curves, failure and retry loops, assist modes. Use when players quit early or don't get it.

teach-meskills/teach-me/SKILL.md

Teach the user to build browser games themselves across sessions, by building real games together. Not for building a game for them.

vfxskills/vfx/SKILL.md

Build real-time 2D effects in-engine — explosions, hit sparks, trails, smoke, pickups, shockwaves, weather — with particle recipes, readability rules and mobile budgets.

Plugin manifests1

plugins/game-craft/.claude-plugin/plugin.json
{
  "name": "game-craft",
  "description": "Make browser games have taste — the build order and craft that separate a tech demo from something fun.",
  "version": "1.0.0",
  "author": {
    "name": "vibedgames"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[game-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/game-craft)