atris
v2.0.16
Published
atrisDev (atris dev) - CLI for AI coding agents. Works with Claude Code, Cursor, Windsurf. Make any codebase AI-navigable.
Maintainers
Readme
atris
atris is a self improving context layer for your agent. Works with coding agents like Claude Code and Cursor.
For Coding Agents
If you're a coding agent (Claude Code, Cursor, Windsurf, Copilot, etc.) reading this:
When the user asks to build/plan/fix something, run:
atrisFollow the instructions in the output. The full protocol is in atris.md.
Install
npm install -g atrisQuick Start
cd your-project
atris init # Creates atris/ folder
atris # Loads context, ready to buildThen describe what you want to build. The agent will:
0. (Optional) Explore with atris brainstorm if uncertain
- Show you a visualization
- Wait for approval
- Create
atris/features/[name]/idea.md+build.md - Execute step by step
- Review and update docs (2-pass)
Commands: brainstorm (optional) → plan → do → review
Works with: Claude Code, Cursor, Windsurf, GitHub Copilot, any agent.
Update
npm update -g atris
atris updateLatest Updates
See releases for full changelog.
License: MIT | Repo: github.com/atrislabs/atris.md
