What problem does it solve? Creating a new plugin in the RedSkills repository requires many files and registry entries that must all satisfy marketplace, skill, README, CHANGES, and structural-smoke contracts; doing this by hand is error-prone and quickly drifts out of compliance. ## Core Features & Use Cases - Contract-first scaffolding: Generates plugin.json files for Claude and Codex, a seed SKILL.md, structural-smoke.sh, README.md, and CHANGES.md in one command. - Registry integration: Automatically appends entries to the Claude and agents marketplace JSON files and the root README. - Born-compliant seed skill: The generated SKILL.md follows the two-section body convention with a bold imperative lead and a concrete Use when trigger so it passes the frontmatter audit and body lint. - Use Case: A maintainer needs to add a new plugin called acme-tools; running the scaffolder produces every required file and registry entry, then prints the validation commands to confirm compliance. ## Quick Start Ask the agent to run the create-plugin scaffolder from the RedSkills repository root with your desired plugin name, then execute the printed validation commands.