What problem does it solve? Creating a Codex plugin by hand requires getting the .codex-plugin/plugin.json manifest schema, naming rules, and marketplace.json entry shape exactly right, and mistakes cause ingestion or validation failures. This Skill scaffolds compliant plugins and marketplace entries automatically. ## Core Features & Use Cases - Plugin Scaffolding: Generates a normalized plugin directory with a validation-ready plugin.json, plus 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 fields. - Update & Validation Flow: Rewrites plugin versions with a Codex cachebuster suffix for reinstall-driven iteration and validates manifests against the ingestion contract. - Use Case: Ask Codex to create a new personal plugin named "My Reports"; the Skill normalizes the name to my-reports, scaffolds it under ~/plugins, registers it in the personal marketplace, and validates the result before handing it back. ## Quick Start Ask Codex to create a new plugin named my-plugin in the personal marketplace and validate it before finishing.