Zwkang Agent Plugin Template
zwkang-agent-plugin-template is a Claude Code plugin for the Build phase that supplies a full plugin skeleton with skills, hooks, commands, and agents for fork-and-customize authoring.
Bootstrap a custom Claude Code plugin repo with skills, hooks, slash commands, and sub-agents instead of wiring folders by trial and error.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install zwkang-agent-plugin-template@ZWkang/agent-plugin-templateBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:ZWkang/agent-plugin-template") and the paste-ready config with skillselion.get_install_config("plugin:ZWkang/agent-plugin-template").
What it does
zwkang-agent-plugin-template is a community Claude Code plugin repository that gives solo builders 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.
Highlights
- 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
Why builders use it
Solo builders waste hours guessing Claude Code plugin folder layout, hooks, and command wiring without a proven starter repo.
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.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is zwkang-agent-plugin-template for?
It is for solo and indie builders 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.
Comments
Share how you use zwkang-agent-plugin-template, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.