
Zwkang Agent Plugin Template
- Updated February 6, 2026
- ZWkang/agent-plugin-template
zwkang-agent-plugin-template is a Claude Code plugin that supplies a full plugin skeleton with skills, hooks, commands, and agents for fork-and-customize authoring.
About
zwkang-agent-plugin-template is a community Claude Code plugin repository that gives developers a copy-paste foundation for skills, lifecycle hooks, slash commands, and delegated agents. You install or fork it when you want a known-good directory layout and manifest pattern before you invest in domain-specific automation. It matters because ad-hoc plugin folders break registration, hook ordering, and skill discovery in Claude Code; a comprehensive template shortens the loop from idea to a testable plugin bundle. Use it during Build when you are standardizing how your agent loads tools, and revisit Operate when you add hooks for logging or guardrails. The listing describes one plugin in the bundle oriented around scaffolding rather than a finished integration, so pair it with your own skills once the skeleton is in place.
- Full plugin skeleton: skills, hooks, commands, and agents in one repo layout
- Reference structure for plugin.json and Claude Code registration paths
- Template for repeatable agent workflows you can fork per product
- Community-listed starting point for building Claude Code plugins
- Single bundled plugin entry focused on scaffolding, not a one-off task skill
Zwkang Agent Plugin Template by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install zwkang-agent-plugin-template@ZWkang/agent-plugin-templateAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | February 6, 2026 |
|---|---|
| Repository | ZWkang/agent-plugin-template ↗ |
What it does
Bootstrap a custom Claude Code plugin repo with skills, hooks, slash commands, and sub-agents instead of wiring folders by trial and error.
Who is it for?
Best when you plan to ship multiple Claude Code plugins and want one canonical template before writing domain skills.
Skip if: Skip if you only need a finished scraping, LSP, or API skill from a marketplace without maintaining your own plugin repo.
What you get
After you register the template, you get a forkable plugin structure ready for your own skills and agent definitions instead of rebuilding conventions from scratch.
- Forkable plugin repo with skills, hooks, commands, and agents folders
- Starting point for registering your own marketplace plugin slug
- Documented layout to drop in production skills after scaffolding
By the numbers
- Repository: ZWkang/agent-plugin-template
- Plugin count in bundle: 1
- Catalog categories: community
Recommended Plugins
How it compares
Authoring scaffold template, not a curated multi-plugin marketplace or a single-purpose MCP server.
FAQ
Who is Zwkang Agent Plugin Template for?
It is for developers who want to create Claude Code plugins and need a complete skills, hooks, commands, and agents layout to fork.
When should I use Zwkang Agent Plugin Template?
Use it at the start of a new plugin project or when refactoring an messy plugin repo into Claude Code’s expected structure before adding production skills.
How do I add Zwkang Agent Plugin Template to my agent?
Clone or fork ZWkang/agent-plugin-template, add the repo as a Claude Code marketplace source per your client docs, then install the bundled template plugin and customize the scaffold.