claude-code
Installation
SKILL.md
What is Claude Code
Claude Code is Anthropic's terminal-based coding agent. It reads entire codebases, performs multi-file edits, runs commands, manages git, and supports multi-agent workflows with sub-agent delegation.
When to delegate to Claude Code
Use Claude Code when you need to:
- Perform complex multi-file refactoring
- Make architecture-level changes across a codebase
- Debug complex issues that require deep code understanding
- Conduct thorough code reviews with actionable feedback
- Implement features that span multiple files and modules
- Work on tasks that benefit from Claude's strong reasoning capabilities
- Review git diffs and provide structured feedback