dot_config/ai_templates/skills/distill/liteparse/SKILL.md
Explicitly triggered when the user mentions `liteparse`. It parses documents and runs OCR locally.
npx skillsauth add pascalandy/dotfiles liteparseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Local, fast, dependency-light document parsing via the lit CLI. This meta-skill bundles user preferences, parsing commands, page screenshots, and install steps.
lykra-parseWhen the user provides a path, run one command:
lykra-parse <file-or-dir> # English (default)
lykra-parse <file-or-dir> --fr # French
lykra-parse is a wrapper at ~/.local/bin/lykra-parse (chezmoi-managed) that:
~/.config/liteparse/config.{en,fr}.jsonlit parse or lit batch-parse_lykra.txtDo not call lit directly unless the user asks for a non-default option (json output, page range, screenshots, etc.) — those go through Parse or Screenshot.
Do not prompt for format, language, DPI, or confirmation when a path is given. Run lykra-parse immediately. Only ask if the path is missing.
| Sub-skill | Purpose |
|---|---|
| Preferences | User defaults (lang, dpi, format, output suffix) stored in config.en.json / config.fr.json |
| Parse | Full lit parse / lit batch-parse reference and options |
| Screenshot | lit screenshot for rendering pages as images |
| Setup | Install LiteParse + LibreOffice + ImageMagick; upstream provenance |
| Trigger | Routes to |
|---|---|
| user gives a file or directory path | Preferences (execute immediately) |
| "json output", "page range", "bbox", "HTTP OCR server" | Parse |
| "screenshot pages", "render pages" | Screenshot |
| "install liteparse", "lit not found", "libreoffice", "imagemagick" | Setup |
Load references/ROUTER.md to determine which sub-skill handles this request.
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.