Add a new subagent to an existing Claude Code plugin. Use when user wants to create an agent.
Add event hooks to a Claude Code plugin. Use when user wants to run code automatically on events like tool use, session start, etc.
Add a new skill to an existing Claude Code plugin. Use when user wants to create a skill.
Scaffold a new Claude Code plugin with manifest and directory structure. Use when user wants to create a new plugin.
A Claude Code plugin for creating Claude Code plugins.
First, add the marketplace:
/plugin marketplace add nrempel/claude-plugins
Then install the plugin:
/plugin install plugin-factory@nrempel-plugins
claude --plugin-dir /path/to/claude-plugin-factory
| Skill | Description |
|---|---|
/plugin-factory:create-plugin | Scaffold a new plugin with manifest and structure |
/plugin-factory:add-skill | Add a skill to an existing plugin |
/plugin-factory:add-agent | Add a subagent to an existing plugin |
/plugin-factory:add-hook | Add event hooks to an existing plugin |
/plugin-factory:create-plugin
Creates:
.claude-plugin/plugin.json manifestskills/ directoryagents/ directoryREADME.md/plugin-factory:add-skill
Creates a new skill in skills/<name>/SKILL.md with proper frontmatter and instructions template.
/plugin-factory:add-agent
Creates a new subagent in agents/<name>.md for specialized autonomous tasks.
/plugin-factory:add-hook
Creates or updates hooks/hooks.json to run code on events like tool use, session start, etc.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nrempel/claude-plugins --plugin plugin-factoryDeep research to eliminate assumptions before implementation
Work iteratively on tasks until truly complete - compaction-safe
Create skills, subagents, hooks, commands, and plugins for Claude Code
Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance
Memory compression system for Claude Code - persist context across sessions
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation