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-startup-user-simulator-skill

v0.2.0

Published

A Codex skill that tests landing pages with five evidence-based simulated customer personas.

Readme

Codex Startup User Simulator Skill

A Codex skill that tests a startup, SaaS, app, or landing page through five evidence-based simulated customer personas and explains why each would convert, hesitate, or leave.

It inspects the actual page, builds plausible decision-makers from the product's positioning, traces their conversion journeys, and returns prioritized fixes a founder can implement.

What It Does

  • Tests live URLs, localhost apps, screenshots, prototypes, or pasted copy
  • Simulates five distinct customer decision journeys
  • Finds clarity, relevance, trust, friction, and CTA problems
  • Separates observed evidence from inference and unknowns
  • Produces a comparable persona scorecard
  • Ranks five improvements by impact, effort, and confidence
  • Creates a polished standalone HTML report with a clickable Codex file link
  • Supports quick, deep, mobile, before/after, and copy modes
  • Clearly labels simulation instead of presenting it as real user research

Installation

npx --yes codex-startup-user-simulator-skill@latest

This installs the skill into:

~/.codex/skills/startup-user-simulator

Restart Codex after installation so it can discover the skill.

Usage

Test a landing page:

Use $startup-user-simulator to test https://example.com with five simulated customer personas.

Deep desktop and mobile evaluation:

Use $startup-user-simulator in deep mode to test https://example.com. The target customer is an indie founder and the main conversion goal is starting a free trial.

Compare a redesign:

Use $startup-user-simulator in before-after mode to compare these two landing-page versions with the same five personas: [old URL] and [new URL].

Focus on copy:

Use $startup-user-simulator in copy mode to explain why customers may not understand this landing page and rewrite the highest-impact sections: [URL].

Output

The default report includes:

  1. One-sentence verdict
  2. Biggest conversion leak
  3. Five-persona scorecard
  4. Evidence-backed decision journeys
  5. Five prioritized fixes
  6. Fastest measurable experiment
  7. Simulation limitations

Codex also creates a responsive HTML report in the workspace outputs/ directory and returns a clickable local link. The report includes expandable persona journeys, score visualizations, prioritized fixes, a printable layout, and a one-click “Save PDF” action.

Scores are structured heuristics, not predicted conversion rates or analytics.

Modes

  • quick: primary-page verdict, scorecard, and top fixes
  • deep: desktop, mobile, pricing, interactions, and CTA destinations
  • mobile: small-screen conversion journey
  • before-after: consistent comparison between two versions
  • copy: positioning, objections, hero, and CTA language

Manual Installation

git clone https://github.com/Kappaemme-git/codex-startup-user-simulator-skill.git
mkdir -p ~/.codex/skills
cp -R codex-startup-user-simulator-skill/startup-user-simulator ~/.codex/skills/startup-user-simulator

Restart Codex after installation.

License

MIT