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

startup-launch-doctor

v0.1.0

Published

Install the Codex skill that audits a startup URL and creates a launch-readiness report.

Readme

Startup Launch Doctor

A Codex skill that audits a startup from its URL, decides whether it is ready to launch, and creates a prioritized launch-readiness report.

Give Codex a live startup, SaaS, app, developer tool, landing page, localhost URL, repository, screenshot, or copy draft. Startup Launch Doctor reconstructs what the product appears to do, follows the public conversion journey, finds critical blockers, and tells the founder exactly what to improve.

What it does

  • Understands the startup without requiring a founder questionnaire
  • Inspects the public experience as a first-time visitor
  • Evaluates positioning, audience relevance, conversion, proof, trust, UX, technical surface, and launch operations
  • Separates observed evidence from inference and unknowns
  • Produces a Ready to launch, Launch after critical fixes, or Not ready yet verdict
  • Reports both a readiness score and evidence coverage
  • Identifies critical blockers before cosmetic improvements
  • Writes exact copy and interface corrections when useful
  • Creates a realistic seven-day repair plan
  • Generates a polished standalone HTML report and editable JSON source

Installation

npx --yes startup-launch-doctor@latest

This installs the skill into:

~/.codex/skills/startup-launch-doctor

Restart Codex after installation so it can discover the skill.

Usage

Audit a live startup:

Use $startup-launch-doctor to audit https://example.com before launch.

Run a deeper review:

Use $startup-launch-doctor in deep mode on https://example.com. Inspect the pricing, documentation, trust, and primary conversion paths on desktop and mobile.

Focus on the technical public surface:

Use $startup-launch-doctor in technical mode on http://localhost:3000.

Compare a redesign:

Use $startup-launch-doctor in before-after mode to compare the current site at [URL] with the redesign at [URL].

Report

The default report includes:

  1. Reconstructed startup
  2. Launch verdict
  3. Readiness score and evidence coverage
  4. Eight-part diagnostic scorecard
  5. Primary visitor journey
  6. Critical launch blockers
  7. Prioritized fixes with evidence and validation
  8. Exact copy or interface rewrites
  9. Seven-day repair plan
  10. Retest checklist and smallest measurable launch experiment

Codex writes the portable HTML report and its structured JSON source to the workspace outputs/ directory and returns clickable local links.

The audit does not claim to prove product-market fit, conversion, security, legal compliance, or production reliability. Private behavior remains unknown unless the user explicitly supplies appropriate evidence and access.

A complete report generated from the public Synara launch journey is included in examples/.

Modes

  • standard: complete public launch audit
  • quick: primary page, CTA, trust path, verdict, and top fixes
  • deep: extended product, pricing, documentation, trust, and responsive inspection
  • technical: public technical surface, metadata, errors, accessibility signals, and responsive behavior
  • before-after: consistent comparison between two versions

Manual installation

git clone https://github.com/Kappaemme-git/startup-launch-doctor.git
mkdir -p ~/.codex/skills
cp -R startup-launch-doctor/startup-launch-doctor ~/.codex/skills/startup-launch-doctor

Restart Codex after installation.

License

MIT