What problem does it solve? Creating a Better Codex plugin by hand requires knowing the exact .codex-plugin/plugin.json schema, marketplace.json entry shape, and policy defaults, and mistakes cause ingestion or validation failures. This Skill scaffolds a valid plugin directory, generates marketplace entries with correct defaults, and validates the result before handoff. ## Core Features & Use Cases - Plugin Scaffolding: Generates a normalized plugin folder 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 required policy.installation, policy.authentication, and category fields. - Update & Validation Flow: Rewrites plugin versions with a codex. cachebuster suffix for local reinstall loops and runs a validator mirroring the ingestion schema. - Use Case: Ask for a new personal plugin named "My Notes" and receive a scaffolded ~/plugins/my-notes/ directory, a marketplace entry, validation results, and Codex app deeplinks to view or share it. ## Quick Start Ask the assistant to create a new Better Codex plugin named my-plugin in the personal marketplace and validate it before handing it back.