bms:dependency-evaluator

Installation
SKILL.md

Dependency Evaluator

Evaluate whether an external GitHub repository is worth adopting for the current project.

Instructions

1. Fetch the dependency details

Gather information about the dependency from two sources:

README and docs -- Use WebFetch to retrieve the repository's README. Read it thoroughly to understand what the tool does, how it works, and what problems it solves.

Repository metadata -- Use the gh CLI to fetch structured metadata:

gh repo view <owner>/<repo> --json name,description,primaryLanguage,stargazerCount,forkCount,licenseInfo,latestRelease,pushedAt,createdAt,isArchived

From these sources, establish:

Installs
2
GitHub Stars
68
First Seen
Apr 1, 2026
bms:dependency-evaluator — benmatselby/dotfiles