# Plugin Creator

> Codex .system built-in skill for creating and scaffolding Codex plugin directories with .codex-plugin/plugin.json, optional skills, hooks, scripts, assets, MCP, apps, and marketplace entries.

- Skill: `rycen7822/plugin-creator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rycen7822/plugin-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rycen7822/plugin-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Rycen7822 (https://skillmd.com/u/rycen7822)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rycen7822/plugin-creator

---

# plugin-creator
## When to Use
Use when the user wants to create a new Codex plugin, scaffold plugin structure, add marketplace metadata, or generate plugin placeholder files.
## Do Not Use When
Do not use for writing a standalone Hermes plugin plan or creating a normal skill without plugin structure.
## Required Inputs
Plugin name, target parent directory, desired optional folders, and whether marketplace metadata should be generated.
## Workflow
1. Normalize the plugin name.
2. Run or emulate the plugin scaffold.
3. Fill plugin.json placeholders.
4. Verify the plugin directory and marketplace entry.

