sequential-thinking by mrgoonie/claudekit-skills
npx skills add https://github.com/mrgoonie/claudekit-skills --skill sequential-thinking通过具备修订和分支能力的迭代推理,实现结构化问题解决。
在以下情况使用 mcp__reasoning__sequentialthinking:
不适用于:简单查询、直接事实或单步任务。
MCP 工具 mcp__reasoning__sequentialthinking 接受以下参数:
thought (string):当前的推理步骤nextThoughtNeeded (boolean):是否需要更多推理广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
thoughtNumber (integer):当前步骤编号(从 1 开始)totalThoughts (integer):估计所需的总步骤数isRevision (boolean):指示此步骤是否修订了先前的思考revisesThought (integer):正在重新考虑哪个思考步骤编号branchFromThought (integer):从哪个思考步骤编号进行分支branchId (string):此推理分支的标识符1. 从初始思考开始 (thoughtNumber: 1)
2. 对于每个步骤:
- 在 `thought` 中表达当前推理
- 通过 `totalThoughts` 估计剩余工作量(动态调整)
- 设置 `nextThoughtNeeded: true` 以继续
3. 当得出结论时,设置 `nextThoughtNeeded: false`
// 第一个思考
{
thought: "问题涉及优化数据库查询。首先需要识别瓶颈。",
thoughtNumber: 1,
totalThoughts: 5,
nextThoughtNeeded: true
}
// 第二个思考
{
thought: "分析查询模式发现用户获取中存在 N+1 问题。",
thoughtNumber: 2,
totalThoughts: 6, // 调整了范围
nextThoughtNeeded: true
}
// ... 继续直到完成
关于修订模式、分支策略和复杂工作流程,请参阅:
totalThoughts 进行粗略估计,随着进展进行优化每周安装量
560
代码仓库
GitHub 星标数
1.9K
首次出现
2026 年 1 月 22 日
安全审计
安装于
opencode490
gemini-cli471
codex454
github-copilot426
cursor418
amp377
Enables structured problem-solving through iterative reasoning with revision and branching capabilities.
Use mcp__reasoning__sequentialthinking when:
Don't use for : Simple queries, direct facts, or single-step tasks.
The MCP tool mcp__reasoning__sequentialthinking accepts these parameters:
thought (string): Current reasoning stepnextThoughtNeeded (boolean): Whether more reasoning is neededthoughtNumber (integer): Current step number (starts at 1)totalThoughts (integer): Estimated total steps neededisRevision (boolean): Indicates this revises previous thinkingrevisesThought (integer): Which thought number is being reconsideredbranchFromThought (integer): Thought number to branch frombranchId (string): Identifier for this reasoning branch1. Start with initial thought (thoughtNumber: 1)
2. For each step:
- Express current reasoning in `thought`
- Estimate remaining work via `totalThoughts` (adjust dynamically)
- Set `nextThoughtNeeded: true` to continue
3. When reaching conclusion, set `nextThoughtNeeded: false`
// First thought
{
thought: "Problem involves optimizing database queries. Need to identify bottlenecks first.",
thoughtNumber: 1,
totalThoughts: 5,
nextThoughtNeeded: true
}
// Second thought
{
thought: "Analyzing query patterns reveals N+1 problem in user fetches.",
thoughtNumber: 2,
totalThoughts: 6, // Adjusted scope
nextThoughtNeeded: true
}
// ... continue until done
For revision patterns, branching strategies, and complex workflows, see:
totalThoughts, refine as you progressWeekly Installs
560
Repository
GitHub Stars
1.9K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode490
gemini-cli471
codex454
github-copilot426
cursor418
amp377
专业SEO审计工具:全面网站诊断、技术SEO优化与页面分析指南
57,600 周安装
OpenAPI 转 TypeScript 工具 - 自动生成 API 接口与类型守卫
563 周安装
数据库模式设计器 - 内置最佳实践,自动生成生产级SQL/NoSQL数据库架构
564 周安装
Rust Unsafe代码检查器 - 安全使用Unsafe Rust的完整指南与最佳实践
564 周安装
.NET并发编程模式指南:async/await、Channels、Akka.NET选择决策树
565 周安装
韩语语法检查器 - 基于国立国语院标准的拼写、空格、语法、标点错误检测与纠正
565 周安装
技能安全扫描器 - 检测Claude技能安全漏洞,防范提示注入与恶意代码
565 周安装