What problem does it solve? Agents frequently fail to run the fux documentation index because the CLI is not on PATH, then silently fall back to grep or invent answers. This Skill ensures the fux command is resolved correctly from any environment and that queries use the right verb with structured JSON output. ## Core Features & Use Cases - Command Resolution Ladder: Probes four invocations (fux, uv run fux, ./.venv/bin/fux, python -m fux) with --version to find a working CLI without activating virtualenvs or installing anything. - Verb Selection: Routes questions to ask, find, answer, explain, graph, path, or lexical based on whether you need ranked documents, cited line ranges, or document relationships. - Vocabulary-Gap Recovery: Detects thin results via the confidence band and retries with corpus vocabulary, --expand passages, or fused multi-question queries. - Use Case: An agent asked "how do we roll back a release" finds fux not on PATH, resolves it via ./.venv/bin/fux, runs fux ask with --json, and reports ranked documents with freshness verdicts instead of guessing. ## Quick Start Resolve the fux command using the four-rung ladder, then run fux ask with your question and the --json flag to get ranked documentation results.