Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
bun-version-file: package.json
- run: bun install --frozen-lockfile --ignore-scripts
- run: bun run schema:check
- run: bun run build

typecheck:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
- OpenCode global profiles using additive `OPENCODE_CONFIG` and
`OPENCODE_CONFIG_DIR` overrides, file-installed skills and commands, strict
settings, MCP serialization, generated launchers, and ownership-safe cleanup.
- Claude Code global profiles using isolated `CLAUDE_CONFIG_DIR` roots,
additive MCP configuration, strict settings, native marketplace/plugin
lifecycle, generated launchers, and ownership-safe cleanup.
- Versioned user and project workspace JSON Schemas generated from the runtime
Zod models, with CI drift enforcement and YAML Language Server setup docs.


## [1.0.0] - 2026-03-13
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Docs](https://img.shields.io/badge/docs-allagents.dev-blue)](https://allagents.dev)

Write AI agent skills once. Sync to 25 clients. Manage across multiple repos.
Write AI agent skills once. Sync across 25+ clients. Manage across multiple repos.

AllAgents keeps your AI tooling (skills, agents, hooks, MCP servers) in one workspace and syncs it to every client your team uses — Claude, Copilot, Cursor, Codex, Gemini, and 20 more.
AllAgents keeps your AI tooling (skills, agents, hooks, MCP servers) in one workspace and syncs it everywhere your team worksincluding Claude Code, GitHub Copilot, Cursor, Codex, OpenCode, and 20+ more.

## Quick Start

Expand Down Expand Up @@ -55,7 +55,7 @@ Tools like `npx skills` and `npx plugins` install skills to one project for one
| **Config** | Imperative | Imperative | Declarative (`workspace.yaml`) |
| **Scope** | Single project | Single project | Multi-repo workspace |
| **Artifacts** | Skills | Skills, agents, hooks, commands, MCP | Skills, agents, hooks, commands, MCP |
| **Clients** | 43 agents | 2 (Claude, Cursor) | 25 clients simultaneously |
| **Clients** | 43 agents | 2 (Claude, Cursor) | 25+ clients simultaneously |
| **Team sharing** | Each dev runs install | Each dev runs install | Git-versioned — clone and go |
| **Ongoing sync** | One-shot install | One-shot install | `allagents update` keeps everything current |
| **Workspace awareness** | None | None | WORKSPACE-RULES injected so AI knows all repos and skills |
Expand Down Expand Up @@ -110,7 +110,7 @@ See the [full CLI reference](https://allagents.dev/docs/reference/cli/) for all

## Supported Clients

**25 AI coding assistants** across two tiers:
Supports **Claude Code**, **GitHub Copilot**, **Cursor**, **Codex**, **OpenCode**, and 20+ more across two tiers:

**Universal** (share `.agents/skills/`): Copilot, Codex, OpenCode, Gemini, Amp Code, VSCode, Replit, Kimi

Expand Down
4 changes: 3 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading