Skip to content

Dominic789654/claude-code-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Claude Code Delegation Skill

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.

Installation

Option 1: Install to Claude Code skills directory

mkdir -p ~/.claude/skills/claude-code
cp skills/claude-code/SKILL.md ~/.claude/skills/claude-code/SKILL.md

Option 2: Use as a Claude Code plugin

Clone this repository and add it to your Claude Code plugins.

What this skill does

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

When to use this skill

Suitable task examples:

  • Review this codebase for security vulnerabilities
  • Refactor the authentication system to use JWT tokens
  • Design an API for a new microservice
  • Analyze this code for performance bottlenecks
  • Generate comprehensive tests for this module
  • Document the architecture of this system

Key characteristics

Strengths

  • 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

Limitations

  • 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

Safety considerations

This skill includes comprehensive safety guidelines:

  • Permission mode selection (default, plan, acceptEdits, dontAsk, bypassPermissions)
  • Tool restriction using --allowed-tools and --disallowed-tools
  • Working directory isolation and timeout safeguards
  • Risk-based task categorization
  • Emergency response procedures

License

Apache License 2.0 - See LICENSE.txt for details.

About

Claude Code delegation skill - delegate tasks to Claude Code CLI as a subagent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors