A Claude Code skill that teaches Claude how to delegate tasks to Claude Code CLI as a subagent for complex coding tasks, code review, architectural decisions, security analysis, and multi-file refactoring.
mkdir -p ~/.claude/skills/claude-code
cp skills/claude-code/SKILL.md ~/.claude/skills/claude-code/SKILL.mdClone this repository and add it to your Claude Code plugins.
This skill teaches Claude how to:
- Delegate appropriate tasks to Claude Code CLI for efficient task distribution
- Use Claude's deep reasoning capabilities for complex problems
- Benefit from Claude's multi-file code generation and refactoring
- Leverage Claude's security analysis and code review features
- Handle architectural design and system planning tasks
- Use the permission modes and tool restrictions for safe execution
Review this codebase for security vulnerabilitiesRefactor the authentication system to use JWT tokensDesign an API for a new microserviceAnalyze this code for performance bottlenecksGenerate comprehensive tests for this moduleDocument the architecture of this system
- Deep Reasoning: Excellent for complex architectural decisions and system design
- Tool Extensibility: Rich tool system with skills, agents, and MCP support
- Code Quality: High-quality code generation following best practices
- Security Focus: Built-in security review and best practice enforcement
- Multi-file Context: Handles complex multi-file refactoring tasks
- Session Management: Persistent sessions with continuation support
- Slower for Simple Tasks: Overhead may be excessive for trivial operations
- Requires Setup: Needs proper configuration for best results
- Higher Cost: More capable but potentially more expensive for simple tasks
- Permission System: May require user approval for sensitive operations
This skill includes comprehensive safety guidelines:
- Permission mode selection (default, plan, acceptEdits, dontAsk, bypassPermissions)
- Tool restriction using
--allowed-toolsand--disallowed-tools - Working directory isolation and timeout safeguards
- Risk-based task categorization
- Emergency response procedures
Apache License 2.0 - See LICENSE.txt for details.