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

jobhunt-skill

v1.0.1

Published

Claude Code skill: scan job portals, rank against your CV, build tailored application packages.

Downloads

55

Readme

jobhunt

Wake up to ready job applications.

A Claude Code skill that scans job portals, ranks openings against your CV, and builds tailored application packages — CV + cover letter + interview prep — for the top matches each morning.

CI MIT

What it does

Each morning, jobhunt:

  1. Scans ~20 portals (Ashby, Greenhouse, Lever + cross-portal queries)
  2. Ranks new openings against your CV
  3. Builds the top 5 application packages — tailored CV, cover letter, mock-interview prep — in ~/.jobhunt/company/

You wake up to 5 folders, review them, submit the ones worth submitting.

Quickstart

There are two ways to install jobhunt:

Method 1: NPM Auto-Installer (Recommended)

You can install jobhunt via NPM. It will automatically detect your local Claude configuration and install the skill seamlessly:

$ npm install -g jobhunt-skill
$ npx jobhunt-skill

Method 2: Manual / npx skills add

If you are already familiar with the community skills manager, you can use it:

$ npx skills add github.com/Nyx-abu/jobhunt

After installation, run the setup wizard:

$ /jobhunt setup
  > Country? US
  > CV file path? ./resume.pdf
  > Target roles? Junior backend, AI engineer
  > Experience? junior
  > Salary floor? [40000] <enter>
  > Skip tiers? none
  > Cloud cron? later
  Setup complete. Run /jobhunt morning.

$ /jobhunt morning
  Scanning 47 portals... 38 openings found.
  Ranking top 5 against your CV...
  Building applications:
    ✓ langchain-fse-langsmith   8.1/10  ~$50-65K
    ✓ resend-platform-eng       7.9/10  ~$60-80K
    ✓ inngest-applied-ai        7.8/10  unknown
    ✓ pinecone-swe-rag          7.5/10  ~$45-60K
    ✓ supabase-edge-functions   7.4/10  ~$50-70K

  5 folders ready in ~/.jobhunt/company/. Open the top one.

Three commands · seven questions · one PDF · working output.

Features

  • Cross-platform: macOS, Linux, Windows
  • 13 locales: US, UK, EU, CA, AU, SG, IN, BR, DE, NL, IE, UAE, MX
  • Hybrid mode: local-only by default; optional cloud cron for "wake up to ready folders"
  • Honest about skips: /jobhunt why <slug> explains why each opening was skipped
  • Token-thrifty: ~$0.40-0.60 per morning at default settings (Anthropic API)
  • Zero auto-submit: produces artifacts; you review and submit

[!TIP] Cross-Agent Testing Initiative: While jobhunt is battle-tested on Claude Code, we want to ensure it works across all agents (Cursor, Gemini CLI, Antigravity, Windsurf, etc.). We need testers! Check out CONTRIBUTING.md if you can help verify or improve cross-agent compatibility.


Modes

/jobhunt setup              # 7-question wizard (first run)
/jobhunt morning            # full chain: scan + rank + build top 5
/jobhunt apply <slug-or-url># one-off package for a specific company
/jobhunt status             # today's queue + next-best action
/jobhunt why <slug>         # explain why a slug was skipped
/jobhunt scan               # scan only, no rank/build
/jobhunt diagnose           # ATS audit of cv.md

Docs

Requirements

  • Node.js 18+
  • Claude Code
  • A CV in PDF or DOCX format (or a LinkedIn profile as a fallback)

Credits

jobhunt is built on top of career-ops by Santiago Fernandez, a comprehensive job-hunting Node toolchain released under the MIT license. We vendor and extend a fork of career-ops in vendor/career-ops/ — see ATTRIBUTION.md for the full credits list.

Resume-tailoring prompts are adapted from the resume-diagnoser, resume-recruiter, resume-rewriter, and resume-hiring-manager skill patterns.

The skill installer machinery is from obra/superpowers.

License

MIT — see LICENSE.