Marketplace for Claude Code plugins with intelligent routing
npx claudepluginhub yannickloth/claude-router-systemIntelligent routing system for Claude Code with IVP-compliant architecture. Routes all requests through a central router that delegates to specialized or general agents based on task complexity, risk assessment, and cost optimization.
No description available.
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
A collection of plugins and tools for extending Claude Code with intelligent agent routing, cost optimization, and workflow automation.
This marketplace provides production-ready plugins that enhance Claude Code's capabilities through:
Status: Production-ready
Location: plugins/infolead-claude-subscription-router/
An intelligent routing system that analyzes user requests and delegates to the appropriate model tier. Features include:
Quick start:
# Install the plugin
ln -s $(pwd)/plugins/infolead-claude-subscription-router/.claude-plugin \
~/.claude/plugins/infolead-claude-subscription-router
# Copy the configuration template to your project
cp plugins/infolead-claude-subscription-router/EXAMPLE.claude.md \
your-project/.claude/CLAUDE.md
# Verify installation
claude /plugins
See plugin documentation for full details.
See REFACTOR_PLAN.md for the marketplace evolution plan, including:
claude-router-system/
├── plugins/
│ └── infolead-claude-subscription-router/ # Router plugin
│ ├── .claude-plugin/ # Plugin definition
│ ├── docs/ # Documentation
│ └── README.md # Plugin-specific docs
├── tests/
│ └── infolead-claude-subscription-router/ # Plugin tests
├── README.md # This file
└── REFACTOR_PLAN.md # Roadmap
Option 1: Symlink (recommended for development)
ln -s $(pwd)/plugins/PLUGIN_NAME/.claude-plugin \
~/.claude/plugins/PLUGIN_NAME
Option 2: Copy (for stable usage)
cp -r plugins/PLUGIN_NAME/.claude-plugin \
~/.claude/plugins/PLUGIN_NAME
# Start Claude Code and check plugins loaded
claude /plugins
# Verify agents available
claude /agents
Each plugin includes comprehensive tests:
# Run all tests for a plugin
./tests/PLUGIN_NAME/run_all_tests.sh
# Run specific test suites
./tests/PLUGIN_NAME/test_hooks.sh
nix-shell -p python312Packages.pytest python312Packages.pyyaml \
--run "pytest tests/PLUGIN_NAME/ -v"
See individual plugin documentation for detailed testing guides.
plugins/your-plugin-name/.claude-plugin/ structure (see existing plugins as templates)tests/your-plugin-name/plugins/your-plugin-name/README.mdEach plugin must include:
.claude-plugin/plugin.json - Plugin metadata.claude-plugin/agents/*.md - Agent definitions.claude-plugin/hooks/ - Event hooks (optional)README.md - Plugin documentationtests/ - Comprehensive test suiteContributions are welcome! Please:
./tests/PLUGIN_NAME/run_all_tests.shMIT License - see individual plugin directories for specific licensing details.
plugins/*/docs/ for detailed guidesCreated and maintained by Infolead.
Built on Claude Code by Anthropic.