Help us improve
Share bugs, ideas, or general feedback.
Modular development utilities for Claude Code - now with granular component packages (commands, agents, hooks)
npx claudepluginhub aojdevstudio/dev-utils-marketplaceMeta-package: Installs all documentation components (commands + agents + hooks)
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
No description available.
Share bugs, ideas, or general feedback.
A modular Claude Code plugin marketplace - Now with granular component packages! Install commands, agents, and hooks separately.
Dev Utils Marketplace offers 15 focused plugins for Claude Code that can be installed independently per repository. Now in v3.0, each plugin is split into granular component packages - install only commands, agents, or hooks as needed.
Key Features:
Project Status: Production Ready (v3.0.0)
🎯 Granular Component Packages
Each plugin is now split into component-specific packages:
{plugin}-commands - Slash commands only{plugin}-agents - AI agents only{plugin}-hooks - Automation hooks onlyExample:
# v2.0 (All-in-one)
/plugin install core-essentials@dev-utils-marketplace # 8 commands + 4 agents + 5 hooks
# v3.0 (Granular - Choose what you need)
/plugin install core-essentials-commands@dev-utils-marketplace # Just 8 commands
/plugin install core-essentials-agents@dev-utils-marketplace # Just 4 agents
/plugin install core-essentials-hooks@dev-utils-marketplace # Just 5 hooks
Benefits:
Migration: See Migration Guide for upgrade instructions.
Backward Compatibility: v2.0-style meta-packages still work but are deprecated (will be removed in v4.0.0).
Granular > Modular > Monolithic
We believe in maximum flexibility - install exactly what you need:
v1.0: All-or-nothing monolithic plugin v2.0: Modular plugins (commands + agents + hooks bundled) v3.0: Granular components (commands, agents, hooks separate)
Build your perfect development environment:
Example Evolution:
# v1.0 - All or nothing
/plugin install dev-utils-plugin@dev-utils-marketplace # Everything
# v2.0 - Modular plugins
/plugin install core-essentials@dev-utils-marketplace # 8 commands + 4 agents + 5 hooks
# v3.0 - Granular components (NEW!)
/plugin install core-essentials-commands@dev-utils-marketplace # Just 8 commands
/plugin install core-essentials-agents@dev-utils-marketplace # Add 4 agents later
# No hooks needed? Don't install them!
| Plugin | Description | Commands | Agents | Hooks |
|---|---|---|---|---|
| core-essentials | Must-have development tools | 8 | 4 | 5 |
Essential tools: commit, git-status, code-review, analyze-codebase, quick-search, go, quick-plan, build
| Plugin | Description | Focus |
|---|---|---|
| lang-python | Python development specialist | Python best practices, PEP standards |
| lang-javascript | JS/TS specialists + import organization | JavaScript, TypeScript, ESLint |
| lang-fullstack | Full-stack & backend development | Node.js, Express, APIs, databases |
| lang-apps-script | Google Apps Script automation | Apps Script, Google Workspace APIs |
| shell-config | Shell configuration expert | Bash, Zsh, shell scripting |