Claude Code
Delegate complex coding tasks — features, PRs, and refactors — to Claude Code CLI. Spawns an autonomous subagent with full terminal and file access in an isolated workspace.
🔧 Requirements
- Bins:claude, node, git
- Env:ANTHROPIC_API_KEY
📖 Guide
Load the skill with skill_view("claude-code"). The skill handles installation verification, project context injection, and workspace isolation. Claude Code runs via PTY terminal with its own working directory.
🔧 How To
Delegate a PR: load claude-code skill → provide branch name and task description → skill auto-creates branch, implements changes, and opens PR. For features: describe requirements clearly — the subagent handles implementation, testing, and commits.
⚠️ Pitfalls
Claude Code can make destructive file changes — always review the diff before merging. PTY terminal mode has \r vs \n quirks; the skill handles terminal negotiation.
Related Skills
More skills in Autonomous Agents