One Click Context
I was tired of LLMs always insisting on being wrong when it came to function names in different python modules, especially less popular modules. Thus I created a custom command for claude code to scrape relevant function names and save the docstring to context. Saved me some arguing with claude, hope it saves you some time too!
Looking to build this into a full extension for VSCode + Cursor (since claude code is wayyyy to expensive for a college student). The idea is a user could click on an import and instantly add relevant documentation to their context window, thus the name One Click Context.
Very simple quick project please don't pay me any money (but stay tuned?).
Download zip and add it to your .claude/commands/ folder! Zip includes command file (oneclickcontext.md) and actual scraping script (digest_manager.py).