Skip to content

Shared coding standards for AI agents.

Notifications You must be signed in to change notification settings

block65/agent-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-standards

Shared coding standards for AI agents.

Usage

Add as a git submodule:

git submodule add git@github.com:block65/agent-standards.git standards

In 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`)

Available Standards

Always load

  • Communication: Concise, objective interaction rules.
  • Git: Conventional commits and message philosophy.
  • Dependencies: Source trust and version currency.

Load if applicable (workflow)

  • TRIPLE: Three-role peer programming workflow with impl agent, review agent, and human.

Load if applicable (content)

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

About

Shared coding standards for AI agents.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •