Skip to main content
Generalopenai

plugin-creator

Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new personal plugin, add optional plugin structure, or generate or update personal or repo-root `.agents/plugins/marketplace.json` entries for plugin ordering and availability metadata.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--plugin-creator
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/.agents/skills/plugin-creator/SKILL.md -o .claude/skills/plugin-creator.md

Drops the SKILL.md into .claude/skills/plugin-creator.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.