Claude Delegate
VerifiedDelegate various coding tasks to Claude Code. Use this skill when you need assistance with code generation, bug fixing, feature implementation, code review,...
$ Add to .claude/skills/ About This Skill
# Claude Delegate
Use this skill to delegate coding tasks to Claude Code. It simplifies the process by providing the correct command structure for non-interactive execution.
Usage
To delegate a task to Claude Code, use the `exec` tool with the `bash` command, specifying the working directory and the task as a string. Claude Code will run with `--print --permission-mode bypassPermissions` automatically.
```bash bash workdir:/path/to/project command:"claude --permission-mode bypassPermissions --print 'your coding task here'" ```
Examples
- build a feature:
- ```bash
- bash workdir:~/projects/my-app command:"claude --permission-mode bypassPermissions --print 'build a user authentication module'"
- ```
- refactor a module:
- ```bash
- bash workdir:~/projects/my-lib command:"claude --permission-mode bypassPermissions --print 'refactor the data processing module for better performance'"
- ```
- review a pull request:
- ```bash
- bash workdir:/tmp/pr-review command:"claude --permission-mode bypassPermissions --print 'review the changes in pull request #123 and provide feedback'"
- ```
Use Cases
- Delegate feature implementation to Claude Code CLI with a single bash command template
- Run code review tasks on pull requests using Claude Code in non-interactive print mode
- Refactor modules by passing natural language descriptions to Claude Code with bypassed permissions
- Execute coding tasks from an orchestrating agent without writing code in the main session
- Build reusable automation scripts that invoke Claude Code for different project directories
Pros & Cons
Pros
- +Simplest possible delegation pattern — one bash command template covers all use cases
- +Non-interactive print mode (--print) produces clean output without TTY requirements
- +Working directory specification via cd ensures Claude Code operates in the correct project context
Cons
- -Uses --permission-mode bypassPermissions with no safety guards or write-guard recommendation
- -No async support — blocks the calling process until Claude Code completes
- -Minimal documentation compared to more featured delegation skills like claude-code-delegate
FAQ
What does Claude Delegate do?
What platforms support Claude Delegate?
What are the use cases for Claude Delegate?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.