Agent skill

sequential-thinking

Break down complex problems into a step-by-step chain of thought for better reasoning

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill brain-andreibesleaga-gabbe-8 --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/ai-llm/brain-andreibesleaga-gabbe-8/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 ## Goal Solve complex problems by breaking them down into small, logical steps. This prevents "jumping to conclusions" and reduces hallucination. ## Steps 1. **Decompose** - Break the user's request into atomic components. - List what you know, what you assume, and what you need to find out. 2. **Plan** - Outline a linear sequence of steps to solve the problem. - Example: Research -> Hypothesis -> Limit Test -> Implement -> Verify. 3. **Execute Step-by-Step** - Validating each step before moving to the next. - If a step fails or reveals new info, update the Plan. 4. **Review & Sythesize** - Review your chain of reasoning. Does the conclusion logically follow? - Formulate the final answer based on the verified steps. ## Constraints - Do NOT output the final answer until the thinking process is complete. - Be explicit about uncertainty ("I am 80% confident that..."). - Use `<thinking>` blocks if supported by the interface, otherwise clear headers.

What's inside
Steps it walks through
  1. Goal
  2. Steps
  3. Constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the sequential-thinking skill do?

Break down complex problems into a step-by-step chain of thought for better reasoning

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill brain-andreibesleaga-gabbe-8 --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