
Example Plugin
- Updated March 10, 2026
- DavidEncrypted/portable-agent-plugin-template
example-plugin is a Claude Code skill in the AI & Agent Building category. A minimal example plugin with one skill and one MCP server, for verifying your setup works.
Key points
- example-plugin
- AI & Agent Building
- AI-coding skill
Example Plugin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add DavidEncrypted/portable-agent-plugin-template/plugin install example-plugin@portable-agent-plugin-templateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 10, 2026 |
|---|---|
| Repository | DavidEncrypted/portable-agent-plugin-template ↗ |
What it does
A minimal example plugin with one skill and one MCP server, for verifying your setup works.
README.md
example-plugin
A minimal plugin containing one skill and one MCP server. Its only purpose is to verify that the plugin installed correctly and both component types load.
Components
Skill: greeting
Located in skills/greeting/SKILL.md. Triggers when the user says hello. If the
agent responds with the greeting message, the skill is loading correctly.
MCP server: time
Uses mcp-server-time via uvx. Exposes get_current_time and convert_time
tools. If the agent can tell you the current time, MCP is working correctly.
Requires Python and uvx.
Testing after install
- Start a session in Claude Code or Copilot CLI.
- Say "hello" -- the agent should respond with the greeting skill message.
- Ask the agent what time it is -- it should use the
get_current_timetool.