create-plugin
Build a Claude Code plugin using best practices.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Build a Claude Code plugin using best practices.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Respond to code review comments point by point, quoting each reviewer point verbatim and answering directly beneath it.
Use when moving local sessions between Claude Code and Codex, converting Claude Code JSONL into Codex rollout format, converting Codex rollout JSONL into Claude scrollback, or debugging cross-agent resume state.
Use when moving local sessions between Codex and Claude Code, converting Codex rollout JSONL into Claude scrollback, converting Claude Code JSONL into Codex rollout format, or debugging cross-agent resume state.
Operate remote hosts over SSH through the ssh-mcp server, driving a box like a person at a terminal instead of firing blind one-off commands.
Use when a task involves SSH or a remote host, including remote commands, interactive shells, sudo over SSH, tailing logs, deployments, scp or rsync file transfer, and port forwards or tunnels.
| name | create-plugin |
| description | Build a Claude Code plugin using best practices. |
| when_to_use | Use when the user wants to create, scaffold, or build a Claude Code plugin or asks about plugin structure and best practices. |
| argument-hint | [plugin name or description] |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
| effort | high |
Guides you through creating a Claude Code plugin with proven patterns for skill architecture, state management, context efficiency, and hooks.
If $ARGUMENTS is provided, use it as the plugin name/description. Otherwise, ask the user what plugin they want to build.
Gather requirements:
Read the full best practices reference: ${CLAUDE_SKILL_DIR}/best-practices.md
Scaffold the plugin directory structure following those patterns. Key points:
Build each component, running validation as you go.