Agent skill · AI & Agents

Deep Analysis

Advanced problem-solving skill using sequential thinking. Use for complex architectural decisions, debugging hard problems, or planning.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-analysis-verridian-ai-life-os-pulse-banner-3 --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/analysis/deep-analysis-verridian-ai-life-os-pulse-banner-3/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 Skill This skill grants access to the `sequentialthinking` tool. Use this when you need to "break down" a problem before acting. ## When to use - Debugging a complex race condition or "impossible" bug. - Planning a large-scale refactor. - Analyzing security implications of a change. - When the user asks "What do you think?" or "Analyze this". ## Available Tools (Context Loaded) - `mcp_sequential-thinking_sequentialthinking`: A tool that allows you to have an internal monologue/thought process. You can update your hypothesis, revise thoughts, and branch your thinking. ## Best Practices 1. **Don't rush**: Use multiple thought steps (`totalThoughts` > 5) for hard problems. 2. **Revise**: If a thought turns out to be wrong, use the `isRevision` flag to correct yourself. 3. **Hypothesis**: Always state a working hypothesis early in the thought chain. ## Example Workflow 1. User: "Why is the auth service crashing?" 2. Agent: Calls `sequentialthinking` with `thought="Initial hypothesis: DB connection pool exhaustion..."`. 3. Agent: Calls `sequentialthinking` with `thought="Checking logs..."` and `needsMoreThoughts=true`. 4. ... (After 5-10 thoughts) ... 5. Agent: "The issu

What's inside
Steps it walks through
  1. When to use
  2. Available Tools (Context Loaded)
  3. Best Practices
  4. Example Workflow
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Deep Analysis skill do?

Advanced problem-solving skill using sequential thinking. Use for complex architectural decisions, debugging hard problems, or planning.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-analysis-verridian-ai-life-os-pulse-banner-3 --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