Agent OS

Adaptability

Using Agent OS with any AI coding tool

Works with any tool

Agent OS is optimized for Claude Code, but works with any AI coding tool that can read file references. Whether you use Cursor, Windsurf, Gemini, Copilot, or another tool, you can use Agent OS to manage your coding standards.

The key is referencing the command files directly instead of using slash commands.

Referencing commands

Instead of typing /discover-standards, reference the command file with @:

Copy
@.claude/commands/agent-os/discover-standards.md

Most AI coding tools support @ file references. When you reference a command file, the tool reads the instructions and follows them.

Add a brief instruction after the reference:

Copy
@.claude/commands/agent-os/discover-standards.md run this command

Referencing standards

You can also reference your standards files directly:

Copy
@agent-os/standards/api/response-format.md follow these conventions

Or reference multiple standards:

Copy
@agent-os/standards/api/response-format.md @agent-os/standards/api/error-handling.md apply these standards

This is the manual equivalent of /inject-standards—useful when you know exactly which standards apply.

Tips

  • Check your tool's syntax — Most tools use @ for file references, but some may differ
  • Use tab completion — Many tools auto-complete file paths after typing @
  • Reference the index — Point your tool to @agent-os/standards/index.yml to see available standards
  • Combine with context — Reference standards alongside the files you're working on for better results

Stay updated on Agent OS

Get notified of major new releases and updates to Agent OS.

Builder Methods

Training and community for developers and founders building with AI.

Created by Brian Casel (that's me) — multi-time founder, product designer, teacher, and the creator behind Builder Methods.

© 2026 CasJam Media, LLC / Builder Methods