在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用GitHub 仓库
issue-tree
issue-tree 收录了来自 pascalwhoop 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
已收集 skills
2
Stars
0
更新
2026-01-12
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
init-problem-tree
管理分析师
Initialize a new problem tree for recursive problem solving. Use when the user wants to set up a new problem to solve using the tree decomposition approach.
2026-01-12
solve-node
管理分析师
Analyzes a single problem tree node and either decomposes it into sub-problems OR solves it directly. Never handles multiple nodes or siblings.
2026-01-12