What problem does it solve? Creating a Codex plugin by hand requires knowing the exact .codex-plugin/plugin.json schema, marketplace entry shape, and reinstall flow, and small mistakes cause ingestion or validation failures. This Skill generates a valid plugin scaffold and marketplace entry with correct defaults, then validates the result before handoff. ## 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 (~/.agents/plugins/marketplace.json) or repo/team marketplace entries with correct policy, category, and source path fields. - Update & Validation Flow: Rewrites plugin versions with a Codex cachebuster suffix for local iteration and validates manifests against the ingestion contract, rejecting [TODO: ...] placeholders. - Use Case: Ask the agent to create a new personal plugin named "my-tools" with skills and marketplace registration; it scaffolds the folder, seeds the marketplace entry, validates the manifest, and returns Codex app View/Share deeplinks. ## Quick Start Ask the agent to create a new Codex plugin named my-plugin with a marketplace entry and validate it before handing it back.