Skip to content

Standards and Conventions for Projects to Help Bootstrap Projects and AI Coding Assistants

License

Notifications You must be signed in to change notification settings

c65llc/coding-standards

Coding Standards

License: MIT CI

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.

Quick Install

curl -fsSL https://raw.githubusercontent.com/c65llc/coding-standards/main/install.sh | bash

What You Get

The installer sets up the following in your project:

  • All AI agent configuration files (see table below)
  • A make sync-standards Makefile target for on-demand updates
  • Git hooks that keep standards in sync automatically

Supported AI Agents

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

Supported Languages

Python, Java, Kotlin, Swift, Dart, TypeScript, JavaScript, Rust, Zig

Feature Highlights

  • 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.

Documentation

Contributing

We welcome bug reports and feature requests via GitHub Issues. See CONTRIBUTING.md for details.

License

MIT -- see LICENSE.

About

Standards and Conventions for Projects to Help Bootstrap Projects and AI Coding Assistants

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors