导线丛框架
一个全面的Claude Code增强框架,包含35+斜线命令、50+专用代理和MCP集成,用于现代全栈开发。
██████╗ ██████╗ ███╗ ██╗██████╗ ██╗ ██╗ ██████╗████████╗ ██████╗ ██████╗
██╔════╝██╔═══██╗████╗ ██║██╔══██╗██║ ██║██╔════╝╚══██╔══╝██╔═══██╗██╔══██╗
██║ ██║ ██║██╔██╗ ██║██║ ██║██║ ██║██║ ██║ ██║ ██║██████╔╝
██║ ██║ ██║██║╚██╗██║██║ ██║██║ ██║██║ ██║ ██║ ██║██╔══██╗
╚██████╗╚██████╔╝██║ ╚████║██████╔╝╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║ ██║
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
P L E X U S F R A M E W O R K快速安装
# Clone the repository
git clone https://github.com/YOUR_USERNAME/conductor-plexus-framework.git
# Run installer
cd conductor-plexus-framework
./scripts/install.sh包含内容
35+击杀命令
| 类别 | 命令 | 描述 |
|---|---|---|
| 分析 | /megathink, /parallel, /orchestrate | 多智能体协调的深度分析 |
| 发展 | /component, /api, /db, /flow | React、API和数据库工作流 |
| 质量 | /test, /debug, /refactor, /review | 测试、调试和代码质量 |
| UI/UX | /ui, /design | 使用21st.dev MCP生成AI驱动的UI |
| 后端 | /supabase | 数据库、身份验证、RLS、实时、边缘功能 |
| 部署 | /deploy, /vercel, /docker | Vercel、Docker和CI/CD工作流 |
| 安全 | /security | OWASP审计、漏洞扫描 |
| 演出 | /perf | 核心网络生命、分析、优化 |
| 文档 | /doc | 代码和API文档生成 |
50+专业代理商
Agent Categories:
├── core_development (8 agents)
│ └── coder, reviewer, tester, planner, researcher
├── mcp_integrated (8 agents)
│ └── context7-researcher, linear-integrator, visual-tester, component-builder
├── ui_generation (6 agents)
│ └── ui-architect, component-generator, design-system-manager, visual-qa
├── supabase_integration (5 agents)
│ └── supabase-architect, rls-specialist, supabase-auth, realtime-engineer
├── deployment_platform (5 agents)
│ └── vercel-specialist, docker-engineer, ci-cd-architect
├── conductor_orchestration (5 agents)
│ └── mega-orchestrator, deployment-coordinator, security-scanner
├── ai_native (6 agents)
│ └── prompt-engineer, context-engineer, multimodal-analyzer, agentic-coder
└── ... and more specialized poolsMCP集成
| MCP服务器 | 工具 | 用途 |
|---|---|---|
| 背景7 | resolve-library-id, get-library-docs | 最新文档 |
| 5月21日 | component_builder, component_refiner, logo_search | AI UI生成 |
| 剧作家 | browser_* 工具 | 可视化测试和自动化 |
| 线性 | list_issues, create_issue, update_issue | 项目管理 |
| 艾克萨 | web_search_exa, get_code_context_exa | Web搜索和代码上下文 |
目录结构
conductor-plexus-framework/
├── commands/ # 35+ slash command definitions
│ ├── megathink.md # Deep analysis mode
│ ├── orchestrate.md # Multi-agent coordination
│ ├── ui.md # AI UI generation
│ ├── supabase.md # Supabase operations
│ ├── vercel.md # Vercel deployment
│ ├── docker.md # Docker workflows
│ └── ...
├── agents/
│ └── agent-pool.yml # 50+ agent configurations
├── scripts/
│ └── install.sh # Installation script
├── docs/ # Extended documentation
├── conductor-settings.yml # Master configuration
└── README.md安装选项
选项1:完全安装(推荐)
./scripts/install.sh --full全局安装命令、代理和设置。
选项2:项目特定
./scripts/install.sh --project /path/to/your/project安装到特定项目的 .claude 目录。
选项3:仅命令
./scripts/install.sh --commands-only仅安装斜线命令。
使用示例
深入分析
/megathink
Analyze the best architecture for implementing real-time notifications多代理编排
/orchestrate
Build a complete user authentication system with:
- OAuth providers
- Session management
- Protected routes
- Database schemaAI UI生成
/ui card with glassmorphism effect and hover glowSupabase设置
/supabase create table for user profiles with RLSDocker构建
/docker create optimized production Dockerfile for Vite React appVercel部署
/vercel deploy to preview and run smoke tests代理池配置
代理池支持智能任务路由:
settings:
max_total_agents: 75
max_concurrent_tasks: 20
smart_routing: true
mcp_enabled: true任务路由
providers:
task_routing:
coding:
primary: "deepseek"
fallback: ["claude", "glm"]
reasoning:
primary: "claude"
fallback: ["glm"]
ui_generation:
primary: "claude"
mcp_tools: ["mcp__magic__*"]定制
添加自定义命令
创建新 .md 文件在 commands/:
---
command: /mycommand
description: My custom workflow
---
# My Custom Command
Your command documentation here...添加自定义代理
添加到 agents/agent-pool.yml:
my_custom_pool:
enabled: true
agents:
- type: "my-agent"
capabilities: ["my-capability"]
preferred_provider: "claude"需求
- 克劳德代码CLI
- Node.js 18+
- Git
可选(用于完整功能)
- 码头工人
- Vercel命令行界面
- Supabase命令行界面
- 剧作家
贡献
- 复刻仓库
- 创建要素分支
- 添加您的命令/代理
- 提交拉取请求
许可证
MIT许可证-请参阅许可证文件
鸣谢
使用Claude Code和以下MCP服务器构建:
______________________________________________________________________
由...制作❤️ Claude Code社区
