Agent skill

sequential-thinking

(ePost) Use when facing a complex problem that needs step-by-step breakdown, branching analysis, or iterative reasoning

majiayu000github.com/majiayu000GitHub ↗
copilotclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/sequential-thinking-klara-copilot-epost-agent-kit/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

# 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

What's inside
Steps it walks through
  1. Purpose
  2. When Active
  3. Expertise
  4. Core Patterns
  5. Thought Structure
  6. When to Use
  7. Patterns
  8. Hypothesis Testing
  9. Best Practices
  10. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going