What problem does it solve? Turning a loose collection of scripts, a SKILL.md file, or an MCP server into a properly structured plugin package requires knowing the exact plugin.json schema, manifest fields, directory layout, and icon rules. This Skill applies the Pinvou plugin-protocol specification so the resulting package can be imported into the Pinvou app store without manual trial and error. ## Core Features & Use Cases - Package Type Detection: Classifies input as a pure Skill package, a pure MCP package, or a combined bundle, then applies the correct directory layout. - Manifest Generation: Creates plugin.json (schema v1), mcp/manifest.json with all eight required fields, and SKILL.md frontmatter with name and description. - Icon and Validation: Generates a compliant icon.svg when none is provided and runs a checklist covering id naming rules, secret handling, and path traversal risks. - Use Case: You have a Python weather MCP server and a helper skill in a messy folder. Hand it to this Skill and receive a clean directory with plugin.json, mcp/manifest.json, skills/<name>/SKILL.md, and an icon, ready to zip and upload. ## Quick Start Package the scripts in my current folder into a standard Pinvou plugin bundle with plugin.json, manifest, and an icon, then output it as a zip.