What problem does it solve?
Turning a repo of skills into a working Claude Code and Codex plugin is tedious and easy to misconfigure, so this Skill generates a complete, marketplace-ready plugin scaffold for you.
Core Features & Use Cases
- Plugin scaffolding for both platforms: Creates the required
.claude-plugin/ and .codex-plugin/ plugin manifests in one go.
- Marketplace support: Writes marketplace metadata files so your plugin can be discovered and installed via the marketplace flow.
- Correct repo structure enforcement: Ensures skills and agents remain at repo root so autodiscovery works properly without schema validation issues.
Use it when you want to publish a GitHub-based plugin, set up marketplace metadata, and package existing skills/ and agents/ into a unified plugin experience for Claude Code and Codex.
Quick Start
Ask the skill to create a plugin scaffold by telling it your repo name, GitHub username, one-sentence description, author name, what the plugin contains, and your license.