AI subagents and commands for Claude Code
New!
Top 26.9% on SourcePulse
This repository provides a collection of specialized AI subagents and slash commands designed to enhance development workflows within Claude Code. It offers domain-specific expertise and automation capabilities for developers, aiming to streamline tasks from code review and debugging to infrastructure management and data analysis.
How It Works
The project organizes AI capabilities into distinct "subagents" and "commands," both defined in Markdown files with frontmatter metadata. Subagents are designed for automatic invocation based on context or explicit user requests, acting as specialized AI personas. Commands are executable scripts triggered by slash commands, automating specific tasks. This modular approach allows for easy expansion and customization of Claude Code's functionality.
Quick Start & Requirements
npm install -g bwc-cli
. Use bwc init
, bwc add --agent <name>
, bwc add --command <name>
, bwc list
, and bwc search
for management..md
files from subagents/
to ~/.claude/agents/
and from commands/
to ~/.claude/commands/
.~/.claude/agents/
and ~/.claude/commands/
directories.Highlighted Details
bwc-cli
) for simplified installation and management of subagents and commands.Maintenance & Community
The project is actively maintained by Dave Poon. Contributions for new subagents and commands are welcomed via pull requests.
Licensing & Compatibility
This collection is provided under the MIT License.
Limitations & Caveats
Subagent invocation relies on Claude Code's internal context analysis; explicit invocation may be necessary for precise control. Command usage requires adherence to specific syntax and argument formats.
2 days ago
Inactive