What problem does it solve?
Without this skill, Claude struggles to navigate large Denote-based Personal Knowledge Management (PKM) systems, understand complex Org-mode structures, and efficiently manage thousands of interlinked notes. This leads to slow searches, token-heavy operations, and errors in knowledge graph traversal or code execution. This skill provides Claude with the specialized domain knowledge and executable tools to automate these complex tasks, saving you significant time and reducing cognitive load.
Core Features & Use Cases
- Denote Knowledge Management: Efficiently find files by ID or tags, resolve
[[denote:ID]] links, and manage multiple knowledge silos (e.g., ~/org/, ~/claude-memory/).
- Knowledge Graph Navigation: Build and traverse knowledge graphs across thousands of Org files, revealing hidden connections and insights within your personal knowledge base.
- Literate Programming: Safely execute Org-mode code blocks with
:tangle and :results options, automating tasks directly within your notes and ensuring structural integrity.
- Use Case: Ask Claude to "Find all files linked to 20251021T105353" or "Execute the bash blocks in this Org file" to instantly get results and automate complex knowledge operations across your 3,000+ file PKM system.
Quick Start
To find a Denote file by its identifier in your main Org silo:
from scripts.denote_finder import find_denote_file
filepath = find_denote_file("20251021T105353", silos=["~/org/"])
# Returns: ~/org/llmlog/20251021T105353--full-filename.org