Skip to content

Supported Clients

AllAgents supports 25 AI coding assistants, organized into universal clients (sharing .agents/skills/) and provider-specific clients.

These clients primarily share the canonical .agents/skills/ directory. The Hooks column records artifacts AllAgents materializes; it is not a complete inventory of each runtime’s native extension APIs.

ClientSkillsAgent FileHooksCommandsGitHub Overrides
Copilot.github/skills/AGENTS.md.github/hooks/No.github/
Codex.agents/skills/AGENTS.mdNoNoNo
OpenCode.agents/skills/AGENTS.mdNo.opencode/commands/No
Gemini.agents/skills/GEMINI.mdNoNoNo
Amp Code.agents/skills/AGENTS.mdNoNoNo
VSCode.agents/skills/AGENTS.mdNoNo.github/
Replit.agents/skills/AGENTS.mdNoNoNo
Kimi.agents/skills/AGENTS.mdNoNoNo

These clients use their own skills directory. As above, Hooks lists AllAgents-managed destinations rather than every native extension mechanism:

ClientSkillsAgent FileHooksCommands
Claude.claude/skills/CLAUDE.md.claude/hooks/.claude/commands/
Pi.pi/skills/AGENTS.mdNo—use Pi extensionsNo
OMP.omp/skills/AGENTS.md.omp/hooks/No
Cursor.cursor/skills/AGENTS.mdNoNo
Factory.factory/skills/AGENTS.md.factory/hooks/No
OpenClawskills/AGENTS.mdNoNo
Windsurf.windsurf/skills/AGENTS.mdNoNo
Cline.cline/skills/AGENTS.mdNoNo
Continue.continue/skills/AGENTS.mdNoNo
Roo.roo/skills/AGENTS.mdNoNo
Kilo.kilocode/skills/AGENTS.mdNoNo
Trae.trae/skills/AGENTS.mdNoNo
Augment.augment/skills/AGENTS.mdNoNo
Zencoder.zencoder/skills/AGENTS.mdNoNo
Junie.junie/skills/AGENTS.mdNoNo
OpenHands.openhands/skills/AGENTS.mdNoNo
Kiro.kiro/skills/AGENTS.mdNoNo

File sync writes project skills to .pi/skills/ and user skills to ~/.pi/agent/skills/. Set PI_CODING_AGENT_DIR to relocate Pi’s user agent root.

Native install mode delegates plugin lifecycle to Pi’s package manager. Pi 0.85.1 through 0.85.x is supported. Package sources may be npm specs such as npm:pi-extension, Git repositories, or local paths. Project-native operations fail before mutation unless Pi’s trusted settings outside the project boundary authorize that project. AllAgents inspects pi-mcp-adapter state but does not install or configure the adapter.

Pi provides lifecycle interception through extensions discovered from .pi/extensions/ and ~/.pi/agent/extensions/, not through the portable plugin hooks/ artifact. AllAgents therefore does not map hooks/ into Pi; native Pi packages can supply extensions through Pi’s package lifecycle.

File sync writes project skills to .omp/skills/, user skills to ~/.omp/agent/skills/, and OMP JS/TS hook factories to the corresponding hooks/pre/ or hooks/post/ discovery path. A factory placed directly in hooks/ is not discovered.

Native install mode requires OMP 18.1.17 or newer and a marketplace-backed plugin spec such as compound-engineering@EveryInc/compound-engineering-plugin. AllAgents registers the required marketplace and delegates the complete plugin lifecycle—including OMP-compatible hooks—to OMP. OMP accepts Claude-compatible marketplace catalogs, but Claude Code’s command-based hooks/hooks.json format is not interchangeable with OMP’s JS/TS hook factories.

Ordinary OMP operations always address the unnamed profile: AllAgents removes inherited OMP_PROFILE, PI_PROFILE, and PI_CONFIG_FILES selectors while preserving the active HOME and XDG roots.

VSCode syncs the same skills, agent file, and GitHub overrides as Copilot. Additionally, adding vscode to clients triggers automatic .code-workspace file generation and MCP config syncing during allagents update. See the Workspaces guide for details.