sauronnitin

SkillScout

[github.com/sauronnitin/skillscout](https://github.com/sauronnitin/skillscout)

sauronnitin 0 Updated 1mo ago

Resources

15
GitHub

Install

npx skillscat add sauronnitin/skillscout

Install via the SkillsCat registry.

SKILL.md

SkillScout

Autonomous agent that learns your workflow and keeps your AI assistant futureproof.

What it does

SkillScout watches the live web for new AI tools, skills, MCP servers, and plugins — then tells you exactly which ones to install based on your actual workflow. It reads your CLAUDE.md and memory files to understand who you are, scans multiple sources in parallel, and generates a cited report with relevance scores and reasoning tailored to you.

Install

git clone https://github.com/sauronnitin/skillscout ~/.claude/skills/skillscout
cd ~/.claude/skills/skillscout && npm install

Set up your .env (copy from .env.example, add TinyFish + Redis keys), then:

node index.js

Usage in Claude Code

After running, open cited.md for your personalized recommendations. Install any tool with:

node install.js <tool-name>

Requirements

Source

github.com/sauronnitin/skillscout