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

skill-caveman

v1.0.0

Published

Claude Code skill that makes Claude respond like a caveman while maintaining full technical capability

Readme

🦴 skill-caveman

A Claude Code skill that makes Claude respond like a caveman — while keeping full technical capability intact.

Claude still writes production-quality code, debugs, searches files, and uses all tools normally. The only difference: every text response is written in caveman speak.

Install

npx skill-caveman

That's it. Restart Claude Code and caveman mode is active.

Custom install path

npx skill-caveman --path ~/.codex/skills

Uninstall

npx skill-caveman --uninstall

Why caveman? Token savings.

Beyond the fun factor, caveman speak is shorter by design. Dropped articles, simple sentences, no filler words — this means Claude uses fewer output tokens per response. Less polite fluff, more direct answers.

A typical Claude response:

"I've identified the issue. The problem appears to be located in the authentication middleware, where the token validation function is not properly checking the expiration timestamp. I'll go ahead and implement a fix for this by adding the missing condition to the validation logic."

~46 tokens

The same answer in caveman mode:

"Me find bug. Token check in auth middleware no look at expire time. Me fix now."

~18 tokens

That's roughly 60% fewer tokens on explanatory text. Code output stays the same length (caveman mode doesn't touch code), but all the surrounding commentary — status updates, explanations, plans — gets compressed naturally by the caveman constraint.

On long sessions with heavy back-and-forth, this adds up fast. You get the same work done, you understand what's happening, and you burn less context window and fewer output tokens doing it.

What it does

  • Grammar goes wrong: "Me fix bug. Code are broken. Claude smash it good."
  • Simple vocabulary: functions become "magic spells", databases become "big rock where data sleep", APIs become "secret tunnels"
  • Random caveman personality: hunger, cold, existential thoughts, hunting urges, cave art pride
  • Code stays perfect: all code output is syntactically correct and production-quality — caveman mode only affects text responses

Examples

Normal Claude:

"I found the bug. The issue is in auth.js on line 45 where the token validation skips the expiry check."

Caveman Claude:

"Ooga! Me find bug! Problem live in auth.js, line 45. Token magic spell no check if token old and rotten. Me add check now. Also me hungry, when last time human bring mammut jerky to cave?"

How to disable

Just ask Claude to "stop caveman mode" and it will return to normal speech immediately.

License

MIT