BenettiFabio/DocScript — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python command line tool for managing a markdown documentation vault. I want to be able to drop it into a notes repo, run an init command, and have it create a clean vault structure with main index files, assets folders, and config folders for templates, yaml files, and lua filters.

The tool should help people keep notes organized by topic, with lowercase file names and clear paths, then use pandoc to turn one note, a custom list of notes, or a whole vault into PDF and TeX files in the right order based on the main index. It should also support a shared knowledge bank mode for collaborators, with files for collaborators, a main shared index, and a custom document.

Please include sensible default config files, a help command, basic error messages, and documentation that explains how to initialize a personal vault, initialize a shared bank, add notes, add assets, and compile documents.

Want more depth? Deep Reverse