Claude Plugin Marketplace
A marketplace for Claude Code agent configuration plugins.
Available Plugins
1. config-wizard - Comprehensive toolkit for creating slash commands, designing skills, and configuring permissions 2. block-dotfiles - Security plugin that blocks access to sensitive dotfiles and configuration files 3. dependency-blocker - Performance plugin that prevents access to dependency directories
Overview
This repository provides a plugin marketplace for Claude Code extensions. Users can discover, install, and manage plugins distributed through this marketplace.
Using This Marketplace
1. Add the marketplace to Claude Code
/plugin marketplace add https://github.com/wombat9000/claude-plugins.git
2. Browse available plugins
/plugin
3. Install plugins from this marketplace
/plugin install plugin-name@wombat9000-marketplace
Available Plugins
config-wizard
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 project
Skills:
1. designing-claude-skills - Comprehensive guide for creating, reviewing, and improving skills
- Creating new skills from scratch
- Reviewing and auditing existing skills
- Understanding skill architecture and design patterns
- Troubleshooting skill loading and triggering
- Best practices for bundled resources (scripts, references, assets)
2. managing-permissions - Guide for configuring Claude Code permissions in settings.json
- Configuring allow, ask, and deny rules
- Understanding permission precedence and hierarchy
- Strategic permission layering (broad allow + narrow ask/deny)
- Git-specific permission patterns
- Build tool security (npm, make, gradle, cargo, etc.)
block-dotfiles
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:
- Blocks access to shell configuration files (.bashrc, .zshrc, etc.)
- Blocks access to environment variable files (.env, .env.local, etc.)
- Blocks access to credential directories (.ssh, .aws, .docker, .kube, etc.)
- Blocks access to credential files (.npmrc, .pypirc, .gitconfig, .netrc)
- Comprehensive test suite with 104 tests
- Security-focused with clear blocking messages
dependency-blocker
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:
- Blocks Bash commands targeting excluded directories
- Blocks Read operations from excluded directories
- Blocks Glob patterns targeting excluded directories
- Blocks Grep searches in excluded directories
- Comprehensive test suite with 80 tests
Team Configuration
For automatic marketplace installation in team projects, add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"wombat9000-marketplace": {
"source": {
"source": "github",
"repo": "wombat9000/claude-plugins"
}
}
}
}


