Agent skill · Workflow & Productivity

deep-analysis

Deep exploration and synthesis workflow using agent teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-agent-alchemy-6 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 24 KB
Bundled scripts: none
Requires: []
Path: skills/analysis/deep-analysis-sequenzia-agent-alchemy-6/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 Analysis Workflow Execute a structured exploration + synthesis workflow using agent teams with hub-and-spoke coordination. The lead performs rapid reconnaissance to generate dynamic focus areas, composes a team plan for review, workers explore independently, and a synthesizer merges findings with deep investigation. This skill can be invoked standalone or loaded by other skills as a reusable building block. Approval behavior is configurable. ## Settings Check **Goal:** Determine whether the team plan requires user approval before execution. 1. **Read settings file:** - Check if a configuration file exists for the project - If it exists, look for a `deep-analysis` section with these settings: - `direct-invocation-approval`: Whether to require approval when invoked directly (default: `true`) - `invocation-by-skill-approval`: Whether to require approval when loaded by another skill (default: `false`) - `cache-ttl-hours`: Hours before exploration cache expires; 0 disables caching (default: `24`) - `enable-checkpointing`: Write session checkpoints at phase boundaries (default: `true`) - `enable-progress-indicators`: Display phase progress messages (default: `true`) 2. **Determine

What's inside
Steps it walks through
  1. Settings Check
  2. Phase 0: Session Setup
  3. Step 1: Exploration Cache Check
  4. Step 2: Interrupted Session Check
  5. Step 3: Initialize Session Directory
  6. Phase 1: Reconnaissance & Planning
  7. Phase 2: Review & Approval
  8. If REQUIREAPPROVAL = false
  9. If REQUIREAPPROVAL = true
  10. Phase 3: Team Assembly
  11. Phase 4: Focused Exploration
  12. Monitoring Loop
  13. Phase 5: Evaluation and Synthesis
  14. Step 1: Structural Completeness Check
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-analysis skill do?

Deep exploration and synthesis workflow using agent teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-agent-alchemy-6 --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