Token导航 LogoToken导航TokenDH.com
Conductor Plexus Framework logo
开发工具未说明官方级别未说明来源级核验

Conductor Plexus Framework

MCP Server

Conductor Plexus Framework是一个全面的代码增强框架,提供35+斜杠命令、50+专业代理和MCP集成,适用于现代全栈开发。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
ShellClaude全栈开发Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Josephaswisher

提供方

Josephaswisher

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

导线丛框架

一个全面的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, /flowReact、API和数据库工作流
质量/test, /debug, /refactor, /review测试、调试和代码质量
UI/UX/ui, /design使用21st.dev MCP生成AI驱动的UI
后端/supabase数据库、身份验证、RLS、实时、边缘功能
部署/deploy, /vercel, /dockerVercel、Docker和CI/CD工作流
安全/securityOWASP审计、漏洞扫描
演出/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 pools

MCP集成

MCP服务器工具用途
背景7resolve-library-id, get-library-docs最新文档
5月21日component_builder, component_refiner, logo_searchAI UI生成
剧作家browser_* 工具可视化测试和自动化
线性list_issues, create_issue, update_issue项目管理
艾克萨web_search_exa, get_code_context_exaWeb搜索和代码上下文

目录结构

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 schema

AI UI生成

/ui card with glassmorphism effect and hover glow

Supabase设置

/supabase create table for user profiles with RLS

Docker构建

/docker create optimized production Dockerfile for Vite React app

Vercel部署

/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命令行界面
  • 剧作家

贡献

  1. 复刻仓库
  2. 创建要素分支
  3. 添加您的命令/代理
  4. 提交拉取请求

许可证

MIT许可证-请参阅许可证文件

鸣谢

使用Claude Code和以下MCP服务器构建:

______________________________________________________________________

由...制作❤️ Claude Code社区

目录标签

目录标签

ShellClaude全栈开发本地部署代码增强多代理协调AIUI生成Supabase集成

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

oauth

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明oauth部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP