What problem does it solve? Managing a hierarchical markdown document store requires consistent, safe operations. This Skill provides structured scripts for all document CRUD operations, eliminating the risk of raw SQL errors and ensuring the UI stays in sync after every change. ## Core Features & Use Cases - Full Document CRUD: Create, read, update, and delete documents with title, markdown content, icons, and parent-child hierarchy via dedicated pnpm action scripts. - Surgical Editing: Use edit-document with search-and-replace for small changes instead of rewriting entire documents, saving tokens and reducing errors. - Tree Navigation & Search: List documents as a tree or search by title and content with snippets, then fetch full bodies only when needed. - Use Case: A user asks to fix a typo in their meeting notes. You run search-documents to find the page, edit-document --find "teh" --replace "the" to fix it, and refresh-list to update the sidebar. ## Quick Start Ask the agent to create a new document titled "Meeting Notes" with some markdown content and show the updated document tree.