Назад к каталогу
claude-code-subagents-collection

claude-code-subagents-collection

Сообщество

от davepoon

0.0
0 отзывов

Claude Code Subagents & Commands Collection + CLI Tool

Установка

# Install the CLI for current user

Описание

# Claude Code Subagents & Commands Collection [![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/) [![npm version](https://img.shields.io/npm/v/bwc-cli.svg)](https://www.npmjs.com/package/bwc-cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![GitHub stars](https://img.shields.io/github/stars/davepoon/claude-code-subagents-collection.svg?style=social&label=Star)](https://github.com/davepoon/claude-code-subagents-collection) A comprehensive collection of specialized AI subagents and slash commands for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), designed to enhance development workflows with domain-specific expertise and powerful automation. ## 🌐 Now with a Web UI and CLI Tool! Browse, search, and install both subagents and commands instantly at [buildwithclaude.com](https://www.buildwithclaude.com) ![Claude Code Subagents Homepage](buildwithclaude-homepage.png) ![Browse Subagents](buildwithclaude-subagents.png) ![Browse Commands](buildwithclaude-commands.png) ### 🚀 CLI Tool for Easy Installation Install and manage subagents and commands directly from your terminal with our new CLI tool: ```bash # Install the CLI for current user npm install -g bwc-cli # Initialize user configuration (default) bwc init # Or initialize project configuration (team sharing) bwc init --project # Add subagents or commands (goes to project if project config exists) bwc add --agent python-pro bwc add --command dockerize # Browse and install interactively bwc add # Check configuration status bwc status bwc status --verify-mcp # Deep MCP server verification # List available items bwc list --agents bwc list --commands bwc list --mcps # Search for specific tools bwc search python ``` Learn more about the CLI tool at [buildwithclaude.com/docs/cli](https://www.buildwithclaude.com/docs/cli) ### 🔌 MCP Server Support (New!) - Docker & Remote Connect Claude to external tools through two providers: - **Docker MCP**: 100+ containerized servers for local tools - **Remote MCP**: SSE/HTTP endpoints for cloud services ![MCP Servers](buildwithclaude-mcps.png) ```bash # Docker MCP Servers (requires Docker Desktop) bwc add --mcp postgres --docker-mcp --scope project bwc add --mcp redis --docker-mcp --scope user # Remote MCP Servers (SSE/HTTP) bwc add --mcp linear-server --transport sse \ --url https://mcp.linear.app/sse --scope project bwc add --mcp api-server --transport http \ --url https://api.example.com --header "Authorization: Bearer token" \ --scope project # Verify installations bwc status --verify-mcp # List servers by scope bwc list --mcps # All servers bwc list --mcps --user # User-installed bwc list --mcps --project # Project-installed ``` #### Installation Scopes - **Local Scope**: Current machine only (default) - **User Scope**: Personal servers across all projects (stored in `~/.bwc/config.json`) - **Project Scope**: Team-shared servers (stored in `./bwc.config.json` and `./.mcp.json`) - Docker servers: Configured via gateway (NOT in .mcp.json) - Remote servers: Saved to .mcp.json for team sharing **Note**: When `bwc init --project` is used, all subagents and commands default to project installation #### MCP Provider Comparison **Docker MCP**: - 🔒 **Container Isolation** - Maximum security - 🔑 **Protected Secrets** - Docker manages API keys - ✅ **Verified Images** - Signed by Docker - 📦 **100+ Servers** - Pre-configured catalog **Remote MCP (Claude CLI)**: - ☁️ **Cloud Services** - Direct API connections - 🔐 **Custom Auth** - Headers and tokens - 🌍 **SSE/HTTP** - Real-time and REST - 🤝 **Team Sharing** - Via .mcp.json Learn more: [buildwithclaude.com/mcp-servers](https://www.buildwithclaude.com/mcp-servers) ## Overview This repository contains: - **43+ Specialized Subagents**: AI experts in specific domains, automatically invoked based on context or explicitly called when needed - **39+ Slash Commands**: Community-contributed commands for automating tasks, managing projects, and enhancing workflows - **100+ MCP Servers**: Secure connections to databases, APIs, and external tools via Docker containers ## Quick Start > **💡 Tip**: For easier installation and management, use our [CLI tool](#-cli-tool-for-easy-installation) (`npm install -g bwc-cli`) ### Install Everything (Recommended) ```bash # Clone the repository git clone https://github.com/davepoon/claude-code-subagents-collection.git cd claude-code-subagents-collection # Install all subagents find subagents -name "*.md" -exec cp {} ~/.claude/agents/ \; # Install all commands find commands -name "*.md" -exec cp {} ~/.claude/commands/ \; # Restart Claude Code to load everything ``` ### Install Only Subagents ```bash # Clone and install subagents git clone https://github.com/davepoon/clau

Отзывы (0)

Пока нет отзывов. Будьте первым!