v1.0.0Developer toolsFirst-party

Agent Plugins Example

A copyable reference package and migration guide for the Agent Plugins 1.0.0 standard.

Portable components

Agent Skills

This package includes reusable Agent Skills in the fixed skills/ directory.

MCP servers

No root mcp.json configuration was detected in this package.

Manifest preview

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-plugins-example",
  "version": "1.0.0",
  "description": "A copyable reference package and migration guide for the Agent Plugins 1.0.0 standard.",
  "author": {
    "name": "Agent Plugins"
  },
  "homepage": "https://agent-plugins.org",
  "repository": "https://github.com/agentplugins/agent-plugins-example",
  "license": "MIT",
  "keywords": [
    "agent-plugins",
    "example",
    "migration",
    "skills"
  ]
}