From cc-suite
Delegates implementation tasks to Claude Code for autonomous code writing, editing, and refactoring with full read/write access.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-suite:claude-implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate an implementation task to Claude Code — Claude will read files, write code, and verify the result.
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 implementationsnpx claudepluginhub xiaolai/claude-plugin-marketplace --plugin cc-suiteImplements features from specs using Codex MCP with iterative review. Breaks work into dependency-ordered items, collects project context, and runs a confirm/reject/modify loop per item.
Delegates coding tasks (debug, implement, refactor) to OpenAI Codex CLI via codex exec, skipping the Node companion runtime for faster execution. Codex writes code; Claude verifies.
Use when the user asks to run Claude Code CLI (`claude`, `claude resume`) for review, analysis, implementation, refactoring, debugging, or follow-up specifically through Claude Code.