🤖

Claude Code

Delegate real coding work to Anthropic's Claude Code CLI: implement features, refactor, review diffs, and run long repo sessions. For tech users.

제작v1.0.0
Coding Agents & IDEs
VM에 연결 중...
VM에 연결 중...
npx clawhub@latest install claude-code
1현재 설치 수
v1.0.0버전

Claude Code bridges your AI assistant and Anthropic's claude CLI, letting you hand off repository-scoped coding work to a dedicated coding sub-agent. Whether you need a feature implemented from a plain-English description, a module refactored, a pull request reviewed, or a failing test investigated, this skill routes the task to Claude Code and keeps your main session uncluttered.

작동 원리

When you use a trigger phrase like "do this in Claude Code" or "delegate this repo task", the skill constructs an appropriate command and invokes the local claude CLI on your behalf. It supports both one-shot jobs (single-pass execution that returns a result) and persistent session modes (iterative back-and-forth within a repo context), depending on how your agent framework is configured. The CLI inspects your files, proposes edits, runs tests, and iterates independently before surfacing a summary.

주요 기능

Feature Implementation
Describe a feature in plain English and have Claude Code write, test, and integrate it into your repo.
Refactoring
Restructure modules, APIs, or entire layers of a codebase with clear before/after boundaries.
PR Review
Pass a diff or branch name and receive structured review comments and improvement suggestions.
Bug Investigation
Point Claude Code at failing tests or error traces and let it propose targeted fixes.
One-Shot Mode
Fire a single task and get a result without occupying your main assistant session.
Persistent Session Mode
Keep a long-running coding session active for larger, multi-step repo tasks.
Multilingual Triggers
Responds to English and Chinese activation phrases out of the box.

요구 사항

claude CLI
Anthropic's Claude Code command-line tool must be installed on the host machine.
Authenticated Account
A valid Anthropic account with API access, authenticated via the CLI.
Local Repository
Most tasks assume a locally accessible git repository for file inspection and editing.
Tech User
This skill is intended for developers comfortable with CLI tooling and git workflows.

활용 사례

Greenfield Features
"Use Claude Code to implement the new webhook handler and add unit tests."
Legacy Refactors
"Ask Claude Code to refactor the auth middleware and update all call sites."
Code Review
"Have Claude review the diff on this branch and flag any security issues."
Test Debugging
"Claude Code, investigate why the integration tests are failing on CI."
Hands-Off Sessions
"Start a persistent Claude Code session for this repo and continue working there."

설치 방법

1
Run in your terminal
npx clawhub@latest install claude-code
or
2
Click the Install button at the top of this page for one-click setup

리뷰

0개 리뷰

리뷰를 작성하려면 로그인

아직 리뷰가 없습니다. 첫 번째로 경험을 공유해 보세요!