Agent Plugins¶
Validates portable plugin packages against the Agent Plugins v1 specification. The manifest rule checks the required root plugin.json; the MCP rule checks optional root mcp.json. Auto-enabled when a root or immediate plugins/* manifest declares a canonical Agent Plugins schema; use --type agent-plugin to force validation.
| Rule ID | Description | Default Severity | Autofix |
|---|---|---|---|
agent-plugin-json-valid |
Agent Plugins plugin.json and skills location must conform to 1.0.0 | error (auto) | - |
agent-plugin-mcp-valid |
Agent Plugins mcp.json must conform to the 1.0.0 schema and semantics | error (auto) | - |
agent-plugin-required |
Plugins must also be available as vendor-neutral Agent Plugins v1 packages, with shared manifest metadata in sync | warning (disabled) | auto |