You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

atris

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atris

atrisDev (atris dev) - CLI for AI coding agents. Works with Claude Code, Cursor, Windsurf. Make any codebase AI-navigable.

latest
Source
npmnpm
Version
2.5.5
Version published
Weekly downloads
256
-54.29%
Maintainers
1
Weekly downloads
 
Created
Source

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:

atris

Follow the instructions in the output. The full protocol is in atris.md.

Install

npm install -g atris

Quick Start

cd your-project
atris init    # Creates atris/ folder
atris         # Loads context, ready to build

Then 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 + validate.md
  • Execute step by step
  • Validate (fill in validate.md, harvest lessons if anything surprised you)

Commands: brainstorm (optional) → plandoreview

Works with: Claude Code, Cursor, Windsurf, GitHub Copilot, any agent.

Experiments

Atris also supports Karpathy-style keep/revert loops inside atris/experiments/.

atris experiments init self-heal
atris experiments validate
atris experiments benchmark

Update

atris upgrade     # Install latest from npm
atris update      # Sync local files to new version

Skills

Atris includes agent-agnostic skills that work with Claude, Cursor, Codex, any LLM:

SkillPurpose
atrisWorkflow enforcement + plan/do/review
autopilotPRD-driven autonomous execution
backendBackend architecture anti-patterns
designFrontend aesthetics policy
metaMetacognition for agents
writingEssay process with approval gates

Install to Codex: cp -r atris/skills/[name] ~/.codex/skills/

License: MIT | Repo: github.com/atrislabs/atris

Keywords

atrisdev

FAQs

Package last updated on 12 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts