full-plugin
v1.2.0Every metadata field the manifest schema permits.
By Author NameLicense: MIT122 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 17, 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/ever-works/ever-worksClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/agent-plugins/fixtures/valid-full/.
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/deploy/SKILL.md├── skills/summarize/SKILL.md└── mcp.json
Included Skills2
Deploy a service. Use when asked to ship or roll back a deployment.
Summarize long documents into a short brief. Use when asked to condense material.
MCP servers3
- url
- https://deploy.example.com/mcp
- url
- https://legacy.example.com/sse
- command
- ./bin/validator
- args
- --data ${PLUGIN_DATA}/validator
- cwd
- ${PLUGIN_ROOT}
- env.CONFIG
- ${PLUGIN_ROOT}/config.json
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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "full-plugin",
"version": "1.2.0",
"description": "Every metadata field the manifest schema permits.",
"author": {
"name": "Author Name",
"email": "[email protected]",
"url": "https://example.com"
},
"homepage": "https://docs.example.com/plugin",
"repository": "https://github.com/example/plugin",
"license": "MIT",
"keywords": [
"keyword1",
"keyword2"
],
"extensions": {
"works.ever": {
"catalogTier": "community"
},
"com.example.client": {
"setting": true
}
}
}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.
[full-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/full-plugin)