Shared coding standards for AI agents.
Add as a git submodule:
git submodule add git@github.com:block65/agent-standards.git standardsIn your project's AGENTS.md:
Refer to the following standards from the `standards/` submodule:
- Git & Workflow: `workflow/git.md`
- Writing: `writing/technical.md` (or `writing/marketing.md`)- Communication: Concise, objective interaction rules.
- Git: Conventional commits and message philosophy.
- Dependencies: Source trust and version currency.
- TRIPLE: Three-role peer programming workflow with impl agent, review agent, and human.
- Writing (Base): Core rules for all content. (Referenced as a prerequisite by sub-modules).
- Technical Docs: Objectivity and clarity (No "Your").
- Marketing & Copy: Persuasion and ownership (Yes "Your").
- TypeScript: Strict typing and modern patterns. Includes JavaScript standards.
- React: Component patterns, i18n, styling, and state management.
- JavaScript: pnpm, modern API usage, and general JS hygiene.
- Rust: Entry point for modular Rust standards.