Agent Plugins Marketplace
All plugins

example-plugin

v1.0.0

Annotated example Agent Plugin: one skill plus one stdio MCP server, packaged in the portable agent-plugins.org format that fleet, Cursor, VS Code, Copilot, Codex and Kiro all load.

Agent Plugins1 Skill1 MCP serverstdio

By ElcanoTekLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 2, 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/ElcanoTek/example-config

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/example-plugin/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/example-plugin/
├── plugin.json
├── skills/plugin-quickstart/SKILL.md
└── mcp.json

Included Skills1

plugin-quickstartskills/plugin-quickstart/SKILL.md

Explains how this bundle packages a skill and an MCP server as a portable Agent Plugin (agent-plugins.org), and how to use the plugin_notes server that ships with it. Use when someone asks how Agent Plugins work in fleet, wants to author or port a plugin, or wants to save or list scratch notes across turns.

MCP servers1

plugin_notesstdio
command
python3
args
${PLUGIN_ROOT}/server/plugin_notes.py
env.PLUGIN_NOTES_FILE
${PLUGIN_DATA}/notes.jsonl

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/example-plugin/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "example-plugin",
  "version": "1.0.0",
  "description": "Annotated example Agent Plugin: one skill plus one stdio MCP server, packaged in the portable agent-plugins.org format that fleet, Cursor, VS Code, Copilot, Codex and Kiro all load.",
  "author": {
    "name": "ElcanoTek",
    "url": "https://github.com/ElcanoTek"
  },
  "homepage": "https://github.com/ElcanoTek/example-config/tree/main/plugins/example-plugin",
  "repository": "https://github.com/ElcanoTek/example-config",
  "license": "MIT",
  "keywords": [
    "example",
    "template",
    "fleet"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[example-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/example-plugin-4)