AI-driven development workflow plugins for Claude Code
npx claudepluginhub shabaraba/shabaraba-cc-pluginsEnvironment enhancements for vibe coding with Claude Code. Provides audio notifications on response completion and user input prompts.
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).
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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories