semantic-tree-switch

Switch between different semantic trees to manage multiple contexts, projects, or reasoning threads.

Content Preview
---
tools:
  - read
  - write
  - edit
  - glob
arguments: $TREE_NAME
---

# Semantic Tree Switch

Switch between different semantic trees to manage multiple contexts, projects, or reasoning threads.

Based on the WFGY project: https://github.com/onestardao/WFGY

## Instructions

1. **List Available Trees**
   - If "$TREE_NAME" is empty or "list":
     * Scan `.wfgy/trees/` directory
     * Read tree metadata from each file
     * Display tree list with statistics
   - Read current active tree f
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/semantic-tree-switch.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/semantic/semantic-tree-switch.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/semantic/semantic-tree-switch.md

Related Skills