Are you the author? Sign in to claim
๐ฎ Production-ready AI rules for Unity 6.2+. Single Source of Truth for Cursor (.cursor) and Google Antigravity (.agent)
The Single Source of Truth for Unity AI assistance.
This repository provides production-ready configuration rules for Unity 6.2+ projects. It is designed to be universal, automatically supporting both:
.mdc format).agent/rules format)We use a "write once, deploy everywhere" approach: rules are defined in Cursor's format and automatically converted for Antigravity Workspace using a custom CI/CD workflow.
Simply clone this repository into the root of your Unity project. The AI agents will automatically detect their respective configuration folders.
cd YourUnityProject
git clone https://github.com/Common-ka/ai-agent-unity-rules.git
For Cursor Users:
.cursor/ folder to your project root..vscode/settings.json to your project's .vscode/ folder.For Antigravity Users:
.agent/ folder to your project root..agent/rules/ contains the .md files.This repository uses a Uni-Directional Data Flow to keep rules in sync.
graph LR
A[.cursor/rules/*.mdc] -- python script --> B(.agent/rules/*.md)
.cursor/rules/ using the modern .mdc format.sync_rules.py) automatically converts these files into standard Markdown for Antigravity..agent/rules are always up to date.MIT License - see LICENSE
Flutter AI Skills and Rules for Cursor, Copilot, Antigravity, and Other AI-Powered IDEs
A RedwoodJS optimized .cursorrules file
A practical approach to managing multiple AI agents in Cursor through strict file-tree partitioning and domain boundarie
An opinionated, AI-native development workflow for Java Enterprise โ reusable Skills, Agents, Commands, and MCP servers