A marketplace for Claude Code agent configuration plugins.
This repository provides a plugin marketplace for Claude Code extensions. Users can discover, install, and manage plugins distributed through this marketplace.
/plugin marketplace add https://github.com/wombat9000/claude-plugins.git
/plugin
/plugin install plugin-name@wombat9000-marketplace
Comprehensive toolkit for creating slash commands, designing skills, and configuring Claude Code permissions with security best practices.
Version: 1.0.0
Slash Commands:
/config-wizard:cmd-init - Initialize a new slash command for Claude Code/config-wizard:cmd-review - Review an existing slash command from the current projectSkills:
designing-claude-skills - Comprehensive guide for creating, reviewing, and improving skills
managing-permissions - Guide for configuring Claude Code permissions in settings.json
Blocks Claude Code access to sensitive dotfiles and configuration files that may contain credentials, API keys, and other secrets.
Protects 20+ sensitive files including .env, .bashrc, .zshrc, .ssh/, .aws/, .npmrc, and other credential files through Bash, Read, Glob, and Grep validation hooks.
Category: security Version: 1.0.0 License: MIT
Features:
Prevents Claude from accessing dependency directories to save tokens and improve performance.
Blocks access to node_modules, .git, dist, build, vendor, target, .venv, and venv directories through Bash, Read, Glob, and Grep validation hooks.
Category: utilities Version: 1.0.0 License: MIT
Features:
For automatic marketplace installation in team projects, add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"wombat9000-marketplace": {
"source": {
"source": "github",
"repo": "wombat9000/claude-plugins"
}
}
}
}
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub wombat9000/claude-plugins --plugin gemini-delegationPrevents Claude from accessing dependency directories to save tokens
Interactive wizard to help create new Claude Code plugins
Blocks access to sensitive dotfiles and configuration files containing credentials
Gemini CLI integration with focused skills for web search, plan review, code review, and architecture analysis
Personal utility commands and tools for Claude Code
Enables Claude Code to manage Gemini CLI as an intern. Claude acts as manager/architect while Gemini does all coding work.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.