bms:dependency-evaluator

Installation
SKILL.md

Dependency Evaluator

Evaluate whether an external GitHub repository is worth adopting for the current project. This skill is advisory only -- it does not install or modify anything.

Instructions

1. Get the GitHub repo URL

Ask the user for the GitHub repository URL if one has not already been provided. The URL should be in the format https://github.com/<owner>/<repo>.

If the user provides something other than a GitHub URL, stop and explain that this skill only evaluates GitHub repositories.

2. 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:

Related skills
Installs
1
GitHub Stars
68
First Seen
Apr 1, 2026