gamekit-agent
Official@gamekit-agent
Game development framework for Unity enabling rapid implementation of character movement, physics, multiplayer synchronization, and visual polish through natural language commands.
Agent Skills by gamekit-agent
Showing 19 vetted skills indexed across 1 GitHub repositories.
Adding 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.
Quick Tweaks
Adjust game parameters like speed, scale, and color via natural language commands.
Level Progression
Manage multi-level game progression and save/load systems in Unity.
Adding Juice / Visual Polish
Implement screen shake, hit flash, scale punch, and particle effects for game events.
Adding Audio
Integrate sound effects, background music, and audio feedback into Unity games.
Adding UI Elements
Create Unity UI elements like health bars, score displays, and menus.
verify-changes
Run play mode tests and fix common Unity errors automatically.
Setting Up Cameras
Configure Unity cameras for top-down, side-scroller, third-person, and first-person views.
Frequently Asked Questions About gamekit-agent
FAQPage SchemaWhat specific game development tasks does this framework enable?▼
It enables the rapid implementation of Unity-based game features including character movement, physics-based triggers, multiplayer synchronization via Normcore, UI element creation, and visual polish effects like screen shake or hit flashes. It also supports asset conversion for FBX, OBJ, and BLEND files.
Which target personas benefit from these capabilities?▼
Game developers, technical artists, and indie studio engineers working within the Unity ecosystem benefit most. It is designed for those seeking to accelerate the implementation of standard game mechanics, multiplayer networking, and visual feedback loops without manual configuration of every component.
What are the primary prerequisites for using this framework?▼
Users must have a functional Unity project environment installed. The framework relies on standard Unity components such as Rigidbodies, Colliders, and the Normcore networking package. Familiarity with C# is recommended for extending the generated logic and managing custom game object behaviors.