semantic-tree-import

Import a previously exported semantic tree to restore memory, continue work, or share knowledge.

Content Preview
---
tools:
  - read
  - write
  - edit
  - bash
arguments: $FILENAME
---

# Semantic Tree Import

Import a previously exported semantic tree to restore memory, continue work, or share knowledge.

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

## Instructions

1. **Validate Import File**
   - Locate file: "$FILENAME" in `./exports/` or provided path
   - Detect format from extension or content:
     * `.txt`: Plain text WFGY export
     * `.json`: JSON structured export
   - Verif
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/semantic-tree-import.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/semantic/semantic-tree-import.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-import.md

Related Skills