npx claudepluginhub dwmkerr/claude-toolkitGeneral purpose Claude Code toolkit with research agents, skills, and introspection commands
Personal Claude Code plugin for dwmkerr with repo management and custom workflows
Structured protocols for feature exploration and development workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
General purpose Claude Code toolkit plugin for skill/hook/agent development, research, skill analysis, Github quality of life and more.
Add the marketplace and install:
/plugin marketplace add dwmkerr/claude-toolkit
/plugin install toolkit@claude-toolkit
If commands don't appear, enable and restart:
/plugin enable toolkit@claude-toolkit
# Or bust the cache in a terminal if stuff's still not loading...
# rm -rf ~/.claude/plugins/cache
toolkit Plugin
researchclaude-code-memory-and-rulesclaude-code-hook-developmentclaude-code-skill-developmentagent-developmentclaude-code-slash-commandsclaude-code-statusline-developmentanthropic-evaluationsshell-script-developmentmakefile-developmentrelease-please-developmentclaude-code-plugin-developmentlearn-and-improveclaude-code-agent-teamsdwmkerr Plugin
toolkit PluginThis plugin is general purpose and should be useful for anyone.
/toolkit:skill-historyThis is useful for troubleshooting whether Claude has actually invoked or missed skills, and in response to what queries.

/toolkit:agent-historyWhat agents have been spawned?
/toolkit:ghprOpen or create a pull request for my current branch
feat/, fix/, chore/, etc.)Example, when no PR exists:

And when it does. The browser opens automatically:

researchUse the research skill to investigate options for implementing OAuth in a Node.js app
./scratch/research/Tip: "research" is a generic term — Claude may use built-in tools (Explore, WebFetch) instead of this skill. Be explicit: say "use the research skill" or "use the researcher agent" to ensure the structured research workflow is triggered.
claude-code-memory-and-rulesSet up CLAUDE.md and rules for my project
.claude/rules/, and auto memory/init, and the /memory commandclaude-code-hook-developmentCreate a hook that runs tests before git push and requires explicit confirmation before pushing to remote.
.claude/hooks/.claude/settings.jsonExample output

See github.com/dwmkerr/effective-shell for some real-world examples (or most of my recently edited open source projects).
claude-code-skill-development