AXIOM
Style guides and coding standards for AI agents. One schema. Every platform. Zero ambiguity.
Rules
16 production-grade style guides across 16 ecosystems.
C# / .NET Modern Backend
.NET is a first-class backend platform. Use minimal APIs for new services. Use records for DTOs. Use…
C++ Native Performance
C++ gives you full control. Use it responsibly. RAII is law. Smart pointers replace raw pointers. Mo…
Docker Multi-Stage Builds
Every Dockerfile must produce the smallest, most secure image possible. Multi-stage builds are manda…
Go Canonical Style
Go code must be clear, simple, and idiomatic. Every decision should optimize for readability at the …
Java Enterprise Architecture
Java enterprise code must be clean, layered, and testable. Dependency injection is mandatory. Busine…
Kubernetes Manifests
Kubernetes manifests are infrastructure as code. Every resource must be declarative, reproducible, a…
MongoDB Document Design
MongoDB rewards intentional document design. Embed what you read together. Reference what changes in…
Native Mobile Standards
Native mobile code must be responsive, accessible, and battery-efficient. UI state belongs in observ…