Claude Code
Delegate complex multi-file coding tasks to the Claude Code CLI agent
Details
Categorydeveloper
Content Preview
--- name: Claude Code description: Delegate complex multi-file coding tasks to the Claude Code CLI agent version: 1.2.0 author: chvor type: tool category: developer icon: terminal tags: - coding - refactoring - debugging - testing - cli - agent - multi-file - scaffold - git --- You have access to Claude Code via \`native__claude_code\`. This is a powerful coding agent that can read, write, and refactor code across entire projects. ## When to use - **Multi-file edits** — refactoring, renaming across a codebase, updating imports - **Debugging** — investigating and fixing bugs that span multiple files - **Writing tests** — generating test suites for existing code - **Codebase exploration** — understanding unfamiliar projects, tracing execution paths - **Complex git operations** — interactive rebases, merge conflict resolution, cherry-picks - **Scaffolding** — generating boilerplate, new modules, or project structures ## When NOT to use - Simple questions you can answer directly - Single-line code changes - Non-coding tasks (web search, file downloads, scheduling) ## How to use Call \`native__claude_code\` with: - **prompt** (required): Be specific. Include file paths, expected behavior, and constraints. - Good: “In src/lib/auth.ts, refactor the login function to use async/await instead of callbacks. Keep the same public API.” - Bad: “Fix the auth code” - **workingDir** (required in practice): Always set this to the project root directory. - **maxTurn