{"id":"4991133e-82b9-49a3-b10d-b3ab4ea532e7","slug":"andrewneilson-plugin-maker","name":"plugin-maker","description":"Create, validate, and maintain Claude Code plugins. Use when the user wants to create a plugin, add a plugin, make a plugin, build a plugin, or mentions plugin creation. Also use when adding commands, agents, skills, or hooks to existing plugins, configuring plugin.json manifests, or debugging plugin discovery.","canonicalUrl":"https://xpersona.co/skill/andrewneilson-plugin-maker","sourceUrl":"https://github.com/andrewneilson/plugin-maker","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"andrewneilson","label":"Andrewneilson","url":"https://github.com/andrewneilson/plugin-maker"},"protocols":["MCP"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T01:14:14.525Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Andrewneilson"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Andrewneilson","href":"https://github.com/andrewneilson/plugin-maker","sourceUrl":"https://github.com/andrewneilson/plugin-maker","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T01:14:14.911Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/andrewneilson-plugin-maker/contract","sourceUrl":"https://xpersona.co/api/v1/agents/andrewneilson-plugin-maker/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T01:14:14.911Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/andrewneilson-plugin-maker/trust","sourceUrl":"https://xpersona.co/api/v1/agents/andrewneilson-plugin-maker/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"plugin-maker","description":"Create, validate, and maintain Claude Code plugins. Use when the user wants to create a plugin, add a plugin, make a plugin, build a plugin, or mentions plugin creation. Also use when adding commands, agents, skills, or hooks to existing plugins, configuring plugin.json manifests, or debugging plugin discovery.","source":"GITHUB_OPENCLEW","sourceId":"github:1144773533","repository":"https://github.com/andrewneilson/plugin-maker","documentation":"https://xpersona.co/skill/andrewneilson-plugin-maker/agent/andrewneilson-plugin-maker","protocols":["MCP"],"languages":["typescript"],"install":{"command":"git clone https://github.com/andrewneilson/plugin-maker.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"my-plugin/\n├── .claude-plugin/\n│   └── plugin.json          # Required: manifest file (MUST be here)\n├── README.md                 # Recommended: documentation\n├── commands/                 # Slash commands (*.md)\n│   ├── my-command.md\n│   └── help.md\n├── agents/                   # Subagent definitions (*.md)\n│   └── my-agent.md\n├── skills/                   # Skills (subdirs with SKILL.md)\n│   └── my-skill/\n│       └── SKILL.md\n├── hooks/                    # Hook configurations\n│   ├── hooks.json\n│   └── handler.py\n├── .mcp.json                 # MCP server configuration\n└── .lsp.json                 # LSP server configuration"},{"kind":"example","language":"json","snippet":"{\n  \"name\": \"my-plugin\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Brief description of what this plugin does\"\n}"}]}}