Agent skill

deep-executor

Deep executor mode for complex goal-oriented tasks

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-executor-yeachan-heo-oh-my-claudecode --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/agent/deep-executor-yeachan-heo-oh-my-claudecode/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 | Situation | Use Deep Executor? | |-----------|-----------------| | Complex multi-file refactoring | YES | | Unclear implementation path | YES | | Need guaranteed completion | YES | | Simple single-file fix | NO (use executor) | | Quick code search | NO (use explore) | | Cost-sensitive work | NO (use ecomode) | ## Activation This skill spawns the `deep-executor` agent via: ``` Task(subagent_type="oh-my-claudecode:deep-executor", model="opus"

What's inside
Steps it walks through
  1. Overview
  2. Usage
  3. When to Use
  4. Activation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-executor skill do?

Deep executor mode for complex goal-oriented tasks

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-executor-yeachan-heo-oh-my-claudecode --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going