Opensrc

Give coding agents the actual source code of any dependency. `opensrc path <pkg>` shallow-clones a package at the right version and caches it locally, printing a path you can grep/read — for npm, PyPI, crates.io, and GitHub/GitLab/Bitbucket repos. Use when you need to read a library's real implementation (not just docs) to understand internals, verify behavior, find an undocumented API, debug a dependency, or check what changed between versions. Compose with ripgrep/cat/find.

stanfish06 Updated

File contents

stanfish06/skillquarium/tree/main/skills/opensrc commit aa4435d31f

Frequently asked questions

npx skillmds@latest add stanfish06/opensrc