semantic-node-build

Create and record semantic nodes in the active WFGY tree to capture reasoning insights and maintain memory.

Content Preview
---
tools:
  - read
  - write
  - edit
  - grep
arguments: $TOPIC
---

# Semantic Node Builder

Create and record semantic nodes in the active WFGY tree to capture reasoning insights and maintain memory.

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

## Instructions

1. **Prepare Node Context**
   - Parse topic from "$TOPIC" or auto-detect from context
   - Read active tree from `.wfgy/trees/active_tree.json`
   - Load previous node for reference
   - Get current context from `.
How to Use

Recommended: Install to project (local)

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

Related Skills