关于
This skill establishes a lightweight bridge between your local development environment and the Claude Code CLI, allowing you to treat Claude as a dedicated collaborator for complex development tasks. It facilitates multi-turn sessions via persistent session IDs and is optimized for file-based handoffs to minimize token consumption. By enforcing a diff-only output pattern, it ensures that Claude proposes changes for your review rather than directly modifying source files, maintaining human-in-the-loop control over the codebase while leveraging AI for design trade-offs and edge-case analysis.