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

@almedia-tm/almedia-code

v0.4.2

Published

Opinionated, token-optimized Claude Code bootstrap with curated agents, slash commands, skills, output styles, and optional memory/compression layers.

Readme

almedia-code

Token-optimized Claude Code bootstrap: 17 agents, 23 commands (incl. /plan-execute Review → Fix → Docs flow with --team mode), 13 skills (incl. Freecash design system), 5 output styles, 2 hooks. Reviewers enforce surgical-edits + readability principles.

Built for technical and non-technical users who want a working Claude Code setup without the bloat.

Quickstart

npx @almedia-tm/almedia-code init

That's it. The installer:

  1. Installs Claude Code if you don't have it
  2. Registers this repo as a plugin marketplace
  3. Installs the plugin
  4. Walks you through a 30-second setup (style picker, optional add-ons, tour)

Requirements

  • Node 18+ (only requirement). We auto-install Claude Code for you.
  • macOS, Linux, or Windows — fully OS-agnostic, no bash required.

What you get

| Type | Count | Purpose | |---|---|---| | Agents | 17 | Specialized assistants you invoke for review, debug, plan, build-fix, etc. | | Slash commands | 23 | One-keystroke workflows (/plan, /plan-execute, /tdd, /code-review, …) | | Skills | 11 | Auto-routing wrappers — Claude picks the right tool based on what you ask (incl. freecash-design) | | Output styles | 5 | Choose how Claude talks to you: rigor, caveman, teacher, executive, default | | Hooks | 2 | Style activator + codemap nudge — both Node, both fast |

Full catalog with descriptions: docs/catalog.md

Output styles

The signature feature. Pick once, persistent across sessions.

/style rigor       # terse, asks first, surfaces assumptions
/style caveman     # compressed cave-speak (max token savings)
/style teacher     # verbose, walks reasoning
/style executive   # TL;DR + Why this matters + details
/style default     # vanilla Claude Code

Using Claude Desktop / Web / Mobile? Plugins don't run there. Use /style-copy to print the active style markdown to stdout (and clipboard) — paste into your custom-instructions field.

Optional add-ons

Off by default. Enable with flags during init:

npx @almedia-tm/almedia-code init --with-shrink   # input-token compression MCP
npx @almedia-tm/almedia-code init --with-memory   # persistent memory (claude-mem, AGPL, uses Anthropic API tokens)

Update

npx @almedia-tm/almedia-code update                # pull latest plugin
npx @almedia-tm/almedia-code update --reconfigure  # also re-run the wizard

Uninstall

npx @almedia-tm/almedia-code uninstall

License

Almedia Proprietary License v1.0 (German jurisdiction). See LICENSE.

Non-Almedia parties may install and execute the unmodified Software and view source for evaluation, but may not copy, fork, modify, redistribute, sublicense, or build a substantially similar product. No third-party content is vendored. Optional add-ons (caveman-shrink, claude-mem) install from npm at user opt-in time and remain governed by their own licenses.

Contributing

Issues at https://github.com/almedia-tm/almedia-tm-code. External code contributions are not accepted under the proprietary license; bug reports and feature requests are welcome.