dot_config/ai_templates/skills/distill/knowledge/nia-docs/SKILL.md
Explicitly triggered when the user mentions `nia-docs`. It browses documentation sites through that tool.
npx skillsauth add pascalandy/dotfiles nia-docsInstall 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.
Browse any documentation site via bash commands using npx nia-docs.
# Browse docs interactively
npx nia-docs "$DOC_URL"
# Execute a single command
npx nia-docs "$DOC_URL" -c "<command>"
The nia-docs CLI expects a DOC_URL environment variable pointing to the documentation site:
DOC_URL=
Set this before running any nia-docs commands.
npx nia-docs "$DOC_URL" -c "grep -rl 'topic' ."
npx nia-docs "$DOC_URL" -c "cat page-name.md"
npx nia-docs "$DOC_URL" -c "find . -name '*.md'"
npx nia-docs "$DOC_URL" -c "tree -L 1"
npx nia-docs "$DOC_URL"
. for relative pathsgrep, find, cat, tree, ls, head, tail, wc-c flag for non-interactive commands in scriptsnpx nia-docs --helpdevelopment
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.