Reference
Technical reference for the AgentPlugins toolchain. For guides, how-to articles, and concept explanations, see the Guide.
CLI
| Command | Description |
|---|---|
add | Install a plugin from GitHub or a local path |
remove | Remove a plugin and unlink from all agents |
list | List installed plugins |
update | Update plugin(s) from source |
info | Show plugin metadata and symlink status |
doctor | Diagnose store, symlinks, and agent detection |
init | Scaffold a new plugin interactively |
build | Compile plugin for all target platforms |
validate | Validate manifest against schema |
lint | Static analysis for common issues |
preview | Preview compiled output for a target |
Schema
- JSON Schema — manifest schema, TypeScript types, Ajv validator
Platform
- Agent Paths — store layout, per-agent skill paths, symlink layout
- Adapters — what each platform adapter emits
Manifesto
For platform compatibility and capability decisions, see the Capability Matrix in the Guide.

