gamekit-cli
Build Unity games from plain-English descriptions
All Skills in This Repository (19)
Pure Emerald Level IndicatorsAdding Collectibles and Pickups
Create collectible items with C# scripts and trigger colliders in Unity.
Screenshot Skill
Capture screenshots from the Unity game view via a custom Editor script.
Setting Up Triggers
Create Unity trigger zones with C# scripts and Collider components.
Creating Animations
Generate C# scripts for spinning, bobbing, pulsing, and shaking Unity game objects.
Setting Up Physics
Configure Rigidbodies and Colliders with physics properties in Unity.
Adding Player Characters
Implement controllable player characters with movement and Normcore multiplayer synchronization.
Creating Materials
Create and apply materials with colors, textures, and properties in Unity.
Using 3D Models
Convert FBX, OBJ, and BLEND 3D models into Unity prefabs for runtime loading.
Scene Awareness
Capture and verify Unity scene states before and after modifications.
Quality Gate
Automate multi-stage quality assurance for game development projects.
Adding Enemies and NPCs
Create enemies, NPCs, and AI-controlled characters in Unity.
Multiplayer Setup (Normcore)
Integrate real-time multiplayer synchronization into Unity projects using the Normcore SDK.
Frequently Asked Questions
FAQPage SchemaHow to install gamekit-cli?โผ
Run `npx skills add gamekit-agent/gamekit-cli --all -g -y` in your terminal to install all skills globally. You also need Unity Hub with Unity 6 or 2022.x and Claude Code installed.
Can I build a Unity game without knowing Unity?โผ
Yes. Describe the game you want in plain English, and the agent handles scenes, scripts, physics, and testing automatically.
Does gamekit support multiplayer games?โผ
Yes. Games are multiplayer-ready by default using Normcore, with automatic player sync and ownership handling.
How does gamekit verify the game works?โผ
Every change triggers an automatic test loop that checks for errors, captures screenshots, and runs a quality gate before presenting results.
Can gamekit find and import game assets?โผ
Yes. It searches free sources like Kenney and OpenGameArt, downloads models, and automatically converts FBX files into runtime-ready prefabs.
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