Think
Toggle thinking-tree recording mode on/off. When enabled, a background recorder evaluates each conversation turn and writes insights to ~/.thinking-tree/.From its SKILL.md
npx -y skills add CoralLips/thinking-tree --skill thinkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `node "$(echo '<base-directory>/../../scripts/think-toggle.js' | tr '\\' '/')"`.
SKILL.md
0.5 KB, 108 tokens by cl100k_base, as published. Nobody here has run it
切换思考模式
脚本位于本 skill 的 ../../scripts/think-toggle.js(相对于本文件目录)。
用系统给出的 Base directory for this skill 构造绝对路径,运行一次 bash 即可:
node "$(echo '<base-directory>/../../scripts/think-toggle.js' | tr '\\' '/')"
原样输出脚本的 stdout,不要额外解释。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.