janitor-discover
Installation
SKILL.md
Skill Discovery & Pre-Install Check
Combined entry point for finding skills on GitHub and for evaluating a specific skill (URL or local path) before installing it.
Overview
Replaces the v1.2 split between /janitor-search and /janitor-precheck. The dispatcher picks the right mode from the argument shape. Search results are relevance-gated (a repo must carry a skill signal in its name/description/topics) and ranked by relevance before stars, so generic mega-repos don't crowd out actual skills.
| Argument | Mode | What runs |
|---|---|---|
Keyword(s) like seo or n8n workflows |
Discovery | search.sh — find matching skills on GitHub |
--compare <skill-name> |
Comparison | search.sh --compare — find alternatives to a local skill |
Full URL: https://github.com/user/skill |
Pre-install check | precheck.sh — analyze before installing |
Short repo: user/skill |
Pre-install check | precheck.sh (auto-expanded to URL) |
Local path: ~/path/to/skill |
Pre-install check | precheck.sh (local folder) |
Pre-install mode runs two checks, not one: overlap against what's already installed, and
(since v1.6) a security scan of the candidate via security.sh — the same heuristics
/janitor-security uses on installed skills.