What problem does it solve?
This Skill helps you use Anthropic’s Claude Code CLI to delegate real coding work—without manually juggling hooks, permissions, MCP servers, or CI/headless setup.
Core Features & Use Cases
- Install, auth, and configuration: Set up
@anthropic-ai/claude-code, manage OAuth or ANTHROPIC_API_KEY, and author .claude/settings.json plus CLAUDE.md for project context.
- Hooks + subagents orchestration: Apply lifecycle hooks (like
PreToolUse and PostToolUse) and define narrow, tool-scoped subagents for reviews, planning splits, or repeatable workflows.
- MCP tool integration + permissions control: Wire MCP servers (stdio/HTTP), constrain tool access with allow/deny matchers and sandbox network rules, and run in plan mode for safety.
- Headless and CI workflows: Run
claude -p ... --output-format json with deterministic exit codes for GitHub Actions and scripts.
Quick Start
Use the claude-code skill to run a read-only pull request review in CI by executing a headless prompt with --permission-mode plan and parsing the resulting JSON .result into a PR comment.