Skip to content

Introduction

AllAgents is a CLI tool for managing AI coding assistant plugins across multiple clients like Claude Code, GitHub Copilot, Cursor, and more.

AI coding assistants (Claude, Copilot, Cursor, Codex, etc.) each have their own configuration formats and directory structures. If you want to share skills across multiple projects or use multiple AI clients, you need to manually copy and transform files.

AllAgents solves this by providing:

FeatureClaude Code PluginsAllAgents
ScopeSingle projectMulti-repo workspace
Client supportClaude only8 AI clients
File locationRuntime lookup from cacheCopied to workspace (git-versioned)
Project structureAI config mixed with codeSeparate workspace repo
ConceptDescription
MarketplaceRegistry of available plugins (GitHub repo with manifest)
PluginPackage containing skills, hooks, agents, MCP servers, and commands
User ScopePlugins installed to ~/.allagents/ available across all projects
Project ScopePlugins installed to .allagents/ for a specific workspace
WorkspaceConfiguration linking multiple repositories with shared plugins