mdzilla
Installation
SKILL.md
mdzilla
Markdown documentation browser for terminal and agents. Fetches and renders docs from local dirs, GitHub, npm, HTTP, and llms.txt.
CLI
npx mdzilla <source> [query] [options]
Sources
| Source | Syntax | Notes |
|---|---|---|
| Local dir | mdzilla ./docs |
Scan local docs directory |
| File | mdzilla README.md |
Render single markdown file |
| GitHub | mdzilla gh:owner/repo |
Looks for docs/ in repo |
| npm | mdzilla npm:package-name |
Downloads package, reads docs |
| HTTP | mdzilla https://example.com |
Tries /llms.txt, then markdown negotiation, then HTML→markdown |