🤖
AI EngineeringShell

Deep Execution

by hex

Deep Execution is an AI Engineering skill for Claude Code, published by hex in claude-council.

658 stars80 forkson hex/claude-councilAdded 2026/08/24+2% in starsRepository updated 2026/08/12
ai-agentsantigravityclaude-codeclaude-code-plugincodexgeminigrokkimillmmulti-agentollamaopenaiperplexity
Install in seconds
Install Deep Execution
Copy Deep Execution into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/hex/claude-council/tree/main/skills/deep-execution ~/.claude/skills/deep-execution

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/hex/claude-council.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/deep-execution/SKILL.md in hex/claude-council
Installs to
~/.claude/skills/deep-execution
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2451 skills

What Deep Execution does

Deep Execution spawns parallel Claude subagents to query providers, assess response quality, ask follow-ups, and return structured insights. Use it for agent-enhanced council runs or complex architectural decisions.

Deep Execution is cataloged under AI Engineering on DirSkills. Deep Execution comes from a repository tagged ai-agents, antigravity, claude-code, claude-code-plugin and codex.

Documentation

README

Agent-Enhanced Council Execution

Use parallel Claude subagents for deeper analysis. Each subagent queries its provider, evaluates response quality, can ask follow-up questions, and returns structured insights.

Step 1: Determine Provider Details

For each selected provider, gather:

  • Provider name and script path: ${CLAUDE_PLUGIN_ROOT}/scripts/providers/{name}.sh
  • Model name: run bash ${CLAUDE_PLUGIN_ROOT}/scripts/query-council.sh --list-available or read the provider script defaults

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Deep Execution

  • What else does hex publish alongside Deep Execution?

    Deep Execution is one of 4 skills that DirSkills catalogs from hex/claude-council, the repository it ships in. Its siblings there include Council Execution, Local Council Execution and Provider Integration. Each one is a separate skill with its own page in this directory, installs the same way Deep Execution does, and is maintained by hex in that same repository. The rest of the collection is listed on the hex/claude-council page.

  • How does Deep Execution compare to other AI Engineering skills?

    Deep Execution ranks #1855 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Deep Execution against them. Open each page to compare what they document and how they install.