# Speccrew Knowledge Graph Write

> ---

- Skill: `charlesmu99/speccrew-knowledge-graph-write` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add charlesmu99/speccrew-knowledge-graph-write`
- Raw SKILL.md: https://api.skillmd.com/api/skills/charlesmu99/speccrew-knowledge-graph-write/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: charlesmu99 (https://skillmd.com/u/charlesmu99)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/charlesmu99/speccrew-knowledge-graph-write

---

﻿---
name: speccrew-knowledge-graph-write
description: Write, update, and initialize knowledge graph data (nodes, edges, index, metadata). Used by Dispatch Agent after receiving graphData from analysis skills. Handles batch writes, deduplication, index updates, and module initialization.
tools: Bash
---

# Trigger Scenarios
- "Write graphData from skill analysis result to graph"
- "Initialize graph structure for module {module}"
- "Batch add nodes and edges for module {module}"

## AgentFlow Definition
<!-- @agentflow: SKILL.xml -->
> **REQUIRED**: Before executing this workflow, read the XML workflow specification: speccrew-workspace/docs/rules/agentflow-spec.md
> Then read and execute the XML workflow in SKILL.xml block-by-block as the authoritative execution plan.

