---
title: "agent-plugins-example"
description: "A copyable reference package and migration guide for Agent Plugins v1.0.0."
canonical: https://agentpluginsdirectory.com/plugins/agent-plugins-example
last-updated: 2026-09-21
---

# agent-plugins-example
A copyable reference package and migration guide for Agent Plugins v1.0.0.
- Slug: agent-plugins-example
- Publisher: agentplugins
- Repository: https://github.com/agentplugins/agent-plugins-example
- Manifest: plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): agent-tooling
- Skills: 1 (migrate-agent-plugin)
- MCP servers: 0
- Stars: 67
- Repository created: 2026-08-05
- Repository last pushed: 2026-08-05
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/agent-plugins-example
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agent-plugins-example does, in the publisher's words

A copyable reference package for the Agent Plugins Specification v1.0.0.

This repository demonstrates the portable core and includes an Agent Skill that helps migrate existing plugins from client-specific formats. It is a reference example, not a substitute for the normative specification; if they differ, the specification wins.

The smallest valid plugin needs only plugin.json. This example includes a skill so it is useful as well as structurally illustrative.

- Agent Skills under immediate child directories of skills/.
- MCP servers in an optional root mcp.json using the matching v1.0.0 MCP schema.
- Add and validate the root plugin.json without deleting working platform files.
- Move or copy reusable skills into skills/ /SKILL.md.
- Convert portable MCP servers to root mcp.json with explicit transport types.
- Keep hooks, agents, commands, LSP, UI, and marketplace metadata in a client extension or a separate compatibility package required by that platform.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/agentplugins/agent-plugins-example/HEAD/README.md

## Skills

- migrate-agent-plugin: Migrate an existing Claude, Copilot, Codex, Cursor, Kiro, VS Code, or other client-specific agent plugin to the portable Agent Plugins v1 structure while preserving platform-specific hooks, agents, commands, LSP, UI, and marketplace behavior. Use when auditing, converting, or modernizing an agent p…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
