Coding Standards
This repository ships reusable AI tool assets with this layout:
.agents/: shared skills, tools, and standards source.codex/: Codex-specific global config destination structure
Tool Priority
- Primary: OpenAI Codex
- Secondary: Anthropic Claude Code
Canonical Standards Source
.agents/standards/*.md(general.mdfirst, then alphabetical)
Installer
Run from repo root:
python install_ai_files.py
Useful options:
python install_ai_files.py --tool codex
python install_ai_files.py --tool claude
python install_ai_files.py --home /path/to/home
python install_ai_files.py --claude-target /path/to/CLAUDE.md
python install_ai_files.py --dry-run
Copy-to-home workflow
- Copy
<repo>/.agentsto$HOME/.agents - Copy
<repo>/.codexto$HOME/.codex(or install with the script)
Standards Files
- General
- Frontend
- Java
- JavaScript & TypeScript
- Kotlin
- Python