By louleowk
Scaffolds new Claude Code plugins (agents, hooks, skills, commands) following the official Claude Code plugin guidelines.
Overview skill describing how to scaffold a Claude Code plugin end-to-end. Use this when the user asks how to create a plugin, what files a plugin needs, or how the plugin-creator agent and its sibling authoring skills fit together.
Use this skill when authoring a Claude Code subagent file (a markdown file under a plugin's `agents/` directory). It explains the required YAML frontmatter fields, the system-prompt body, tool scoping, and naming conventions.
Use this skill when authoring a slash command for a Claude Code plugin (a markdown file under `commands/`). It explains the frontmatter fields, argument hints, allowed-tools scoping, and how the file name becomes the slash command.
Use this skill when authoring `hooks/hooks.json` for a Claude Code plugin. It explains the supported hook events, the matcher/command structure, and how to reference plugin-relative scripts via ${CLAUDE_PLUGIN_ROOT}.
Use this skill when authoring a `SKILL.md` for a Claude Code plugin (a directory under `skills/`). It explains the required YAML frontmatter, when-to-use phrasing, supporting assets, and how to register the skill in `plugin.json`.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A Claude Code plugin marketplace.
The marketplace manifest lives at .claude-plugin/marketplace.json and lists
every plugin published by this repository. Each directory under plugins/ is a
standalone plugin package with its own .claude-plugin/plugin.json manifest
and its own agents, skills, hooks, and commands.
plugins/plugin-creator — scaffolds new Claude Code plugins. Ships a
self-contained plugin-creator agent plus skills for authoring agents,
hooks, skills, and slash commands.plugins/amazon-doc-writer — writes Amazon-style internal documents
(PR/FAQ, technical design / 6-pager, mini technical design, analysis
report, COE / Correction of Errors, OP1/OP2 annual plan narrative, WBR
narrative) from a set of user-provided source files. Ships an
amazon-doc-writer agent plus per-doc-type skills and a shared
amazon-writing-style skill./plugin marketplace add louleowk/awesome-plugins
/plugin install plugin-creator
.
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
├── plugin-creator/
│ ├── .claude-plugin/plugin.json
│ ├── agents/
│ │ └── plugin-creator.md
│ └── skills/
│ ├── plugin-creator/SKILL.md
│ ├── writing-agents/SKILL.md
│ ├── writing-hooks/SKILL.md
│ ├── writing-skills/SKILL.md
│ └── writing-commands/SKILL.md
└── amazon-doc-writer/
├── .claude-plugin/plugin.json
├── agents/
│ └── amazon-doc-writer.md
└── skills/
├── amazon-doc-writer/SKILL.md
├── amazon-writing-style/SKILL.md
├── writing-prfaq/SKILL.md
├── writing-technical-design/SKILL.md
├── writing-mini-technical-design/SKILL.md
├── writing-analysis-report/SKILL.md
├── writing-coe/SKILL.md
├── writing-op1-narrative/SKILL.md
└── writing-wbr-narrative/SKILL.md
plugins/<plugin-name>/..claude-plugin/plugin.json (see plugins/plugin-creator for a
reference).agents/, commands/, hooks/, skills/ the plugin needs..claude-plugin/marketplace.json.The plugin-creator plugin can do all of the above for you.
npx claudepluginhub louleowk/awesome-plugins --plugin plugin-creatorWrites Amazon-style internal documents (PR/FAQ, technical design, mini design, analysis report, COE, OP1/OP2 narrative, WBR narrative) from a set of user-provided source files, following Amazon's narrative writing conventions.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications