python-api
Installation
SKILL.md
python-api
Discover the public API of any installed Python package, cache what matters, never trust training-data memory.
Three durable rules:
- Lookup against the installed version, never memory. Recognition is not a lookup. The version may have renamed / re-signatured / deprecated the symbol you remember.
- Cache to
scratch/api/<lib>/<version>/<topic>.mdso the next agent doesn't repeat the probe. - Bundled
references/≠ workspace cache. Bundled refs are durable workflow patterns; cache files are per-version extracts.