node-docs
Installation
SKILL.md
Node Documentation Writer
Write original, beginner-friendly documentation for ComfyUI nodes. Each node is stored as an individual JSON file. Use the embedded docs as a reference source but always rewrite content — never copy-paste.
File Structure
Node data is split into per-node JSON files organized by section and category:
src/data/nodes/
_metadata.json — metadata + schema_version
comfy_nodes/<category>/<NodeName>.json — core ComfyUI nodes (476)
partner_nodes/<category>/<NodeName>.json — API/partner nodes (177)
subgraph_blueprints/<category>/<Name>.json — subgraph blueprints (36)
extensions/<category>/<NodeName>.json — extension nodes (1)