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

codex-first-customer-finder-skill

v0.1.0

Published

A Codex skill that finds evidence-backed potential first customers from recent public signals.

Readme

Codex First Customer Finder Skill

A Codex skill that turns a startup URL or product idea into a qualified shortlist of potential first customers using recent public pain, demand, and timing signals.

It defines the ideal customer profile, researches public sources, links the evidence behind every prospect, ranks fit and timing, drafts a source-based opener, and creates a polished HTML report. It never sends outreach automatically.

What It Does

  • Analyzes a startup URL, repository, or product description
  • Defines the primary and adjacent ideal customer profiles
  • Finds explicit demand, pain, workaround, switching, and timing signals
  • Qualifies prospects with an evidence-based score
  • Links every primary prospect to the original public source
  • Drafts respectful, source-based outreach openers
  • Creates a responsive standalone HTML report
  • Keeps all outreach manual by default
  • Avoids private contact enrichment and sensitive personal data

Installation

npx --yes codex-first-customer-finder-skill@latest

This installs the skill into:

~/.codex/skills/first-customer-finder

Restart Codex after installation.

Usage

Find the first ten potential customers:

Use $first-customer-finder to find ten evidence-backed potential first customers for https://example.com and create the final HTML report.

Find design partners:

Use $first-customer-finder in design-partners mode for this startup: [URL]. Prioritize people publicly describing the problem and likely to give product feedback.

B2B research:

Use $first-customer-finder in b2b mode for [URL]. Find public business triggers, qualify the relevant companies, and draft one opener per prospect without sending anything.

Output

The report includes:

  1. Early-customer verdict
  2. Primary ICP and disqualifiers
  3. Highest-confidence prospect
  4. Evidence-backed prospect shortlist
  5. Fit and timing scores
  6. Source links and signal dates
  7. Personalized outreach openers
  8. Repeated pain patterns
  9. Seven-day manual outreach plan
  10. Research limitations

Prospects are hypotheses based on public signals, not confirmed customers or guaranteed buyers.

Modes

  • quick: up to five strong prospects
  • standard: up to ten prospects across several source types
  • deep: up to twenty prospects and repeated-pattern analysis
  • design-partners: feedback-oriented early adopters
  • b2b: companies and public business triggers
  • community: explicit requests and public discussion signals

Manual Installation

git clone https://github.com/Kappaemme-git/codex-first-customer-finder-skill.git
mkdir -p ~/.codex/skills
cp -R codex-first-customer-finder-skill/first-customer-finder ~/.codex/skills/first-customer-finder

Restart Codex after installation.

License

MIT