一键导入
cmux-config
cmux AI 프로파일 관리 — 사용할 AI 선택, 자동 감지, 추가/제거. /cmux-config로 실행.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
cmux AI 프로파일 관리 — 사용할 AI 선택, 자동 감지, 추가/제거. /cmux-config로 실행.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
JARVIS 시스템 관리자 — 오케스트레이션 설정 진화 엔진. 자동 감지 + 분석 + 승인 + 백업 + 구현 + 반영.
cmux 멀티 AI 오케스트레이션
Use when monitoring cmux surfaces for IDLE/ERROR/STALL — cmux surface 실시간 감시 에이전트. 감지→기록→보고 전담. 모든 개입 금지. 상세 규칙은 references/gate-w-*.md 참조.
원커맨드 오케스트레이션 시작 — 컨트롤 타워(사장+와쳐+자비스) 구성 + 기존 세션 포함 여부 질문. /cmux-start로 실행.
오케스트레이션 종료 — 컨트롤 타워 + 부서 선택적 종료. /cmux-stop으로 실행.
MemPalace — mine projects and conversations into a searchable memory palace. Use when asked about mempalace, memory palace, mining memories, searching memories, or palace setup.
| name | cmux-config |
| description | cmux AI 프로파일 관리 — 사용할 AI 선택, 자동 감지, 추가/제거. /cmux-config로 실행. |
| user-invocable | true |
| classification | configuration |
| allowed-tools | Bash, Read |
입력: $ARGUMENTS
cmux 오케스트레이션에서 사용할 AI를 관리합니다.
listpython3 ~/.claude/skills/cmux-orchestrator/scripts/manage-ai-profile.py --list
→ 현재 AI 프로파일 표시 (이름, CLI, 감지 여부, traits)
detect / 감지 / 스캔python3 ~/.claude/skills/cmux-orchestrator/scripts/manage-ai-profile.py --detect
→ PATH에서 AI CLI 자동 감지하여 프로파일 갱신
add / 추가 + AI 이름python3 ~/.claude/skills/cmux-orchestrator/scripts/manage-ai-profile.py --add <이름>
→ AI 프로파일에 추가
remove / 제거 + AI 이름python3 ~/.claude/skills/cmux-orchestrator/scripts/manage-ai-profile.py --remove <이름>
→ AI 프로파일에서 제거
| 이름 | CLI | Traits |
|---|---|---|
| codex | codex | no_init_required, sandbox |
| opencode | cco | no_init_required, sandbox |
| minimax | ccm | (없음) |
| glm | ccg2 | short_prompt |
| gemini | gemini | two_phase_send |
| claude | claude | (없음) |
| Trait | 의미 |
|---|---|
no_init_required | /new 초기화 없이 바로 작업 전송 가능 |
sandbox | cmux CLI 직접 실행 불가 (Codex sandbox 모드) |
short_prompt | 프롬프트 200자 이내 권장 |
two_phase_send | /clear와 작업을 분리하여 전송 필요 |
/cmux-config → 현재 프로파일 확인
/cmux-config detect → 설치된 AI 자동 감지
/cmux-config add codex → Codex 추가
/cmux-config remove glm → GLM 제거