Install any skill in seconds. Free to start, no credit card required.
Get Started Free →When writing code against an external library, framework, SDK, or API, look up its CURRENT documentation with the context7 MCP tools instead of relying on memory. Use whenever you import/call a third-party package or hit an unfamiliar or fast-moving API.
.claude/skills/duckbugio-library-docs-lookup/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✓→✓ | = Same ✓ | -3% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 11% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 64% | 0% |
| case-01 | ✗→✗ | = Same ✗ | -60% | 0% |
| case-02 | ✗→✗ | = Same ✗ | -76% | 0% |
Training data goes stale: library APIs, method signatures, config keys, and best practices change between versions. Guessing them is a top source of subtly-wrong code. When you touch an external library/framework/SDK/API, get the CURRENT docs.
The context7 MCP server is available. Use its tools:
resolve-library-id — resolve the library name (e.g. "tauri","centrifuge-go", "react-query") to its context7 id.
get-library-docs — fetch the up-to-date docs for that id, scoped to thetopic/symbol you need (the specific hook, method, or config option).
Pull the version the project actually depends on — check go.mod / package.json / Cargo.toml / requirements.txt — not "latest", when they differ.
Prefer one focused docs lookup over a wrong guess you then have to debug.
Other measured skills in the registry, with their headline benchmark lift.