Claude-skill-registry deep-executor

Deep executor mode for complex goal-oriented tasks

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/deep-executor" ~/.claude/skills/majiayu000-claude-skill-registry-deep-executor && rm -rf "$T"
manifest: skills/data/deep-executor/SKILL.md
source content

Deep Executor Skill

Activate autonomous deep work mode for complex tasks.

Overview

Deep Executor is the autonomous deep worker agent. When activated, it:

  1. Explores First: Uses its own tools (Glob, Grep, Read, ast_grep_search) to thoroughly understand the problem
  2. Plans Strategically: Creates execution plan based on exploration
  3. Executes Directly: Does all work itself using Edit, Write, Bash, ast_grep_replace
  4. Verifies Everything: Runs builds, tests, and diagnostics before claiming completion
  5. Completes 100%: Guarantees full completion with evidence

Usage

/oh-my-claudecode:deep-executor <your complex task>

Or use magic keywords:

  • "deep-executor: ..."
  • "deep work: ..."
  • "forge: ..."

When to Use

SituationUse Deep Executor?
Complex multi-file refactoringYES
Unclear implementation pathYES
Need guaranteed completionYES
Simple single-file fixNO (use executor)
Quick code searchNO (use explore)
Cost-sensitive workNO (use ecomode)

Activation

This skill spawns the

deep-executor
agent via:

Task(subagent_type="oh-my-claudecode:deep-executor", model="opus", prompt="{{PROMPT}}")

The agent handles all exploration and execution internally. No sub-agents are spawned.