From 💻 코더
개발자용 Claude agentic 코딩 — tool use, sub-agents, MCP 연동으로 자율 코딩 워크플로우 구성. Claude 공식 tool-use/sub-agents 문서 기반. "Claude로 자율 코딩 에이전트 만들고 싶어" 질문에 즉시 활용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/moai:claude-agentic-codingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> coder 플러그인 스킬 — coder는 무설치 harness 정본(D4)으로 `moai-adk-go` 템플릿과의 무설치 완전 패리티를 위해 `commands/`·`skills/`·`agents/`·`hooks/`·`output-styles/`·`rules/`·`mcp` 전 카테고리를 사용합니다.
coder 플러그인 스킬 — coder는 무설치 harness 정본(D4)으로
moai-adk-go템플릿과의 무설치 완전 패리티를 위해commands/·skills/·agents/·hooks/·output-styles/·rules/·mcp전 카테고리를 사용합니다.
agents/code-investigator.md가 예시 서브에이전트..mcp.json 또는 Claude Desktop 설정.[사용자 요청]
↓
[메인 오케스트레이터 — 계획·승인 게이트]
↓ (병렬 위임)
[code-investigator] [tester] [reviewer]
↓ ↓ ↓
└─────── 결과 취합 ──────────┘
↓
[구현 · 검증 · 보고]
thinking: {type: "adaptive"}. budget_tokens 금지 (HTTP 400). 노력은 effort로 (xhigh 코딩).commands/claude-agentic-coding.md — /claude-agentic-coding 진입 (thin wrapper)agents/code-investigator.md — 코드 조사 서브에이전트 예시/harness:plugin 하네스(skill-builder)가 Claude 공식 문서 기반으로 생성한 coder 플러그인 스킬입니다.npx claudepluginhub p/modu-ai-moai-plugins-moaiGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.