Help us improve
Share bugs, ideas, or general feedback.
A curated collection of Claude Code plugins, skills, and tools for enhanced productivity
npx claudepluginhub ven0m0/claude-configResource optimization and performance monitoring toolkit for efficient Claude Code workflows
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Blocks access to sensitive dotfiles and configuration files containing credentials
Interactive wizard to help create new Claude Code plugins
Prevents Claude from accessing dependency directories to save tokens
Delegate research and web search tasks to Gemini AI via CLI
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
No description available.
Share bugs, ideas, or general feedback.
A curated collection of Claude Code plugins, agents, skills, and tools for enhanced productivity. This marketplace provides professional-grade components for coding, documentation, and data analysis workflows.
/plugin marketplace add Ven0m0/claude-config
# Core plugins
/plugin install coding-assistant@claude-config-marketplace
/plugin install conserve@claude-config-marketplace
/plugin install prompt-improver@claude-config-marketplace
/plugin install config-wizard@claude-config-marketplace
/plugin install dependency-blocker@claude-config-marketplace
/plugin install skill-authoring@claude-config-marketplace
# Security and tooling
/plugin install claude-praetorian@claude-config-marketplace
/plugin install moderntools@claude-config-marketplace
/plugin install dynamic-mcp-router@claude-config-marketplace
Copy the claude/ directory to your Claude Code configuration:
cp -r claude/ ~/.claude/
This gives you 12 agents and 32 skills immediately.
Advanced coding assistant with code review, debugging, and refactoring capabilities.
/code-review - Comprehensive code reviews with security and performance checks/debug - Systematic debugging and root cause analysis/refactor - Code refactoring for better structure and maintainabilityResource optimization and performance monitoring toolkit for efficient Claude Code workflows.
/bloat-scan - Identify dead code, duplication, and documentation bloat/optimize-context - Optimize context usage and token efficiency/analyze-growth - Analyze codebase growth patterns/ai-hygiene-audit - Audit AI-generated code quality/unbloat - Remove unnecessary code and improve efficiencyIntelligent prompt optimization. Enriches vague prompts with research-based clarifying questions.
Interactive wizard to create new Claude Code plugins and skills.
/config-wizard:cmd-init - Initialize a new slash command/config-wizard:cmd-review - Review an existing slash commandBlocks Claude from accessing dependency directories to reduce token usage.
node_modules, .git, dist, build, vendor, target, .venv, venvFramework and templates for creating new Claude Code skills.
Security guardrails and policy enforcement for Claude Code sessions.
Enforces modern tool substitutions: fd over find, rg over grep, bun over npm, etc.
Dynamic MCP server routing for flexible tool integration.
Validates plugin structure and compliance against marketplace standards.
Skill evaluation and benchmarking framework.
Performance tuning for Claude Code skills.
LSP integrations for Claude Code (go-to-definition, find-references, etc.).
The claude/ directory is a standalone config pack with:
12 Sub-Agents (claude/agents/):
| Agent | Purpose |
|---|---|
ci-cd-expert | CI/CD pipeline design and troubleshooting |
code-explorer | Codebase analysis and architecture mapping |
code-simplifier | Refactoring for clarity and maintainability |
docker-specialist | Dockerfile optimization and security hardening |
general-purpose | Default multi-step task agent |
language-expert | Multi-language: Bash, Python, JS, TS, Rust |
maintenance | Cleanup, tech debt, DX improvements |
merge-supervisor | Git merge conflict resolution |
optimizer | Context and LLM optimization |
prd | Product Requirements Documents |
reverse-engineer | Binary analysis (authorized use only) |
skill-auditor | SKILL.md compliance audits |
32 Skills (claude/skills/):