Skip to content

Reference

Technical reference for the AgentPlugins toolchain. For guides, how-to articles, and concept explanations, see the Guide.

CLI

CommandDescription
addInstall a plugin from GitHub or a local path
removeRemove a plugin and unlink from all agents
listList installed plugins
updateUpdate plugin(s) from source
infoShow plugin metadata and symlink status
doctorDiagnose store, symlinks, and agent detection
initScaffold a new plugin interactively
buildCompile plugin for all target platforms
validateValidate manifest against schema
lintStatic analysis for common issues
previewPreview 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.

Released under the Apache License 2.0.