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

@ork-sh/cli

v0.1.10

Published

Orchestrate your agents

Readme

Ork (Beta)

Orchestrate your AI agents from the command line (Beta)

Ork is a CLI toolkit that helps you discover, manage, and interact with AI agents installed on your system. It provides both an interactive TUI (Terminal User Interface) and command-line tools to detect and work with popular AI CLI tools like Claude, Gemini, and more.

Installation

npm install -g @ork-sh/cli

What Can You Do With ork?

ork provides a suite of AI-powered commands to help you with your development workflow:

/plan - Project Planning

Generate detailed implementation plans for your projects. ork will create a comprehensive plan.md file with:

  • Project overview and objectives
  • Step-by-step implementation guide
  • Required technologies and dependencies
  • File structure recommendations
  • Code examples and best practices
  • Potential challenges and solutions

Usage: /plan <describe your project>

/init - Project Analysis

Analyze your entire codebase and generate comprehensive documentation. Creates an agents.md file containing:

  • Project overview and main purpose
  • Core functionality and features
  • Architecture and component relationships
  • File structure breakdown
  • Technologies, frameworks, and libraries used
  • Setup and run instructions
  • Key concepts and patterns

Usage: /init

/audit - Code Audit

Get a thorough AI-powered audit of your codebase. Results are saved to audit.md with insights on:

  • Code quality and best practices
  • Security vulnerabilities
  • Performance issues
  • Technical debt
  • Improvement recommendations

Usage: /audit <what to audit>

/review - Code Review

Request an AI code review for specific files or features. Review results saved to review.md include:

  • Code structure analysis
  • Logic and algorithm review
  • Style and convention feedback
  • Bug detection
  • Optimization suggestions

Usage: /review <what to review>

/refactor - Refactoring Suggestions

Get intelligent refactoring recommendations. Suggestions saved to refactor.md cover:

  • Code organization improvements
  • Design pattern applications
  • Performance optimizations
  • Maintainability enhancements
  • Modern syntax updates

Usage: /refactor <what to refactor>

/explain - Code Explanation

Get detailed explanations of code or concepts. Explanations saved to explain.md help you understand:

  • How specific code works
  • Complex algorithms and logic
  • Framework or library usage
  • Design patterns and architectures
  • Technical concepts

Usage: /explain <what to explain>

/commit - Smart Git Commits

Save your changes with AI-assisted commit messages that follow best practices.

Usage: /commit

/revert - Version Control

Browse your commit history and restore previous versions of your project with an interactive picker.

Usage: /revert

/ask - Quick Questions

Ask questions and get answers from ChatGPT or Google.

Usage: /ask <your question>

/agents - Manage AI Agents

Detect and manage AI CLI tools installed on your system (Claude, Gemini, Copilot, Codex).

Usage: /agents

Getting Started

  1. Install ork globally:

    npm install -g @ork-sh/cli
  2. Launch the interactive TUI:

    ork
  3. Type any slash command (e.g., /plan, /audit) and follow the prompts

  4. Your AI-generated results will be saved as markdown files in your current directory

Requirements

  • Node.js >= 14.0.0
  • At least one AI agent installed (Claude, Codex, Copilot, or Gemini)
  • macOS, Linux, or Windows