Help us improve
Share bugs, ideas, or general feedback.
From cc-suite
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.
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin cc-suiteHow 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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
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