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


