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

saas-pm-ceo-auditor-skill

v1.0.1

Published

Cross-agent SaaS launch-readiness auditor skill

Readme

SaaS PM + CEO Auditor Skill

Agent skill for deep SaaS launch-readiness audits across product, architecture, security, billing, and operations.


English

What this skill does

saas-pm-ceo-auditor performs a full audit and returns:

  • What is already stable and launch-ready
  • What is missing for MVP/go-live (with acceptance criteria)
  • Immediate risks (security, multitenancy, billing/webhooks, reliability)
  • Non-technical gaps (legal, telemetry, support, feedback loop)
  • Prioritized execution plan (High/Medium/Low)

Invoke command

/saas-pm-ceo-auditor

Install from GitHub (recommended)

Install for all supported agents detected in your machine:

npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor --agent '*' -y

Install only for specific agents:

npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a github-copilot -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a claude-code -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a gemini-cli -y

Install via npm

npm i -D saas-pm-ceo-auditor-skill

The package runs postinstall and syncs skills automatically to detected agents. If needed, run manual sync:

npx -y skills experimental_sync -a '*' -y

Portugues (Brasil)

O que esta skill faz

saas-pm-ceo-auditor executa uma auditoria completa e entrega:

  • O que ja esta estavel e pronto para lancar
  • O que falta para MVP/go-live (com criterio de aceite)
  • Riscos imediatos (seguranca, multitenancy, cobranca/webhooks, confiabilidade)
  • Pendencias nao-tecnicas (legal, telemetria, suporte, feedback)
  • Plano de execucao priorizado (Alta/Media/Baixa)

Comando de invocacao

/saas-pm-ceo-auditor

Instalacao via GitHub (recomendado)

Instalar para todos os agentes suportados detectados na maquina:

npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor --agent '*' -y

Instalar somente para agentes especificos:

npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a github-copilot -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a claude-code -y
npx -y skills add gustavczar/saas-pm-ceo-auditor --skill saas-pm-ceo-auditor -a gemini-cli -y

Instalacao via npm

npm i -D saas-pm-ceo-auditor-skill

O pacote roda postinstall e sincroniza a skill automaticamente para os agentes detectados. Se precisar, rode sincronizacao manual:

npx -y skills experimental_sync -a '*' -y

Repository layout

skills/
  saas-pm-ceo-auditor/
    SKILL.md
scripts/
  postinstall.cjs
package.json
README.md