By shabaraba
Environment enhancements for vibe coding with Claude Code. Provides audio notifications on response completion and user input prompts.
Monorepo for custom Claude Code plugins.
🔔 Environment enhancements for vibe coding with Claude Code.
Status: ✅ Ready to Use
Features:
See packages/claude-environments/README.md for details.
⭐ Star-topology AI organization with async sub-agents, worktree isolation, and automated workflows.
Status: ✅ Production Ready
Features:
See packages/claude-org/README.md for details.
Comprehensive development workflow plugin featuring AI-driven refactoring, code analysis, and quality assurance.
Status: 🚧 In Development
Features:
/refactor: Multi-phase AI-driven refactoring workflowSee packages/dev-org/README.md for details.
claude-code-plugins/
├── packages/
│ ├── claude-environments/ # Audio notifications & UX enhancements
│ ├── claude-org/ # Multi-agent orchestration system
│ ├── dev-org/ # Development workflow & refactoring
│ └── parallel-worktree/ # Git worktree management
├── package.json # Workspace configuration
└── README.md
# Install dependencies (if needed)
npm install
# Use a specific plugin in Claude Code
cc --plugin-dir ./packages/claude-environments
# Or load via Agent SDK
# See individual plugin READMEs for SDK usage examples
Copy a plugin to your project's .claude-plugin directory:
# Copy claude-environments plugin
cp -r packages/claude-environments /path/to/your/project/.claude-plugin/
# Or create a symlink for development
ln -s $(pwd)/packages/claude-environments /path/to/your/project/.claude-plugin/
Install plugins globally for use across all projects:
# Copy to Claude Code plugins directory
cp -r packages/claude-environments ~/.claude/plugins/
# Or symlink for active development
ln -s $(pwd)/packages/claude-environments ~/.claude/plugins/
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shabaraba/shabaraba-cc-plugins --plugin claude-environmentsNeovim MCP tools, skills, and subagents for vibing.nvim — lets Claude Code read/edit buffers, drive LSP, and manage windows in a running Neovim instance.
Refactoring-specialized plugin with regression prevention, architecture compliance checks, and feedback loops
Star-topology AI organization with async sub-agents, worktree isolation, daily logs, and context handoff. 7 agents, 6 commands, 5 skills (including orchestrator) for automated 4-phase development workflow (design→develop→review→QA).
Audio notifications + AI-controlled config for Claude Code, Cursor IDE, and Codex CLI events. 26 hooks, native matcher routing, TTS, webhooks, status line, rate-limit alerts. Auto-bridges to Cursor IDE 3.2.16+; native install via 'audio-hooks install --cursor' or 'audio-hooks install --codex'.
Audio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.
Audio feedback when Claude Code agent completes tasks using pocket-tts
Audio notifications for Claude Code hook events with customizable sounds and volume control
Notifications for AI coding agents — banners + sounds when Claude finishes or pauses for permission
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.