document-editing

Installation
SKILL.md

Document Editing

Documents are stored in the SQL database via Drizzle ORM. Each document has a title, markdown content, optional parent (for nesting), and a position for ordering.

Scripts

Always use the dedicated scripts for document operations. Never use raw db-exec SQL.

list-documents

List document metadata in a tree structure. This intentionally does not return full document bodies; call get-document for the one document you need to read.

pnpm action list-documents
pnpm action list-documents --format json

search-documents

Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
document-editing — builderio/agent-native