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

@skene/skills-directory

v0.2.0

Published

Skills Directory — 764 AI skills (382 executable + 382 reference guides) for Claude and Cursor. PLG, marketing, security, scientific computing, and more. One command to install.

Readme

When you need an AI workflow without building it from scratch

If you're trying to ship something like lead scoring, churn alerts, or a content pipeline without months of custom agent code, this repo is a cookbook of 36 recipes (skill chains) and 764 skills you can copy and adapt. Pre-built workflows and skills for Cursor and Claude; install via npm, pick a recipe, and wire your data. New to skills? What are skills?

Browse Skill Chain RecipesPlaybooks & Data to WireExplore the DirectoryView MetricsQuick Start


Choose your path

Guides by role — pick the one that matches your situation.

| Role | When this fits you | Get started | | :------------------ | :---------------------------------------------------------------------- | :-------------------------------------------- | | 👔 Sales Leader | You own pipeline and want AI qualification without a big build | View guide → | | 🚀 Growth PM | You're improving activation and want flows for onboarding or engagement | View guide → | | 🔬 Researcher | You need scientific tools and data analysis in your workflow | View guide → | | 💼 Finance/CFO | You need financial intelligence and reporting, not custom models | View guide → |

Or browse the Skill Chain Cookbook (36 recipes) → · browse 764 skills →


When this helps

You want a multi-step workflow (e.g. qualify → score → route) but don't want to design and maintain each step yourself. The cookbook gives you recipes; you copy one, point it at your CRM or data, and adjust. Skills are the building blocks; chains are the workflows that combine them.

  • Single steps vs workflows: If you only need one-off prompts or single skills, you can use the skills library. If you need a repeatable flow (e.g. lead in → score → route → notify), the recipes are for that.
  • Starting from zero vs from a recipe: Many teams build custom agents over several months. Here you start from a recipe and ship in days or weeks by wiring your data and tweaking prompts.
  • Generic vs domain: Recipes are organized by domain (sales, churn, PLG, compliance, growth, etc.) so you can find something that matches what you're trying to do.

Example outcomes: Teams use the sales recipe to automate lead scoring and routing (fewer manual touches). Finance recipes are used for burn and scenario modeling. Churn recipes flag at-risk accounts early. Growth recipes drive conversion and onboarding flows. Full breakdown and numbers →


Installation

npm install @skene/skills-directory

Auto-activation

Skills are installed to your environment during npm install and work with:

  • Cursor: ~/.cursor/skills/
  • Claude: ~/.claude/skills/

Install is skipped automatically in:

  • CI/CD (e.g. GitHub Actions, CircleCI, Jenkins)
  • Docker
  • When you use --ignore-scripts

To skip manually (e.g. in CI or Docker):

SKIP_SKILLS_INSTALL=true npm install @skene/skills-directory

An ECOSYSTEM.md file is generated with suggestions for other Skene tools that fit your stack.


What's included

If you'd rather copy a recipe and plug in your CRM/Stripe/playbook than build from scratch, start with the Skill Chain Cookbook (36 recipes). Each recipe chains 2–7 skills and is backed by a playbook (workflow blueprint) with ICP, integration references, and prompts — see Playbooks and registry/blueprints.

  • 70 PLG: Product-led growth, activation, onboarding.
  • 52 Marketing: Content, SEO, campaigns, analytics.
  • 29 Customer Success: Health scoring, churn prediction.
  • 25 RevOps: Sales pipeline, forecasting, GTM alignment.
  • 20 Monetization: Pricing, billing, revenue optimization.
  • 19 AI Ops: Automation and ML operations.
  • 187 more: Security, data ops, devex, finance, HR, and others.

Executable skills breakdown →

  • 241 Cursor rules: IDE guidelines for 241+ frameworks.
  • 141 Scientific: Research tools, bioinformatics, data analysis.
  • Integrations: 40+ standardized tools (CRM, analytics, billing).
  • Security: Approval gates, rollbacks, audit trails.

Quick start

  1. Install (see above).

  2. See a working flow quickly — pick one by time you have:

  3. Check installation:

    npx skills-directory status
  4. Deploy from a recipe: Browse the Skill Chain Cookbook — 36 recipes with step-by-step instructions across 15+ domains.


CLI reference

| Command | Description | | ------------------------------------------- | -------------------------------------- | | npx skills-directory status | Verify installation and file integrity | | npx skills-directory list --domain plg | List skills in a domain | | npx skills-directory ecosystem | Generate tool recommendations | | npx skills-directory showcase | Show what you can build (use cases) | | npx skills-directory install --target all | Manually install to Cursor + Claude | | npx skills-directory stats | Library statistics | | npx skills-directory uninstall | Remove installed skills |


Use cases (by situation)

Sales & RevOps

You already use a CRM and want leads scored and routed without writing the pipeline yourself. Recipes cover qualification, deal health, and forecasting.

Customer Success

You want to spot churn risk and trigger playbooks instead of building models from scratch. Recipes cover health monitoring, at-risk accounts (60–90 days early), and expansion/upsell triggers.

Finance & FinOps

You need burn, scenarios, and board-ready numbers without building everything in-house. Recipes cover ARR, burn rate, investor metrics, scenario planning, and board reporting.

Marketing & Growth

You want content or experiments wired into a workflow. Recipes cover content creation and distribution, conversion optimization, and programmatic SEO.

Detailed outcomes and calculations →


Documentation

Strategy and value

Technical and development

Contributing

To contribute to skene-cookbook, set up your environment:

git clone https://github.com/SkeneTechnologies/skene-cookbook.git
cd skene-cookbook

pip install -r requirements-test.txt
npm install
pre-commit install
pre-commit run --all-files

Pre-commit runs formatting, linting, secret checks. Bypass in emergencies: git commit --no-verify.

Before pushing to the public remote, run: ./scripts/pre_release_check.sh or npm run preflight. See CONTRIBUTING.md.


Community and support

Bug or question: Open an issue →

Contributing: Build Your First Skill · CONTRIBUTING.md · Code of Conduct

Security: Security Policy


Skill sources

Skills curated from: Anthropic Official, Trail of Bits, obra/superpowers, K-Dense-AI, awesome-cursor-rules, Skene PLG