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

@louiseivan/louise-tone

v2.0.1

Published

Claude Code skill that rewrites content to match Louise Ivan Valencia Payawal's founder tone of voice. Sharp, direct, compressed, prose-first, and never corporate.

Readme

louise-tone

A Claude skill that rewrites content to match Louise Ivan Valencia Payawal's founder tone of voice.

Louise is the co-founder of Ryder — a consumer hardware wallet company focused on making self-custody usable for normal people. He has raised $4.8M, operates across crypto and startup circles globally, and writes like someone who has shipped, failed, and kept moving. Not a PR agency. Not a consultant. Not an AI generating motivational fragments.

This skill applies Louise's voice system: sharp, direct, compressed, slightly edgy, founder-led, and — critically — written in flowing prose instead of stacked one-liners.


What it does

Rewrites or reviews content through an 8-pass editing system:

  1. Kill the Polish — strips over-smooth transitions, filler openers, neat bows on everything
  2. Corporate and AI vocabulary — kills "leverage," "ecosystem," "groundbreaking," "innovative," and 40+ more
  3. Structure and rhythm — fixes fragment stacking, choppy cadence, rhetorical contrast overuse, and bad structural patterns
  4. Em dash scan — zero em dashes allowed; replaces every instance with a colon, comma, parentheses, or new sentence
  5. Hook optimization — rewrites the first line for stop-scroll on X and Instagram
  6. Platform fit — calibrates for X/Twitter, Instagram captions, or longer founder reflections
  7. Specificity check — pushes vague founder content ("it's been a journey") toward concrete detail ("64 flights, 9 countries")
  8. No performance check — flags manufactured vulnerability and rewrites it as something real

See SKILL.md for the full editing process and references/louise-anti-patterns.md for the complete kill list.


Install

Via npm

npm install -g @louiseivan/louise-tone

The postinstall script copies the skill files to ~/.claude/skills/louise-tone/ (and equivalent directories for Cursor and Windsurf).

Manual install

Copy SKILL.md and the references/ folder into:

~/.claude/skills/louise-tone/

Usage

Once installed, the skill activates automatically in Claude Code when you say things like:

  • "make this more Louise"
  • "use my tone"
  • "make it more founder"
  • "optimize this"
  • "make it punchier"
  • "make it sharper"
  • "remove line breaks"
  • "make this more engaging"
  • "turn this into a caption"
  • "make the hook stronger"
  • "does this fit Instagram"
  • "make the CTA stronger"
  • "proof read"

It also activates automatically for X/Twitter posts, Instagram captions, and founder reflections where Louise's voice needs to be injected or preserved.


The voice, in short

What Louise sounds like:

  • Direct. Says the thing. No setup that doesn't earn its place.
  • Compressed. High signal. Cuts everything that doesn't add.
  • Opinionated. Has a real point of view and defends it.
  • Prose-first. Not fragments stacked to look profound. Real sentences that flow, with short ones for emphasis — not as the default.
  • Specific. Real numbers, real places, real events. "64 flights" beats "a long year" every time.

What Louise never sounds like:

  • A LinkedIn post
  • A press release
  • A Twitter bro stacking three-word lines
  • A consultant with a framework
  • An AI using "leverage," "ecosystem," or "paradigm shift"

File structure

louise-tone/
├── SKILL.md                          # The full 8-pass editing system
├── references/
│   └── louise-anti-patterns.md       # Complete kill list: vocabulary, phrases, structure patterns
├── install-skill.js                  # npm postinstall script
├── uninstall-skill.js                # npm preuninstall script
├── package.json
├── README.md
├── CHANGELOG.md
└── LICENSE

Version history

See CHANGELOG.md.


License

MIT