Unified coding standards for every AI coding assistant.
Modern teams use multiple AI coding tools -- Cursor, Copilot, Claude Code, Codex, Gemini -- but each one needs its own configuration file. This project provides a single source of truth for coding standards that automatically syncs to every AI agent in your workflow. The result is consistent, high-quality AI-generated code across your entire team, whether you are a solo developer, an engineering organization, or an open-source maintainer.
curl -fsSL https://raw.githubusercontent.com/c65llc/coding-standards/main/install.sh | bashThe installer sets up the following in your project:
- All AI agent configuration files (see table below)
- A
make sync-standardsMakefile target for on-demand updates - Git hooks that keep standards in sync automatically
| Agent | Config File | Status |
|---|---|---|
| Cursor AI | .cursorrules |
Supported |
| GitHub Copilot | .github/copilot-instructions.md |
Supported |
| Claude Code / Aider | .aiderrc |
Supported |
| OpenAI Codex | .codexrc |
Supported |
| Gemini CLI | .gemini/GEMINI.md, .gemini/settings.json |
Supported |
Python, Java, Kotlin, Swift, Dart, TypeScript, JavaScript, Rust, Zig
- Multi-Agent Sync -- One standards source, every AI agent stays consistent.
- Clean Architecture -- Enforces domain-driven design across all languages.
- One-Command Setup -- Install everything with a single command.
- Auto-Updating -- Git hooks keep standards in sync whenever you pull.
- GitHub Project Lifecycle -- CLI-driven workflow connecting issues to Draft PRs via GitHub Projects V2.
We welcome bug reports and feature requests via GitHub Issues. See CONTRIBUTING.md for details.
MIT -- see LICENSE.