A curated collection of productivity-enhancing plugins for Claude Code, designed to solve common development challenges and improve your coding workflow.
Why VibeKit?
- ๐ Just Works: Reliable plugins that handle Claude Code's limitations seamlessly
- ๐ฏ Battle-Tested: Proven solutions for real-world development problems
- ๐ Well Documented: Clear examples and comprehensive guides
- ๐ง Zero Config: Install and use immediately - no setup required
Add this marketplace to Claude Code:
/plugin marketplace add shrwnsan/vibekit-claude-pluginsBrowse available plugins and install search-plus:
/plugin
# Select "Browse and install plugins" and choose search-plusCheck that the plugin is working:
# Check available commands (should show /search-plus in custom-commands tab)
/help
# Test the enhanced search
/search-plus "Claude Code plugin documentation"
# Test URL extraction
/search-plus "https://docs.anthropic.com/en/docs/claude-code/plugins"
# Or invoke the search-plus agent
Use the search-plus agent to investigate a topic
# Or use the meta-searching skill
Research latest web development trendsEssential workflow and context engineering tools for productive development. Includes intelligent git commit crafting, quality assurance automation, and workflow orchestration to streamline your development process.
Key Features:
- โ๏ธ Smart Commit Messages: Conventional commit formatting with co-authorship
- ๐ Workflow Orchestration: Automated git workflows with quality gates
- ๐ Quality Assurance: Pre-commit hooks and validation automation
- โก Parallel Development: Support for concurrent development tasks
- ๐ฏ Systematic Debugging: Structured approach to find root causes efficiently
- ๐ Handoff Context: Natural language thread continuation with context preservation
Example Usage:
# Create intelligent git commits
/base:commit
# Run with verbose output
/base:commit --verbose
# Quick commit with automatic message
/base:commit --fastEnhanced web search with advanced error handling for 403, 429, 451, and connection issues that commonly occur when Claude Code attempts to research websites. Features multi-service fallback, retry logic, and reliable URL content extraction.
Performance Results:
- ๐ฏ 95%+ Success Rate: From 0-20% baseline to reliable search (+400% improvement)
- ๐ Complete Error Recovery: 100% success for 422 errors, 90% for 429, 80% for 403
- ๐ฏ Real-World Validation: Successfully extracts from documentation, financial sites, and social media
- โฑ๏ธ Fast Response Times: 2.3 seconds average with intelligent service selection
- ๐ Zero Silent Failures: Eliminates "Did 0 searches..." responses
Multi-Service Architecture:
- Primary: Tavily API for fast, reliable access (95-98% success, ~863ms avg)
- Fallback: Hybrid free services (SearXNG, DuckDuckGo, Startpage) in parallel
- Smart Activation: Only triggers fallback when needed (failed requests or empty content)
- Zero Configuration: Works out-of-the-box with free services
Example Usage:
# Search the web
/search-plus "latest React best practices"
# Extract content from URLs
/search-plus "https://docs.anthropic.com/claude-code"
# Use as an agent for research
@search-plus investigate latest web development trendsSound notifications and alerts for Claude Code tasks. Get audio feedback when tasks complete, when Claude needs your input, or when sessions start/end.
Key Features:
- ๐ต Session Events: Sounds for session start and stop
- ๐ฌ User Prompts: Audio alert when Claude needs your input
- ๐ Notifications: General notification sounds
- ๐ฎ Custom Sounds: Use nostalgic game sounds or custom audio files
- ๐ฅ๏ธ Cross-Platform: Support for macOS, Linux, and Windows
- โ๏ธ Config File: JSON configuration with IDE autocomplete support
Platform Support:
- macOS: Uses
afplaycommand - Linux: Uses
paplay(PulseAudio) oraplay(ALSA) - Windows: Uses PowerShell
Media.SoundPlayer
Configuration:
// ~/.claude/ping-config.json
{
"soundsDir": "~/custom-sounds",
"sounds": {
"sessionStart": "PeonReady1.wav",
"userPrompt": "PeonYes3.wav",
"notification": "PeonWhat3.wav",
"stop": "PeonBuildingComplete1.wav"
}
}Our plugins help developers:
- Automate Git Workflows: Create intelligent commits with proper formatting
- Research Reliably: Search the web without hitting rate limits or errors
- Extract Web Content: Pull information from documentation and tutorials
- Boost Productivity: Solve common development challenges with purpose-built tools
- Handle Edge Cases: Address limitations in Claude Code's native functionality
VibeKit is currently maintained as a solo project, but community feedback is invaluable! Here's how you can help improve it:
Found a bug or unexpected behavior? Please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, Claude Code version)
Have an idea for a new plugin or improvement? Please share:
- Use case and problem it solves
- Expected functionality
- Any relevant examples or references
- What plugins do you find most useful?
- Any pain points in installation or usage?
- Suggestions for better documentation
- โญ Star the repository if you find VibeKit helpful
- ๐ Watch for updates when new plugins are released
- ๐ Report issues at github.com/shrwnsan/vibekit-claude-plugins/issues
See CONTRIBUTING.md for details on reporting issues, requesting features, and providing feedback.
Each plugin includes:
- Plugin Manifest: Defines metadata and capabilities
- Skills: Auto-discoverable capabilities that Claude can use automatically
- Custom Commands: Slash commands for frequent operations
- Specialized Agents: Purpose-built AI agents for specific tasks
- Hooks: Custom behavior at key workflow points
- MCP Servers: External tool integrations (when applicable)
See CONTRIBUTING.md for:
- Project structure and guidelines
- How to create new plugins
- Security best practices
- Code style conventions
This marketplace and all included plugins are licensed under the Apache License 2.0.
Copyright 2025 shrwnsan - Licensed under Apache 2.0
See the LICENSE file for complete license terms and conditions.
- Built with Claude Code plugin system
- Inspired by community needs and real-world development challenges
- Following standards from agents.md for AI agent compatibility
Made with โค๏ธ by the Claude Code community