Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub wombat9000/claude-plugins --plugin config-wizardComprehensive guide for creating, reviewing, and improving skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations. Use this skill when: (1) Creating a new skill from scratch, (2) Reviewing or auditing an existing skill for quality and adherence to best practices, (3) Updating or refactoring an existing skill, (4) Understanding skill architecture, anatomy, and design patterns, (5) Troubleshooting skill loading, triggering, or packaging issues, (6) Learning how to effectively use bundled resources like scripts, references, and assets, (7) Planning what type of skill structure is appropriate for a given use case.
Guide for configuring Claude Code permissions in settings.json with security best practices for allow, ask, and deny rules. Use when: (1) Setting up or modifying permissions in settings.json, (2) Discussing tool permissions, access control, or security configuration, (3) User mentions allowing, blocking, or restricting specific tools or file access, (4) Configuring Bash command permissions, file access (Read/Edit/Write), or WebFetch restrictions, (5) Questions about what permissions are safe vs risky, (6) Troubleshooting permission-related errors or "permission denied" issues, (7) Reviewing security configuration or hardening Claude Code access.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Meta-tools for Claude Code configuration and customization
Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Security guardrails - credential protection, destructive command blocking, write scope enforcement, supply chain control, browser restrictions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Prevents Claude from accessing dependency directories to save tokens
Blocks access to sensitive dotfiles and configuration files containing credentials
Delegate research and web search tasks to Gemini AI via CLI
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"
}
}
}
}