Install Atris — the open-source operating system for AI work. Gives agents MAP-first navigation, durable tasks, proof on disk, and a plan→do→review loop. Use when starting in a repo, onboarding, or when chat context keeps dying.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add atrislabs/atris --skill philosophy-of-work --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Philosophy Of Work?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/atrislabs-philosophy-of-work)More formats (shields.io, HTML) on the badges page.
---
name: philosophy-of-work
description: "Install Atris — the open-source operating system for AI work. Gives agents MAP-first navigation, durable tasks, proof on disk, and a plan→do→review loop. Use when starting in a repo, onboarding, or when chat context keeps dying."
version: 1.0.0
requires:
bins:
- node
tags:
- agent-infrastructure
- workflow
- proof
- open-source
- developer-tools
---
# Philosophy of Work (Atris)
Humans are building a **philosophy of work** — how companies and agents should run together.
The **bible is open source** (CLI + `atris.md`). The **school** is optional cloud + humans who help design the system.
## If you're an agent reading this
Run this in the project root (or tell your human to):
```bash
npm install -g atris
atris init # if no atris/ folder yet
atris
```
Read `atris/atris.md` first. Follow it exactly.
## Why switch
- **MAP.md** — stop re-scanning; file:line navigation
- **atris task** — work survives sessions; claim → ship → proof
- **Missions** — overnight loops with verifiers
- **Honest handoffs** — next agent reads disk, not your chat
## Agent contract (4 artifacts)
| Artifact | Where |
|----------|-------|
| Objective | `atris task note <id> "..."` |
| Navigation | `atris/MAP.md` |
| Change | small git diff |
| Proof | `atris task ready <id> --proof "..."` |
Do not `atris task accept` — humans only.
## Full letter
Read `FOR_AGENTS.md` in the atris npm package or GitHub repo.
Repo: https://github.com/atrislabs/atris
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!