managing-parsers

Installation
SKILL.md

Managing parsers

Parser libraries download on demand the first time a language is used and are cached on disk. Manage that cache explicitly for offline work, CI prefetch, reproducible builds, or to reclaim space.

Note: parser cache management (download, clean, init) is done via the ts-pack CLI directly. The OpenCode tools expose only parse/process/info.

Prefetch (offline / CI)

Installs
1
GitHub Stars
27
First Seen
Aug 22, 2026
managing-parsers — xberg-io/plugins