
Sequential Thinking
- 8 installs
- 534 repo stars
- Updated August 4, 2026
- majiayu000/claude-skill-registry
Helps with ai & agent building tasks during AI-assisted development.
About
sequential-thinking is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- sequential-thinking
- AI & Agent Building
- AI-coding skill
Sequential Thinking by the numbers
- 8 all-time installs (skills.sh)
- Ranked #12,321 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/majiayu000/claude-skill-registry --skill sequential-thinkingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 534 |
| Last updated | August 4, 2026 |
| Repository | majiayu000/claude-skill-registry ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
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.
{
"name": "brain",
"repo": "andreibesleaga/GABBE",
"path": "agents/skills/brain/sequential-thinking.skill.md",
"category": "ai-llm",
"source": "github.com/andreibesleaga/GABBE",
"dir_name": "brain-andreibesleaga-gabbe-8",
"downloaded_at": "2026-02-22T06:16:34.793315Z",
"author": "andreibesleaga",
"source_url": "https://github.com/andreibesleaga/GABBE/blob/main/agents/skills/brain/sequential-thinking.skill.md",
"license": "NOASSERTION",
"copyright": "Copyright belongs to upstream author(s); see https://github.com/andreibesleaga/GABBE/blob/main/agents/skills/brain/sequential-thinking.skill.md",
"permission_note": "Restricted or unknown license. Do not treat as MIT; verify upstream permission before reuse.",
"distribution": "restricted",
"license_class": "restricted"
}Related skills
AI & Agent Buildingagents