agentStack

These pages describe v0.19.0, the current release. That is the build the installer gives you. agentstack --version says which build you have.

Documentation

AgentStack keeps your reusable capabilities — MCP servers, skills, and instructions — in one central library, lets each project select a small toolset by name, pins exactly what it selected, and serves that to every supported agent CLI without copying configuration into every repo.

your library repo  →  each project's manifest + lock  →  every agent CLI

Everything published here is linked from this page: the guides, the how-tos, the reference, and the enforcement record.

Start here#

These pages take you from an empty machine to a working, reviewed setup. You do not need the full reference to begin.

Most-used commands#

CommandWhy you run it
agentstack statusSee whether this project is ready, and get one next action.
agentstack lib sourcesSee every central-library source, its order, and any collisions.
agentstack lockPreview the exact library content this project would accept.
agentstack trust .Review by hand after the manifest or the lock changes.
agentstack upPreview syncing the library and reconciling this machine.
agentstack doctorRun the deep check when status points at a problem.
agentstack undoReview and reverse AgentStack-managed writes.

Every command, flag, and exit code is in the feature reference.

How-to guides#

One task per page, start to finish.

When something is wrong#

Common ones:

Bring the setup you already have#

Reference#

Deeper#

Source of truth: docs/docs.md — this page is generated from it.