semantic-tree-init

Create a new semantic tree for persistent memory storage and reasoning tracking in the WFGY system.

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

# Semantic Tree Initialization

Create a new semantic tree for persistent memory storage and reasoning tracking in the WFGY system.

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

## Instructions

1. **Parse Tree Configuration**
   - Extract tree name from "$TREE_NAME" (default: "A Tree" if empty)
   - Validate name (alphanumeric, spaces, underscores allowed)
   - Check for existing tree with same name
   
How to Use

Recommended: Install to project (local)

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

Related Skills