The Usage block at the top of graphify/skill.md (and the sibling skill-*.md variants) says:
/graphify # full pipeline on current directory → Obsidian vault
but Step 6 in the same file specifies the opposite default:
Generate HTML always (unless --no-viz). Obsidian vault only if --obsidian was explicitly given — skip it otherwise, it generates one file per node.
The usage comment predates the opt-in change and now tells agents that a bare /graphify produces an Obsidian vault by default. Suggested fix: change the comment to something like # full pipeline on current directory (HTML viz; add --obsidian for a vault).
Found while auditing installed skills (installed via graphify install --platform claude, so local edits get overwritten on update — hence the upstream report).
The Usage block at the top of
graphify/skill.md(and the siblingskill-*.mdvariants) says:but Step 6 in the same file specifies the opposite default:
The usage comment predates the opt-in change and now tells agents that a bare
/graphifyproduces an Obsidian vault by default. Suggested fix: change the comment to something like# full pipeline on current directory (HTML viz; add --obsidian for a vault).Found while auditing installed skills (installed via
graphify install --platform claude, so local edits get overwritten on update — hence the upstream report).