
Vanman2024 Domain Plugin Builder
- 3 repo stars
- Updated December 25, 2025
- vanman2024/domain-plugin-builder
vanman2024-domain-plugin-builder is a Claude Code plugin that provides a meta-framework to scaffold, structure, and validate new Claude Code plugins for any codebase or marketplace.
About
vanman2024-domain-plugin-developer is a Claude Code plugin bundle that acts as a meta-framework for creating other plugins. developers and small teams use it when they have outgrown ad-hoc SKILL.md files and need consistent structure for skills, agents, commands, and marketplace-ready packages. The tooling emphasizes templates, domain organization, and validation so new plugins look and behave like first-class catalog entries rather than one-off experiments. It fits early in a plugin idea when you are still choosing boundaries—what belongs in skills versus commands—and again during build when you scaffold folders and manifests. Because it is methodology plus scaffolding, it also helps at ship time when you sanity-check structure before publishing. It is not a runtime integration for PocketBase, browsers, or APIs; it is the workshop for building the plugin that will host those capabilities. Expect intermediate familiarity with Claude Code plugin conventions and patience to adapt templates to your domain.
- Universal meta-framework for Claude Code plugins across codebases and marketplaces
- Templates for skill-builder, agent-builder, and command-builder workflows
- Proper plugin structure, domain layout, and validation tooling
- Works as a single-plugin bundle focused on creation—not a grab-bag of runtime utilities
Vanman2024 Domain Plugin Builder by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install vanman2024-domain-plugin-builder@vanman2024/domain-plugin-builderAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | December 25, 2025 |
| Repository | vanman2024/domain-plugin-builder ↗ |
What it does
Install when you want a repeatable meta-framework to author, structure, and validate Claude Code plugins for any repo or marketplace.
Who is it for?
Best when you plan to ship multiple Claude Code plugins and want one reusable authoring system instead of copying old repos.
Skip if: Skip if you only need a single finished skill with no plans to maintain a plugin product line.
What you get
You get templated plugin structure and validation hooks so the next skill or command bundle ships with predictable layout and fewer publish-time surprises.
- Structured plugin layout with skills, agents, and commands slots
- Validation-aligned manifests ready for marketplace or repo publish
- Reusable templates for the next domain-specific plugin
By the numbers
- Plugin bundle count: 1
- Repository: vanman2024/domain-plugin-builder
- Catalog source: auto-ingested marketplace metadata
Recommended Plugins
How it compares
Plugin authoring meta-framework, not a domain-specific MCP server or runtime API integration.
FAQ
Who is Vanman2024 Domain Plugin Builder for?
Developers who create Claude Code plugins—skills, agents, and commands—and want shared templates and validation across projects.
When should I use Vanman2024 Domain Plugin Builder?
Use it when you are starting a new plugin repo, standardizing an existing messy plugin tree, or preparing a bundle for marketplace submission.
How do I add Vanman2024 Domain Plugin Builder to my agent?
Install the plugin from the vanman2024/domain-plugin-developer repository into Claude Code, then invoke its developer workflows to generate or refactor your target plugin structure.