sequential-thinking
(ePost) Use when facing a complex problem that needs step-by-step breakdown, branching analysis, or iterative reasoning
npx skills add majiayu000/claude-skill-registry --skill sequential-thinking-klara-copilot-epost-agent-kit --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Sequential Thinking Skill ## Purpose Structured step-by-step analysis for complex problems. ## When Active Use for debugging, test planning, architecture decisions, root cause analysis. ## Expertise ### Core Patterns #### Linear Decomposition Break problem into ordered steps. Each step builds on previous. #### Branching Analysis Explore multiple paths. Evaluate each independently. #### Revision Loop After reaching conclusion, revisit assumptions. Check for gaps. ### Thought Structure 1. State the problem clearly 2. List known facts 3. Identify unknowns 4. Form hypothesis 5. Test hypothesis with evidence 6. Revise if needed 7. State conclusion with confidence level ### When to Use - **Debugging**: Trace execution flow step by step - **Testing**: Identify all paths that need coverage - **Architecture**: Evaluate trade-offs systematically - **Root Cause**: Follow evidence chain to source - **Design**: Think through all edge cases ## Patterns ### Hypothesis Testing ``` Hypothesis: [Your guess] Evidence for: [Supporting facts] Evidence against: [Contradicting facts] Conclusion: [Accept/Reject/Uncertain] ``` ## Best Practices - Write your thinking, don't keep it mental - Verify each st
- Purpose
- When Active
- Expertise
- Core Patterns
- Thought Structure
- When to Use
- Patterns
- Hypothesis Testing
- Best Practices
- Related Skills
What does the sequential-thinking skill do?
(ePost) Use when facing a complex problem that needs step-by-step breakdown, branching analysis, or iterative reasoning
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill sequential-thinking-klara-copilot-epost-agent-kit --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.
