Introducing Coding Standards: One Framework, Every AI Agent
We’re excited to announce the public release of Coding Standards — a unified framework that keeps every AI coding assistant on the same page.
The Problem
Section titled “The Problem”Development teams today use multiple AI coding tools: Cursor, GitHub Copilot, Claude Code, OpenAI Codex, Gemini CLI. Each tool needs its own configuration, and without a shared source of truth, they generate inconsistent code.
The Solution
Section titled “The Solution”Coding Standards provides a single repository of standards — covering 9 programming languages, Clean Architecture patterns, and development processes — that automatically syncs to every AI agent in your workflow.
Install it in seconds:
curl -fsSL https://raw.githubusercontent.com/c65llc/coding-standards/main/install.sh | bashWhat’s Included
Section titled “What’s Included”- 9 language standards: Python, Java, Kotlin, Swift, Dart, TypeScript, JavaScript, Rust, Zig
- 5 AI agent configs: Cursor, Copilot, Claude Code/Aider, Codex, Gemini CLI
- Architecture standards: Clean Architecture, SOLID principles, and more
- Process standards: Git workflow, documentation, code review
- Automation: One-command setup, auto-syncing git hooks, Make targets
Get Started
Section titled “Get Started”Check out the Quick Start guide to get up and running in 5 minutes, or browse the full documentation for all installation options.
We welcome feedback via GitHub Issues. If these standards don’t fit your team perfectly, fork the repo and customize them.