One profile for the rules across all your projects.
Keep your AGENTS.md rules, your Skills, your MCP servers and the neural network of your long-term memories in a single profile. agents-cli distributes it all to every project — consistent, versioned and auditable — and switches the active profile in one turn.
What lives in a profile
A profile is your single source of truth for agents. It carries four things, versioned together in a git repository.
AGENTS.md rules
The instructions that guide the agent.
agents-clirenders a physicalAGENTS.mdper project, with paths already resolved.Skills
Reusable skills the agent can trigger. They live in the profile and reach every linked project identically.
MCP servers
The configuration of the MCP servers the agent consumes. One profile, the same MCP config in every project.
Long-term memories
The profile points to the right
neural networkof your long-term memories, so the agent recalls the correct context in each project.
Know where every AGENTS.md is installed
A central registry tracks every linked project: where the AGENTS.md was rendered, which profile it consumes, which version, and whether it is still up to date.
Install in one line
The installer downloads the latest release and drops the binary into /usr/local/bin or ~/.local/bin.