Agent Skills
› solatis/claude-config
› deepthink
deepthink
GitHub用于处理开放式分析问题的结构化推理技能。当用户请求深度思考时,立即执行Python脚本启动思维工作流,禁止先探索或分析,直接运行并遵循脚本输出结果。
Trigger Scenarios
用户请求对开放式问题进行分析
用户需要结构化的推理过程
Install
npx skills add solatis/claude-config --skill deepthink -g -y
SKILL.md
Frontmatter
{
"name": "deepthink",
"description": "Invoke IMMEDIATELY via python script when user requests structured reasoning for open-ended analytical questions. Do NOT explore first - the script orchestrates the thinking workflow."
}
DeepThink
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invoke:
Do NOT explore or analyze first. Run the script and follow its output.
Version History
- 6e72bc2 Current 2026-07-11 17:17


