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

@helmai/cli

v1.2.44

Published

Helm CLI - Intelligent context injection for AI coding assistants

Readme

Helm CLI

Intelligent context injection for AI coding assistants.

Helm hooks into Claude Code and Cursor to automatically inject your project rules, knowledge, and team context into every prompt — without you having to think about it.

Installation

macOS / Linux

curl -fsSL https://tryhelm.ai/install | bash

All platforms (macOS, Linux, Windows)

npm install -g @helmai/cli

Also works with pnpm add -g @helmai/cli and bun add -g @helmai/cli.

Requirements: Node.js 18+ (npm install only)

Getting Started

helm init

This detects your IDE and coding agents, authenticates via browser, and connects to Helm for team rule sync and Admiral agent orchestration.

Commands

Core

| Command | Description | |---|---| | helm init | Set up Helm in your project or globally | | helm status | Show current config, detected IDEs, and stack | | helm dashboard | Open the Helm dashboard | | helm update | Update to the latest version | | helm logout | Clear saved credentials |

Rules & Knowledge

| Command | Description | |---|---| | helm rule add <text> | Add a rule to .helm/standing-orders.md | | helm save [title] | Save a knowledge snippet for context injection | | helm sync | Pull rules from your organization | | helm sync --push | Push local rules to your organization | | helm link | Link this project to Helm | | helm project | Create or link a project to Helm Admiral |

MCPs

| Command | Description | |---|---| | helm mcps | Show MCP status | | helm mcps list | Browse the full MCP catalog | | helm mcps install <name> | Install an MCP | | helm mcps remove <name> | Remove an MCP | | helm mcps configure <name> | Set API key / config for an MCP |

Other

| Command | Description | |---|---| | helm qc | Run quality checks on staged files | | helm clean | Remove Helm hooks and config traces | | helm skills promote <skill> | Promote a skill for your team |

helm init Options

helm init                        # Interactive setup
helm init --yes                  # Non-interactive, auto-confirm
helm init --team <invite-token>  # Join an existing team

Supported IDEs

  • Claude Code
  • Cursor

Features

  • Context injection — Automatically injects project rules, knowledge, and team context into every AI prompt
  • Team rule sync — Share and sync rules across your organization
  • Admiral — Orchestrate multiple AI coding agents from a single dashboard
  • MCP management — Install, configure, and manage Model Context Protocol servers
  • Quality checks — Run pre-commit quality checks powered by your project rules

Sprite Execution (MVP)

When a run is marked for hosted execution, the daemon can execute it in a Sprite sandbox.

Required environment variables on the runner machine:

  • SPRITE_TOKEN (or SPRITES_TOKEN)

Optional:

  • SPRITES_API_URL (defaults to https://api.sprites.dev)
  • HELM_SPRITE_HOURLY_RATE_USD (used for estimated compute-cost events)

Agent provider variables should also be available to the daemon for in-sandbox runs:

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY

License

MIT