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 format exactly right, and mistakes cause ingestion or validation failures. This Skill automates scaffolding, validation, and the local update/reinstall loop so plugins conform to the ingestion contract from the start. ## 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 entries with correct policy, category, and source path fields. - Validation & Update Loop: Validates generated plugins against the ingestion schema and rewrites version cachebusters for CLI-driven reinstall during development. - Use Case: Ask Codex to create a new personal plugin named "my-tools"; the Skill scaffolds the directory, registers it in the personal marketplace, validates the manifest, and provides View/Share deeplinks for the Codex app. ## Quick Start Ask Codex to create a new plugin named my-plugin in the personal marketplace and validate it before handing it back.