By sponticelli
CI/CD pipelines, automated testing, build systems, deployment, and infrastructure for game development
Audit build system for optimization opportunities
Generate deployment checklist for a release
Generate incident response playbook
Generate infrastructure architecture plan
Generate a CI/CD pipeline specification for a game project
Optimizes game build processes and solves build issues. Use when builds are slow, failing, or need optimization.
Manages release deployment processes. Use when planning deployments, hotfix procedures, or rollback strategies.
Plans server infrastructure and cloud architecture for games. Use when designing backend infrastructure, scaling plans, or cloud deployment.
Designs CI/CD pipelines for game projects. Use when setting up automated builds, tests, or deployments.
Designs automated testing strategies for games. Use when planning test automation, setting up test frameworks, or improving test coverage.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A comprehensive plugin marketplace for AI-augmented game development. These plugins provide specialized agents and commands for every discipline in game creation, from ideation to launch.
claude plugin marketplace add sponticelli/gamedev-claude-plugins
# Install all plugins
claude plugin install thinking@gamedev-claude-plugins
claude plugin install game-design@gamedev-claude-plugins
claude plugin install engineering@gamedev-claude-plugins
claude plugin install devops@gamedev-claude-plugins
claude plugin install ui-ux@gamedev-claude-plugins
claude plugin install art@gamedev-claude-plugins
claude plugin install audio@gamedev-claude-plugins
claude plugin install product@gamedev-claude-plugins
claude plugin install marketing@gamedev-claude-plugins
claude plugin install operations@gamedev-claude-plugins
claude plugin install strategy@gamedev-claude-plugins
claude plugin install scope-guardian@gamedev-claude-plugins
claude plugin install juice@gamedev-claude-plugins
claude plugin install accessibility@gamedev-claude-plugins
claude plugin install narrative@gamedev-claude-plugins
claude plugin install level-design@gamedev-claude-plugins
claude plugin install multiplayer@gamedev-claude-plugins
claude plugin install technical-art@gamedev-claude-plugins
claude plugin install ai-systems@gamedev-claude-plugins
claude plugin install procedural@gamedev-claude-plugins
claude plugin install certification@gamedev-claude-plugins
claude plugin install user-research@gamedev-claude-plugins
claude plugin install social-systems@gamedev-claude-plugins
claude plugin install web-games@gamedev-claude-plugins
Plugins can be installed at three different scope levels:
| Scope | Flag | Location | Use Case |
|---|---|---|---|
| User | --scope user | ~/.claude/settings.json | Available in ALL projects |
| Project | --scope project | .claude/settings.json | Shared with team via git |
| Local | --scope local | ~/.claude.json | Current project only (default) |
To use plugins across all your projects, add --scope user:
# Add marketplace globally
claude plugin marketplace add sponticelli/gamedev-claude-plugins --scope user
# Install plugins globally
claude plugin install thinking@gamedev-claude-plugins --scope user
claude plugin install game-design@gamedev-claude-plugins --scope user
claude plugin install strategy@gamedev-claude-plugins --scope user
# ... etc
To share plugins with your team via git:
claude plugin marketplace add sponticelli/gamedev-claude-plugins --scope project
claude plugin install game-design@gamedev-claude-plugins --scope project
Note: If a plugin exists at multiple scopes, local overrides project, which overrides user.
| Plugin | Focus | Agents | Commands |
|---|---|---|---|
| game-design | Mechanics, systems, balance, player psychology | 7 | 6 |
| engineering | Architecture, performance, debugging, refactoring | 6 | 5 |
| art | Visual direction and asset planning | 2 | 2 |
| audio | Sound design and music | 2 | 2 |
| devops | CI/CD, builds, testing, deployment, infrastructure | 6 | 6 |
| Plugin | Focus | Agents | Commands |
|---|---|---|---|
| narrative | Dialogue, lore, quests, localization | 4 | 4 |
| level-design | Layout, pacing, encounters, environmental storytelling | 4 | 4 |
| multiplayer | Networking, backend, anti-cheat, server infrastructure | 5 | 5 |
| technical-art | Pipelines, animation, shaders, optimization | 4 | 4 |
| ai-systems | Behavior trees, NPC design, dynamic difficulty | 3 | 4 |
| procedural | PCG algorithms, constraints, seed systems | 3 | 4 |
| certification | Platform compliance, audits, submission | 3 | 3 |
| user-research | Playtesting, surveys, UX analysis | 3 | 3 |
| social-systems | Guilds, clans, social features | 2 | 2 |
| web-games | Browser games, WebGL, PWA, HTML5 | 6 | 5 |
| Plugin | Focus | Agents | Commands |
|---|---|---|---|
| ui-ux | Interface and onboarding | 2 | 2 |
| accessibility | Inclusive design for all players | 1 | 2 |
| juice | Game feel and polish | 1 | 2 |
| scope-guardian | Scope management and feature alignment | 1 | 2 |
npx claudepluginhub sponticelli/gamedev-claude-plugins --plugin devopsGame feel and polish - screen shake, particles, animation easing, audio feedback, and the secret sauce that makes games satisfying
Live operations, analytics, monetization, player support, events, retention, and post-launch management
Procedural content generation - PCG systems, algorithms, constraints, and emergent content
Business strategy, market analysis, competitive positioning, and strategic planning for any venture
Game programming, architecture, performance, refactoring, and technical problem-solving
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
DevOps and deployment automation - CI/CD pipelines, zero-downtime deployments - 1 skill, 2 commands, 2 agents
Deployment engineering with Terraform and infrastructure as code
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
DevsForge Enterprise CI/CD Automation Architect delivering comprehensive pipeline optimization, deployment automation, and continuous integration frameworks that transform DevOps from operational necessity into strategic business value creation and development excellence catalyst
Debug CI/CD pipeline failures and fix configurations