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

terminator-ai

v0.2.5

Published

Install Terminator AI Worker (7 MCP servers, 48+ tools, 10 skills) in any IDE with a single command

Readme

Terminator AI - NPX Package

Install Terminator AI Worker in any IDE with a single command.

Quick Start

Transform any agentic IDE (VS Code, Cursor, Windsurf, Claude Code) into an autonomous AI worker:

npx terminator-ai

That's it! The installer will:

  • ✅ Detect your IDE automatically
  • ✅ Install all 7 MCP servers with 48+ tools
  • ✅ Set up all 10 skills and 5 agents
  • ✅ Configure IDE integration
  • ✅ Set up office document management

Features

🤖 What You Get

  • 7 MCP servers with 48+ tools
  • 10 Skills for specialized expertise
  • 5 Agents for complex tasks
  • Office Document Management (Word, Excel, PowerPoint, PDF)
  • Persistent Memory across sessions
  • Multi-channel Communications (Telegram, Discord, Slack)
  • Web Browsing and research
  • Data Processing and analysis

🎯 Supported IDEs

  • Visual Studio Code
  • Cursor
  • Windsurf
  • Claude Code

Usage

Install Terminator

# Automatic detection and installation
npx terminator-ai

# Specify IDE manually
npx terminator-ai install --ide vscode

# Install in standalone mode
npx terminator-ai install --standalone

# Force reinstall
npx terminator-ai install --force

Health Check

npx terminator-ai doctor

Update Terminator

npx terminator-ai update

Uninstall

npx terminator-ai uninstall

Command Options

Install Command

npx terminator-ai install [options]

Options:
  --ide <ide>          Target IDE (vscode, cursor, windsurf, claude-code)
  --path <path>        Installation path (default: current directory)
  --force              Force reinstall even if already installed
  --embedded           Use embedded mode (default)
  --standalone         Use standalone mode
  --dev                Install development version

Examples

# Install for VS Code in embedded mode
npx terminator-ai install --ide vscode

# Install for Cursor in standalone mode
npx terminator-ai install --ide cursor --standalone

# Install development version
npx terminator-ai install --dev

# Install to specific directory
npx terminator-ai install --path /path/to/project

Installation Modes

Embedded Mode (Default)

Terminator is installed in a hidden .terminator-package/ folder:

  • Keeps your project directory clean
  • Auto-detected when .terminator-package/TERMINATOR.md exists
  • Recommended for most users

Standalone Mode

Terminator IS the project root:

  • Terminator files are in the main project directory
  • Auto-detected when TERMINATOR.md + mcp-servers/ exist at root
  • Useful for dedicated Terminator projects

After Installation

  1. Restart your IDE
  2. Open your project folder
  3. Ask your AI agent:

    "Read the INSTALL section in .terminator-package/TERMINATOR.md and set up Terminator"

What's Installed

MCP Servers

  • terminator-memory - Persistent memory across sessions
  • terminator-comms - Multi-channel communications
  • terminator-browser - Web browsing and research
  • terminator-data - Data processing and analysis
  • terminator-files - File operations and templates
  • terminator-office - Office document management
  • terminator-system - System integration

Skills

  • research - Web research and synthesis
  • writing - Document creation and editing
  • analysis - Data analysis and statistics
  • communication - Message drafting and sending
  • coding - Software development
  • summarize - Content summarization
  • office-documents - Document lifecycle management
  • office-automation - Document workflows
  • onboarding - User guidance
  • terminator-expert - Terminator expertise

Resources

  • Templates for documents, projects, and workflows
  • Prompt templates for common tasks
  • Hooks for automation and scheduling
  • Task chains for complex workflows

Troubleshooting

Common Issues

"Could not detect IDE"

# Specify IDE manually
npx terminator-ai install --ide vscode

"Installation failed"

# Force reinstall
npx terminator-ai install --force

"Permission denied"

  • Run with administrator privileges
  • Check folder permissions

Health Check

npx terminator-ai doctor

This will check:

  • ✅ Installation presence
  • ✅ MCP servers availability
  • ✅ Skills availability
  • ✅ Build artifacts
  • ✅ Dependencies

System Requirements

  • Node.js >= 20.0.0
  • pnpm package manager (auto-installed)
  • Supported IDE with AI agent capabilities

Development

Install Development Version

npx terminator-ai install --dev

Local Development

git clone https://github.com/netflypsb/terminator-package.git
cd terminator-package/npx-cli
npm install
npm test

License

MIT License - see LICENSE file for details.

Support


Transform any IDE into an autonomous AI worker with a single command! 🚀