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

claude-code-lang-setup

v2.0.0

Published

Language, safety hooks, modes and slash commands for Claude Code

Readme

claude-code-lang 🐣

One command — Claude Code speaks your language.

npx claude-code-lang

The problem

Claude Code writes everything in English. Uses words like hash, commit, staging. Runs terminal commands without explaining what they do.

If you're not a developer — it's confusing.

What this does

     \_/
  >('.')< 
   (   )
   -"-"-

  claude-code-lang  v2.0
  Language · Modes · Safety · Commands

Step 1 — Choose your language:

   1   🇬🇧  English
   2   🇰🇿  Қазақша
   3   🇫🇷  Français
   4   🇪🇸  Español
   5   🇷🇺  Русский
   6   🇺🇦  Українська
   7   🇹🇷  Türkçe
   8   🇩🇪  Deutsch
   9   🇨🇳  中文

Step 2 — Choose a mode:

  1.  🟢  Beginner   — explain everything, ask often
  2.  🟡  Normal     — balance between speed and explanation  
  3.  🔴  Expert     — just do it, minimal explanations

Step 3 — Safety hooks:

  Blocks dangerous commands before Claude runs them:
  rm -rf /   DROP TABLE   git push --force ...

Step 4 — Slash commands:

  /explain  /check  /plan  /whatis

After setup, Claude Code will:

  • ✅ Always respond in your language
  • ✅ Explain every bash command before running it
  • ✅ Warn before deleting files
  • ✅ Block dangerous commands automatically
  • ✅ Give you useful slash commands

Install

npx claude-code-lang

No installation needed. Pick your language, done.

Or install globally:

npm install -g claude-code-lang
claude-code-lang

Requires Claude Code and Node.js 18+


How it works

Creates ~/.claude/CLAUDE.md — a file Claude Code reads on every startup.
Installs hooks into ~/.claude/settings.json that intercept dangerous commands.
Adds slash commands to ~/.claude/commands/.

No background processes. No APIs. No subscriptions. Just config files.


Switch language or mode

npx claude-code-lang

Run again anytime.


Uninstall

rm ~/.claude/CLAUDE.md

Add a language

  1. Fork the repo
  2. Add your language to LANGUAGES in src/languages.js
  3. Add templates to src/languages.js and commands to src/commands.js
  4. Open a Pull Request

Languages wanted: Arabic 🇸🇦 · Japanese 🇯🇵 · Korean 🇰🇷 · Hindi 🇮🇳 · Portuguese 🇧🇷 · Polish 🇵🇱


License

MIT