opensrc-inspect
Installation
SKILL.md
Opensrc Inspect
Use this skill when source-level dependency inspection is materially useful and API docs alone are not enough.
Workflow
- Read the repo
AGENTS.md. - Check existing snapshots first:
opensrc listcat opensrc/sources.jsonwhen present
- Prefer safe fetches that avoid repo mutation:
opensrc <package> --modify=falseopensrc pypi:<package> --modify=falseopensrc crates:<package> --modify=falseopensrc <owner>/<repo> --modify=false
- Inspect the fetched source path and cite exact files and versions when using it in analysis.
- Refresh snapshots after meaningful dependency upgrades if internals changed.