Agent skill · Workflow & Productivity

teams-deep-analysis

Team-based deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "teams deep analysis", "team-based analysis", "collaborative analysis", or "teams-deep-analysis".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill teams-deep-analysis --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBashTaskTeamCreateTeamDeleteTaskCreateTaskUpdateTaskListTaskGetSendMessage
Path: skills/analysis/teams-deep-analysis/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

# Teams 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, workers explore independently, and a deep synthesizer merges findings with Bash-powered investigation. This skill can be invoked standalone or loaded by other skills as a reusable building block. ## Phase 1: Planning **Goal:** Perform codebase reconnaissance, generate dynamic focus areas, create the team, and assign tasks. 1. **Determine analysis context:** - If `$ARGUMENTS` is provided, use it as the analysis context (feature area, question, or general exploration goal) - If no arguments and this skill was loaded by another skill, use the calling skill's context - If no arguments and standalone invocation, set context to "general codebase understanding" - Set `PATH = current working directory` - Inform the user: "Exploring codebase at: `PATH`" with the analysis context 2. **Load skills for this phase** (standalone or within tools plugin only): - If invoked standalone or from within the tools plugin: - Read `${CLAUDE_PLUGIN_ROOT}/skills/project-conventions/SKILL.md` and apply i

What's inside
Steps it walks through
  1. Phase 1: Planning
  2. Phase 2: Focused Exploration
  3. Phase 3: Evaluation and Synthesis
  4. Step 1: Structural Completeness Check
  5. Step 2: Launch Synthesis
  6. Phase 4: Completion + Cleanup
  7. Error Handling
  8. Planning Phase Failure
  9. Partial Worker Failure
  10. Deep Synthesizer Failure
  11. General Failures
  12. Agent Coordination
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the teams-deep-analysis skill do?

Team-based deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "teams deep analysis", "team-based analysis", "collaborative analysis", or "teams-deep-analysis".

How do I install it?

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