Introduction
AllAgents is a CLI tool for managing AI coding assistant plugins across multiple clients like Claude Code, GitHub Copilot, Cursor, and more.
The Problem
Section titled “The Problem”AI coding assistants (Claude, Copilot, Cursor, Codex, etc.) each have their own configuration formats and directory structures. If you want to share skills, commands, or prompts across multiple projects or use multiple AI clients, you need to manually copy and transform files.
The Solution
Section titled “The Solution”AllAgents solves this by providing:
| Feature | Claude Code Plugins | AllAgents |
|---|---|---|
| Scope | Single project | Multi-repo workspace |
| Client support | Claude only | 8 AI clients |
| File location | Runtime lookup from cache | Copied to workspace (git-versioned) |
| Project structure | AI config mixed with code | Separate workspace repo |
Next Steps
Section titled “Next Steps”- Installation - Install AllAgents
- Quick Start - Create your first workspace