gradient-bang
Voice-driven multiplayer space game setup, deployment, and operations
All Skills in This Repository (11)
Pure Emerald Level IndicatorsLoad Quest Data
Load quest definitions from JSON files into Supabase.
Analyze Context
Analyze Gradient Bang gameplay session context dumps to produce diagnostic reports.
Reset World
Reset game databases and seed new universes for development and testing.
Deploy Bot
Automates deployment of bots to Pipecat Cloud via cloud builds for dev, eval, prod environments.
release
Automate version bumps, changelog updates, and Git tagging for releases.
newspaper
Generate Gradient News banner, front-page, and prompt-experiment assets from in-game events.
Run Database Migration
Apply pending Supabase migrations to local or production databases.
news-front-page
Generate a 2160x3840 newspaper front page PNG from game-event digests.
character-create
Create a game character with customizable ship, credits, and onboarding state.
bug-report
Ground user-pasted bug reports against the codebase with file:line citations.
maintenance
Toggle MAINTENANCE_MODE on Supabase login edge functions via CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Gradient Bang skills?โผ
Run `npx skills add pipecat-ai/gradient-bang --all -g -y` in your terminal to install all skills globally.
What is Gradient Bang?โผ
It is an open-source multiplayer space game where every ship is controlled by a voice-driven agent, built on Supabase, Pipecat, and React.
How do I set up the game locally?โผ
Use the init skill, which installs dependencies, starts Supabase, generates universe data, and walks you through entering your API keys step by step.
Can I deploy the game to production?โผ
Yes. Dedicated skills deploy the edge functions to Supabase, the bot to Pipecat Cloud, and the client to Vercel with built-in safety checks.
Can I test combat and game events without playing?โผ
Yes. Skills like combat, destroy-ship, restore-ship, and npc let you trigger battles, reset world state, and run autonomous characters for testing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core