Agent skill
janitor-search
Search GitHub for new skills to install
Install this agent skill to your Project
npx add-skill https://github.com/khendzel/skills-janitor/tree/main/skills/janitor-search
Metadata
Additional technical details for this skill
- version
- 1.0.0
SKILL.md
Skill Discovery
Search GitHub for Claude Code skills by keyword.
How to Run
bash ~/.claude/skills/skills-janitor/scripts/search.sh <keyword> [--limit N] [--json]
<keyword>- required search term (e.g., "marketing", "deployment", "testing")--limit N- max results (default: 10)--json- raw JSON output
How It Works
- Searches GitHub repos matching
{keyword} claude skillin name/description/README - Also searches by topic tag
claude-code - Cross-references results against your installed skills and plugins
- Marks each result as
INSTALLEDorAVAILABLE
Example Output
=== Skills Janitor - Skill Discovery ===
Search: "marketing"
# Repository Stars Updated Status
1 coreyhaines31/marketingskills 1,234 2026-03-15 INSTALLED
2 acme/marketing-automation 456 2026-03-10 AVAILABLE
3 user/claude-marketing-seo 89 2026-02-28 AVAILABLE
Total: 3 results (1 installed, 2 available)
Rate Limits
- Unauthenticated: 60 requests/hour (repo search only)
- Set
GITHUB_TOKENenv var for 5,000 requests/hour + code search - Results are cached for 24 hours in
data/search-cache.json
Related Skills
- For comparing your skills against alternatives:
/janitor-compare - For checking which skills you actually use:
/janitor-usage - For full inventory of installed skills:
/janitor-audit
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
janitor-check
Check skills for errors and missing info
janitor-audit
Show all your installed skills
janitor-duplicates
Find duplicate skills that do the same thing
janitor-compare
Compare your skill with similar ones on GitHub
janitor-report
Full health check of all your skills in one report
janitor-cleanup
Find and remove broken skills
Didn't find tool you were looking for?