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


