A Claude Code marketplace for agentic plugins, skills, and workflows.
Hivemind AI provides modular, composable plugins that enhance Claude Code with specialized capabilities:
- Subagents: Task-specific AI agents for focused work
- Skills: Domain knowledge modules (lazy-loadable documentation)
- Hooks: Runtime enforcement and workflow automation
- Commands: User-facing workflow orchestration
- Bun - Required for plugin hooks (phase enforcement, queue processing)
curl -fsSL https://bun.sh/install | bash
# Add marketplace
claude plugin marketplace add git@github.com:hivemind-ai-core/claude-hivemind-ai.git
# Install plugin
claude plugin install superagents@hivemind-aiFull-featured Research-Plan-Implement (RPI) workflow with Test-Driven Development (TDD).
Features:
- Hierarchical agent architecture
- Red-Green-Refactor TDD enforcement
- Context compression and management
- 14+ skills across multiple tech stacks
- Automated commit workflows
Quick Start:
# After installing superagents
/superagents:setup
/superagents:update-roadmap
/superagents:workTip: Type /work and press Tab to autocomplete to /superagents:work - works for all commands!
View superagents documentation
Each plugin follows a standard structure:
plugin-name/
├── README.md # Plugin documentation
├── agents/ # Subagent definitions
├── skills/ # Domain knowledge modules
├── hooks/ # Runtime hooks
├── commands/ # User commands
└── .template/ # Setup templates
See the Plugin Development Guide for creating new plugins.
- Composable: Plugins work independently or together
- Focused: Each component has single responsibility
- Lazy-loaded: Skills and context loaded on-demand
- Transparent: File-based communication, human-readable
- Evolvable: Learn from mistakes, accumulate patterns
MIT