为 AI coding agent(Claude Code / Codex CLI 等)打造的 Skill 分层路由树生成器。把臃肿的单体 Skill 拆分/聚合成 ROOT → ROUTER → SKILL 的树形结构,让 agen...
Copy the install, test the workflow, then decide if it earns a permanent slot.
Strong idea surface, weaker maintenance signal. Steal the pattern before you commit.
Copy the install, test the workflow, then decide if it earns a permanent slot.
Not hard to test, not trivial to unwind. Worth trying if it closes a sharp gap.
GitHub health unknown. no security policy. Archived repo plus maintenance drag means copy patterns, not the whole tool.
AI Agent
Multiple
Model
Claude
Build Time
Instant
Fastest way to find out if SkillTree belongs in your setup.
Copy the install command, run a real test, and back it out cleanly if it slows you down.
# Visit: https://github.com/maipianworni/SkillTreeRun this first. You will know quickly if the workflow earns a permanent slot.
# No automated removal — visit https://github.com/maipianworni/SkillTreeNo messy cleanup loop. If it misses, remove it and keep moving.
Install Location
~/ └─ .claude/ ├─ commands/ ├─ agents/ │ └─ skilltree/ ← installs here └─ settings.json
为 AI coding agent(Claude Code / Codex CLI 等)打造的 Skill 分层路由树生成器。把臃肿的单体 Skill 拆分/聚合成 ROOT → ROUTER → SKILL 的树形结构,让 agent 根据用户意图按需加载子能力,避免一次性塞满上下文。支持单 Skill 拆树、多 Skill 聚合(含歧义消解)、增量扩展三种模式,兼容.claude/skills 与.agent/skills 双路径约定,纯 Markdown + Bash,零依赖。