agent-plugins-example
v1.0.0A copyable reference package and migration guide for Agent Plugins v1.0.0.
License: MIT68 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/agentplugins/agent-plugins-exampleClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/migrate-agent-plugin/SKILL.md
Included Skills1
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 plugin.
Plugin manifests1
{
"$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 Agent Plugins v1.0.0.",
"license": "MIT",
"keywords": [
"agent-plugins",
"example",
"migration",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-plugins-example on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-plugins-example)