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

vibe-ai-teammate

v0.0.2

Published

VIBE CLI - AI Developer Teammate. One command, infinite capability.

Downloads

25

Readme

VIBE CLI v0.0.1


What is VIBE?

VIBE CLI v0.0.1 is an autonomous AI developer tool that transforms how you build, test, and deploy software. It's a context-aware engine that executes complex engineering tasks with high precision, acting as a true teammate rather than just a chat interface.

One command. One UI. Professional results.

vibe> "scaffold a next.js app with auth and supabase"
vibe> "fix that flaky test in src/utils"
vibe> "refactor this module for better modularity"
vibe> "generate a github action for this project"

🚀 Quick Start

Installation

# Clone and install
git clone https://github.com/mk-knight23/VIBE-CLI.git
cd VIBE-CLI
npm install

# Build and link
npm run build
npm link

Configuration

Launch VIBE and set up your providers:

$ vibe
vibe> /config set provider anthropic
vibe> /config set model claude-3-5-sonnet

🛠 Core Commands (TUI)

VIBE v0.0.1 features a powerful command-driven interface within the interactive shell:

| Command | Category | Description | |---------|----------|-------------| | /scaffold | Web & UI | AI-driven project scaffolding | | /test | Quality | Intelligent unit test & mock generation | | /debug | Debug | Deep AI error analysis & diagnosis | | /fix | Debug | Autonomous bug fixing & remediation | | /refactor| Code | Propose & apply high-level refactors | | /cicd | DevOps | Generate tailored CI/CD workflows | | /iac | Cloud | Generate Infrastructure-as-Code | | /viz | Analysis | Interactive architecture visualization | | /mood | Insights | Scan project health and developer "vibe" |

🎯 Features

VIBE implements a full suite of 120 professional features across several categories:

1. Intelligence & Productivity

  • Asynchronous Command Generation: Non-blocking command suggestions.
  • AI Fallback System: Intelligent provider selection and fallback.
  • Vibe Doctor: Self-healing environment diagnostics and automated fixes.
  • History-Aware Context: Learns from your previous commands and decisions.

2. Web & UI Generation

  • Stack Scaffolder: Template-based and AI-driven custom project creation.
  • Project Visualizer: ASCII trees, dependency mapping, and architectural advice.
  • Live Preview Management: Integrated dev server control.

3. Debugging & Testing

  • Deep Error Analysis: AI-powered stack trace diagnosis (/debug).
  • Automated Remediation: One-command bug fixing (/fix).
  • Pattern Refactoring: Identification and application of modularity patterns.

4. Cloud & DevOps

  • AI CI/CD: Custom GitHub Actions and GitLab CI generation.
  • AI IaC: Terraform and CloudFormation generation.
  • Deployment Advisor: Optimal target suggestions and best practices.

🏗 Architecture

VIBE is built on 8 hardened core primitives:

  • COMPLETION: Universal LLM interface with multi-provider routing.
  • PLANNING: Deterministic task decomposition via the PlannerAgent.
  • MULTI-EDIT: Atomic, safe changes across multiple files.
  • EXECUTION: Secure shell & script execution with status tracking.
  • SEARCH: Context-aware codebase & web searching.
  • MEMORY: Persistence of session decisions and architectural patterns.
  • APPROVAL: Risk-based human-in-the-loop safety gates.
  • DETERMINISM: Instant checkpoints and rollbacks (/undo).

🛡 Safety & Control

VIBE is designed to be safe-by-default:

  • Approvals: Dangerous operations (file deletion, system commands) always require confirmation.
  • Checkpoints: Automatic state snapshots before major changes.
  • Sandbox: Optional isolated execution for untrusted commands.
  • Audit Logs: Full traceability of all agent actions via /logs.

🔧 Configuration

Configure VIBE via the /config command or .vibe/config.json. Supports OpenAI, Anthropic, Google, and Local (Ollama) providers.