>- degree, components, hubs, bridges and clusters, with what each number means for retrieval. Use this skill when the user asks about the health or structure of their graph, wants metrics, asks which pages are most connected or most isolated, or asks whether the vault is fragmented. Do NOT use for fixing what it finds, which is second-brain-lint, or for answering a content question.
npx skills add https://github.com/undefined-ui/second-brain-os --skill second-brain-graph
The graph is the search space every answer is drawn from. Its shape decides
whether retrieval reaches the relevant material in a few hops or reaches nothing.
Report shape and what it means, never fix anything. This skill is read-only.
scripts/vault_stats.py forcounts and degree, scripts/link_check.py for orphans and breaks,
scripts/graph_export.py when deeper analysis is wanted.
stale-page rate.
(pages connecting otherwise separate clusters).
reliably different from what the user would say it is about.
Pages <n> | links <n> | avg degree <n>
Orphan rate <n>% (healthy under 5)
Components <n> (main holds <n>%)
Stale concepts <n>% (untouched 90+ days)
Hubs: <pages with outsized degree, and whether to split them>
Bridges: <pages connecting clusters, and what breaks if they are wrong>
Clusters: <what the vault is actually about>
What this means: <two or three sentences>
Never report page count or word count as a health signal. Both rise whether the
vault is improving or not.
A single reading says little. If the user has recorded previous numbers, compare
against them; if not, suggest recording these.
Take undefined-ui/second-brain-graph from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.