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

  1. Read the repo AGENTS.md.
  2. Check existing snapshots first:
    • opensrc list
    • cat opensrc/sources.json when present
  3. Prefer safe fetches that avoid repo mutation:
    • opensrc <package> --modify=false
    • opensrc pypi:<package> --modify=false
    • opensrc crates:<package> --modify=false
    • opensrc <owner>/<repo> --modify=false
  4. Inspect the fetched source path and cite exact files and versions when using it in analysis.
  5. Refresh snapshots after meaningful dependency upgrades if internals changed.

Use When

Related skills

More from bjornmelin/dev-skills

Installs
1
GitHub Stars
2
First Seen
Mar 19, 2026