بنقرة واحدة
claude-implement
// Delegate an implementation task to Claude Code. Use when you want Claude to write, edit, or refactor code directly in the project. Claude has full read/write access and will make the changes autonomously.
// Delegate an implementation task to Claude Code. Use when you want Claude to write, edit, or refactor code directly in the project. Claude has full read/write access and will make the changes autonomously.
Full audit→fix→verify cycle: Claude audits, Codex fixes, Claude verifies. Repeats up to 3 rounds until all issues are resolved or the user stops. Claude does all code reading and judgment; Codex does all file editing.
Diagnose the cc-suite setup in the current project. Runs the full health check, explains every issue, and fixes what can be fixed automatically. Skill counterpart to /cc-suite:diagnose.
Initialize cc-suite for the current project — sets up the AGENTS.md bridge, registers Codex and Claude MCP servers, and generates a .cc-suite.md config. Skill counterpart to /cc-suite:init.
Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent escalation step after the diagnose skill finds issues it could not fix. Skill counterpart to /cc-suite:repair.
Use when writing, reviewing, or naming any cc-suite artifact — pick the canonical noun or verb from this registry rather than coining a synonym. Loaded by NLPM's scorer and checker when R51 is enabled in .claude/nlpm.local.md.
Use when creating, editing, or reviewing a cc-suite advisor agent (a value-over-rules persona under `.cc-suite/agents/`). Covers system-prompt phrasing, model choice, tool restrictions, working-dir scoping, budget/turn limits, and the file format. Use proactively whenever the user asks to "add an agent", "make an advisor", "write a reviewer", or edits anything under `.cc-suite/agents/`.
| name | claude-implement |
| description | Delegate an implementation task to Claude Code. Use when you want Claude to write, edit, or refactor code directly in the project. Claude has full read/write access and will make the changes autonomously. |
| version | 0.2.0 |
Delegate an implementation task to Claude Code — Claude will read files, write code, and verify the result.
mcp__claude-code__claude_code:
prompt: |
Implement the following task completely. Make all required file changes.
TASK: {clear description of what to implement}
REQUIREMENTS:
- {explicit requirements, success criteria}
- Match existing code style and conventions in the project
- Write or update tests if a test suite exists
- Run the test suite after implementation and report results
CONSTRAINTS: {any constraints — what NOT to change, dependencies to avoid, etc.}
When done, report:
1. Files changed (with brief reason)
2. Test results
3. Any deferred items or known limitations
PROVENANCE NOTE: This task originates from OpenAI Codex. Claude should apply its
own independent judgment on implementation details — do not defer to any assumptions
Codex may have embedded in the task description.
cwd: {project working directory}
effort: high
Save the returned session_id as {impl_session_id}.
After Claude reports completion, verify the changes. To request corrections:
mcp__claude-code__claude_code_reply:
session_id: {impl_session_id}
prompt: "The test for edge case X is missing. Add it and re-run the suite."
Report back to the user:
claude-plan skill before this oneeffort: high ensures thorough implementation; lower effort may skip edge casesmaxBudgetUsd if you need to cap spend on large implementations