Skip to content

shrwnsan/vibekit-claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

134 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

VibeKit: Productivity Plus Claude Code Plugin Marketplace

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

๐Ÿš€ Quick Start

Add this marketplace to Claude Code:

/plugin marketplace add shrwnsan/vibekit-claude-plugins

Browse available plugins and install search-plus:

/plugin
# Select "Browse and install plugins" and choose search-plus

Verify Installation

Check 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 trends

๐Ÿ“ฆ Available Plugins

๐Ÿ› ๏ธ Base

Essential 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 --fast

โ†’ Detailed Documentation

๐Ÿ” Search Plus

Enhanced 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 trends

โ†’ Detailed Documentation

๐Ÿ”” Ping

Sound 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 afplay command
  • Linux: Uses paplay (PulseAudio) or aplay (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"
  }
}

โ†’ Detailed Documentation

๐ŸŽฏ What You Can Do

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

๐Ÿค Community & Feedback

VibeKit is currently maintained as a solo project, but community feedback is invaluable! Here's how you can help improve it:

๐Ÿ› Report Issues

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)

๐Ÿ’ก Request Features

Have an idea for a new plugin or improvement? Please share:

  • Use case and problem it solves
  • Expected functionality
  • Any relevant examples or references

๐Ÿ“ General Feedback

  • What plugins do you find most useful?
  • Any pain points in installation or usage?
  • Suggestions for better documentation

๐Ÿ“ž Stay Connected

See CONTRIBUTING.md for details on reporting issues, requesting features, and providing feedback.

๐Ÿ—๏ธ Plugin Architecture

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)

๐Ÿ› ๏ธ Development

See CONTRIBUTING.md for:

  • Project structure and guidelines
  • How to create new plugins
  • Security best practices
  • Code style conventions

๐Ÿ“„ License

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.

๐Ÿ™ Acknowledgments

  • Built with Claude Code plugin system
  • Inspired by community needs and real-world development challenges
  • Following standards from agents.md for AI agent compatibility

๐Ÿ”— Links


Made with โค๏ธ by the Claude Code community

About

VibeKit: Productivity Plus Claude Code Plugin Marketplace. A curated collection of productivity-enhancing plugins for developers, vibe coders, context engineers, indie hackers, etc.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors