Agent skill
document-interconnection
Create bidirectional links between documents for knowledge management and second brain systems
Install this agent skill to your Project
npx add-skill https://github.com/ljchg12-hue/dotfiles/tree/main/skills/document-interconnection
SKILL.md
Document Interconnection Skill
Build interconnected document networks for knowledge management (Zettelkasten, Obsidian-style).
When to Use
- Personal knowledge management
- Research note-taking
- Wiki creation
- Second brain systems
Core Capabilities
- Bidirectional linking
- Backlink generation
- Link graph visualization
- Orphan detection
- Tag-based connections
- Automatic link suggestions
Linking Formats
# Obsidian/Roam style
[[Document Title]]
[[Document Title|Display Text]]
# Wiki style
[Document Title](path/to/document.md)
# Tags
#topic #project/name
# Aliases
---
aliases: [alternate name, another name]
---
Graph Structure
- Nodes: Documents
- Edges: Links between documents
- Clusters: Related topic groups
- Hubs: Highly connected documents
- Orphans: Unconnected documents
Tools
- Obsidian
- Logseq
- Roam Research
- Foam (VS Code)
- Zettlr
Best Practices
- Link atomically (one idea per note)
- Use descriptive link text
- Create index/MOC (Map of Content) notes
- Review and refactor links regularly
- Tag consistently
Resources
- Zettelkasten Method: https://zettelkasten.de/
- Obsidian: https://obsidian.md/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
random-selection
Randomly select items from lists using various algorithms for fair and unbiased selection
threat-hunting
Proactive threat detection using Sigma rules, IOCs, and behavioral analytics
auth-implementation-patterns
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Didn't find tool you were looking for?