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

snow-ai

v0.7.20

Published

Agentic coding in your terminal

Readme

snow-ai

npm version npm downloads license node

English | 中文

QQ Group: 910298558

Telegram: https://t.me/snow_cli

AI Community: https://linux.do

Agentic coding in your terminal

Thanks Developer

alt text

Documentation

Advanced Configuration

Feature Guide

  • Command Panel Guide - Detailed description of all available commands, usage tips, shortcut key reference
  • Command Injection Mode - Execute commands directly in messages, syntax explanation, security mechanisms, use cases
  • Vulnerability Hunting Mode - Professional security analysis, vulnerability detection, verification scripts, detailed reports
  • Headless Mode - Command line quick conversations, session management, script integration, third-party tool integration
  • Keyboard Shortcuts Guide - All keyboard shortcuts, editing operations, navigation control, rollback functionality
  • MCP Configuration - MCP service management, configure external services, enable/disable services, troubleshooting
  • Async Task Management - Background task creation, task management interface, sensitive command approval, task to session conversion
  • Skills Command Detailed Guide - Skill creation, usage methods, Claude Code Skills compatibility, tool restrictions
  • LSP Configuration and Usage - LSP config file, language server installation, ACE tool usage (definition/outline)
  • SSE Service Mode - SSE server startup, API endpoints explanation, tool confirmation flow, permission configuration, YOLO mode, client integration examples
  • Custom StatusLine Guide - User-level StatusLine plugins, hook structure, override behavior, bilingual examples
  • Team Mode Guide - Multi-agent collaboration, parallel task execution, team management

Recommended ROLE.md

  • Recommended ROLE.md - Recommended behavior guidelines, work mode, and quality standards for the Snow CLI terminal programming assistant
    • Bilingual documentation: English (primary) / Chinese
    • Maintenance rule: Keep Chinese and English structures aligned; tool names remain unchanged

Development Guide

Prerequisites

  • Node.js >= 18.x (Requires ES2020 features support)
  • npm >= 8.3.0

Check your Node.js version:

node --version

If your version is below 18.x, please upgrade first:

# Using nvm (recommended)
nvm install 18
nvm use 18

# Or download from official website
# https://nodejs.org/

Build from Source

git clone https://github.com/MayDay-wpf/snow-cli.git
cd snow-cli
npm install
npm run link   # builds and globally links snow
# to remove the link later: npm run unlink

IDE Extension Development

VSCode Extension

  • Extension source located in VSIX/ directory
  • Download release: mufasa.snow-cli

JetBrains Plugin

Project Structure

source/                     # Source code
├── agents/                 # AI agents implementation
├── api/                    # LLM API adapters
├── hooks/                  # React hooks for conversation
├── i18n/                   # Internationalization
├── mcp/                    # Model Context Protocol
├── prompt/                 # System prompt templates
├── types/                  # TypeScript type definitions
├── ui/                     # UI components (Ink)
└── utils/                  # Utility functions

bundle/                     # Build output (single-file executable)
dist/                       # TypeScript compilation output
docs/                       # Documentation
JetBrains/                  # JetBrains plugin source
scripts/                    # Build and utility scripts
VSIX/                       # VSCode extension source

User Configuration Directory

After running snow, .snow/ directory is created in your home folder:

~/.snow/                    # User configuration directory
├── log/                    # Runtime logs (local, can be deleted)
├── profiles/               # Configuration profiles
├── sessions/               # Conversation history
├── tasks/                  # Async tasks
├── hooks/                  # Workflow hooks
├── config.json             # API configuration
├── mcp-config.json         # MCP configuration
└── ...                     # Other config files

Star History

Star History Chart