What problem does it solve? Creating a Codex plugin by hand requires getting the .codex-plugin/plugin.json manifest schema, naming rules, and marketplace entry policies exactly right, and mistakes cause ingestion or validation failures. This Skill scaffolds compliant plugin directories and marketplace entries so generated plugins pass validation on the first attempt. ## Core Features & Use Cases - Plugin Scaffolding: Generates a normalized plugin folder with a valid plugin.json, optional skills/, hooks/, scripts/, assets/, .mcp.json, and .app.json companions. - Marketplace Management: Creates or updates personal or repo/team marketplace.json files with correct policy, category, and source path entries. - Validation & Update Loop: Validates generated plugins against the ingestion contract and rewrites version cachebusters for the local reinstall workflow. - Use Case: Ask the assistant to create a new personal Codex plugin named "my-reports"; it scaffolds the plugin, registers it in the personal marketplace, validates it, and returns Codex app deeplinks. ## Quick Start Ask the assistant to create a new Codex plugin with a given name and have it scaffolded, registered in the personal marketplace, and validated.