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:

  1. Lookup against the installed version, never memory. Recognition is not a lookup. The version may have renamed / re-signatured / deprecated the symbol you remember.
  2. Cache to scratch/api/<lib>/<version>/<topic>.md so the next agent doesn't repeat the probe.
  3. Bundled references/ ≠ workspace cache. Bundled refs are durable workflow patterns; cache files are per-version extracts.

Next-step pointers

Installs
75
GitHub Stars
42
First Seen
May 17, 2026
python-api — probabl-ai/skills