UX/UI design — evaluates user experience, interaction patterns, and how users will experience the product
Implementation — writes code, debugs issues, follows specifications from Lead and architect
Primary orchestrator — converses directly with users, composes 8 subagents across HOW/DO/CHECK categories, and owns scope decisions and task lifecycle
Research methodology and synthesis — designs investigation approach, evaluates evidence quality, writes synthesis documents
Independent investigation — conducts web searches, gathers evidence, and reports findings with citations
Autonomous planning skill — Lead decomposes, analyzes, and decides issues without user confirmation, producing an execution plan. Keeps nx-plan's research and analysis depth while skipping user dialogue.
Structured multi-perspective analysis to decompose issues, align on decisions, and produce an enriched execution plan before acting. Planning only — does not execute.
Execution — user-directed agent composition.
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🌏 English
Claude Code용 Nexus 에이전트 오케스트레이션 플러그인. nexus-core의 canonical 에이전트·스킬·MCP 서버를 Claude 하네스에 등록한다.
nx-auto-plan · nx-plan · nx-run — [plan]·[auto-plan]·[run] 태그로 활성화nexus-core: 플래닝·태스크·이력·아티팩트 상태 관리 도구 14종 (nx_plan_*·nx_task_*·nx_history_search·nx_artifact_*)SessionStart — .nexus/ 폴더 구조와 화이트리스트 .gitignore 보장UserPromptSubmit — 태그 6종 ([plan]·[auto-plan]·[run]·[m]·[m:gc]·[d]) 라우팅lead 에이전트가 메인 스레드가 되도록 settings.json 기본 포함서브에이전트 resume(SendMessage) 기능을 쓰려면 Claude Code 세션에 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 환경 변수가 필요하다 (Claude Code가 플러그인 settings.json의 env는 적용하지 않으므로 사용자가 설정). ~/.claude/settings.json 또는 프로젝트 .claude/settings.json에 추가:
{
"env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }
}
Claude Code 안에서 플러그인 마켓플레이스로 설치한다.
/plugin marketplace add moreih29/claude-nexus
/plugin install claude-nexus@nexus
설치 후 새 Claude Code 세션을 열면 lead 에이전트가 메인 스레드로 실행된다. 요청 앞에 태그를 붙여 스킬을 활성화한다.
| 태그 | 동작 |
|---|---|
[plan] | nx-plan 스킬 — 다관점 분석과 결정 정렬 기반 실행 계획 |
[auto-plan] | nx-auto-plan 스킬 — 요청을 자동 분해해 계획 |
[run] | nx-run 스킬 — 현재 계획의 태스크 실행 |
[m] <본문> | .nexus/memory/에 교훈·참조 저장 |
[m:gc] | .nexus/memory/ 정리 |
[d] <결정> | 활성 plan 세션 현재 안건에 대한 결정 기록 |
플러그인은 2줄 statusline 스크립트를 함께 배포한다. 첫 줄은 ◆Nexus vX.Y.Z·모델·프로젝트·git 브랜치(staged/unstaged), 둘째 줄은 컨텍스트 사용률과 모드별 사용량 정보:
$CLAUDE_CONFIG_DIR/.usage_cache(미설정 시 ~/.claude/.usage_cache)를 공유하므로 API 중복 호출 없이 경합이 방지된다.ANTHROPIC_API_KEY 설정) — API $X.XX today 형식으로 오늘(UTC 자정 기준) 발생한 비용을 표시. Claude Code가 기록하는 로컬 jsonl 세션 로그를 직접 스캔해 모델별 토큰을 합산하고 Anthropic 공식 가격표 기반으로 USD 환산하므로, 별도 admin key 셋업이 불필요하다.CLAUDE_CONFIG_DIR 환경변수로 다중 OAuth 계정을 분리해 쓰는 경우, statusline의 캐시·키체인 조회·비용 스캔이 모두 본체와 동일한 알고리즘으로 자동 분기된다.
Claude Code는 플러그인이 사용자 statusLine을 자동 등록하는 걸 허용하지 않으므로, 별도 CLI로 배포된 claude-nexus를 본인의 ~/.claude/settings.json에 등록한다.
{
"statusLine": {
"type": "command",
"command": "bunx claude-nexus"
}
}
npx -y claude-nexus도 동일하게 동작한다. 최초 호출 1회만 패키지를 로컬 캐시에 받고, 이후 호출은 캐시에서 즉시 실행된다.
bun add -g claude-nexus # 또는 npm i -g claude-nexus
{
"statusLine": {
"type": "command",
"command": "claude-nexus"
}
}
업데이트는 bun update -g claude-nexus(또는 npm update -g claude-nexus) 한 번으로 끝난다.
MIT
npx claudepluginhub moreih29/claude-nexus --plugin claude-nexusMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.