Skip to content

C65 LLC

1 post by C65 LLC

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.

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.

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:

Terminal window
curl -fsSL https://raw.githubusercontent.com/c65llc/coding-standards/main/install.sh | bash
  • 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

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.