graph-builder
3
总安装量
3
周安装量
#57689
全站排名
安装命令
npx skills add https://github.com/smixs/agent-second-brain --skill graph-builder
Agent 安装分布
amp
3
gemini-cli
3
claude-code
3
github-copilot
3
codex
3
kimi-cli
3
Skill 文档
Graph Builder
Analyze vault link structure and build meaningful connections between notes.
Use Cases
- Analyze â Statistics and insights about vault graph
- Find Orphans â Notes without incoming/outgoing links
- Suggest Links â AI-powered connection recommendations
- Add Links â Batch link creation based on content analysis
- Visualize â Export graph data for visualization
Quick Commands
| Command | Action |
|---|---|
/graph analyze |
Full vault analysis with stats |
/graph orphans |
List unconnected notes |
/graph suggest |
Get link suggestions |
/graph add |
Apply suggested links |
Analysis Output
ð Vault Graph Analysis
Total notes: 247
Total links: 892
Orphan notes: 12
Most connected: [[MEMORY]] (47 links)
Weakest domain: learnings/ (avg 1.2 links/note)
ð Suggested connections:
⢠[[Project A]] â [[Client X]] (mentioned 5x)
⢠[[Idea B]] â [[MOC/Ideas]] (category match)
Domain Configuration
Domains are configured in references/domains.md. Default structure:
- daily/ â Daily journal entries
- thoughts/ â Processed ideas, reflections, learnings
- goals/ â Goal cascade files
- MOC/ â Maps of Content (index pages)
- projects/ â Project notes
Link Building Strategy
- Entity extraction â Find mentions of existing notes
- Category mapping â Connect notes to relevant MOCs
- Temporal links â Link daily entries to related thoughts
- Cross-domain â Bridge domains (project â goal â daily)
Scripts
scripts/analyze.pyâ Graph statistics and orphan detectionscripts/add_links.pyâ Batch link insertion
References
references/domains.mdâ Domain definitions and rulesreferences/frontmatter.mdâ Frontmatter schema for notes
Output Format
Reports use plain markdown (for vault notes) or HTML (for Telegram).
For vault: Standard markdown with [[wiki-links]] For Telegram: HTML tags (b, i, code only)