Think
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.
One thing 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.
What its author says it does
Copied from the file, not written here
Toggle thinking-tree recording mode on/off. When enabled, a background recorder evaluates each conversation turn and writes insights to ~/.thinking-tree/.
SKILL.md
0.5 KB, 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,不要额外解释。