npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

talent-scout

v1.11.7

Published

Claude Code plugin for talent scouting — discovers, scores, and tracks pre-founders using LinkedIn intelligence and OSINT enrichment.

Downloads

533

Readme

talent-scout

A Claude Code plugin that discovers, scores, and tracks pre-founders using LinkedIn intelligence and OSINT enrichment. Built for seed-stage cybersecurity funds focused on Israeli pre-founders.

Talent Scout Dashboard

What It Does

  • Scout -- Search LinkedIn for pre-founder signals: post-exit cooldown, vesting cliffs, stealth founding activity.
  • Assess -- Enrich candidates across OSINT sources, score them on 8 dimensions, assign tiers (T1/T2/T3)
  • Track -- Manage your pipeline with deep-dive reports, network expansion, and a React dashboard

Install

Requirements: Claude Code with plugin support, Node.js 18+, LinkdAPI key

claude plugin marketplace add https://github.com/matantsach/talent-scout.git
claude plugin install talent-scout@talent-scout

Restart Claude Code after installing.

On first launch, the talent-scout init wizard prompts for your LinkdAPI key in chat -- paste it when asked. The key is stored locally at ~/.talent-scout/.env (chmod 600). See Set Up below, then verify:

> run doctor

Set Up

On first use, a setup wizard walks you through your investment thesis, scoring persona, rubric weights, and search vectors. Takes 2-3 minutes. Nothing writes to disk until you confirm.

This creates ~/.talent-scout/ with your pipeline data, git-versioned locally.

See the full Getting Started guide for details.

Use It

Talk to Talent Scout in natural language:

| What you want | What to say | |---|---| | Run a scouting session | start scouting | | Find specific candidates | find 8200 alumni at acquired companies | | Check pipeline status | what's the status | | Deep-dive a candidate | deep dive Idan Ninyo | | Reach out | contact Assaf Rappaport | | Research a market | research cloud security in Israel | | Run diagnostics | run doctor |

Every command also has a direct skill: /talent-scout:orchestrator, /talent-scout:scout, etc.

Dashboard

Browse your pipeline, compare candidates, and manage outreach in the React dashboard:

cd /path/to/talent-scout/dashboard
npm run start

Open localhost:3847. The dashboard reads live from ~/.talent-scout/.

See the Dashboard Guide for a full walkthrough.

Architecture

| Component | Purpose | |---|---| | Skills (11) | orchestrator, scout, debrief, init, ts-interview, outreach, research, doctor, deep-dive, expand, manage | | Agents (5) | assess, deep-dive, enrich, expand, research-companies | | MCP Servers (2) | Pipeline (data persistence) + LinkdAPI (LinkedIn data) | | Dashboard | React 19 + Express + Tailwind v4 |

Documentation

Troubleshooting

> run doctor

Checks dependencies, MCP servers, data directory, and API connectivity. Auto-fixes what it can.

See Troubleshooting for common issues.

License

MIT