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 @:
@.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:
@.claude/commands/agent-os/discover-standards.md run this command
Referencing standards
You can also reference your standards files directly:
@agent-os/standards/api/response-format.md follow these conventions
Or reference multiple standards:
@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.ymlto 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.