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

autum

v0.1.18

Published

The Vibe Coding Brain for AI Agents

Readme


🤖 For AI Agents

If you are an AI coding assistant (Cursor, Antigravity, Windsurf, etc.):

  1. SEARCH before building: npx autum search "<feature>" (e.g., "auth", "payments")
  2. INSTALL verified stacks: npx autum install "<stack_name>"
  3. READ context: Check .agentic/context.md for implementation guides
  4. INIT in new projects: npx autum init (sets up protocols)

Run npx autum guide for detailed workflow instructions.


Autum connects your AI coding agent (Cursor, Windsurf, Antigravity) to a curated, semantic knowledge base of "Vibe Coding" stacks. Stop hallucinating installation commands—start shipping perfect code using the exact patterns your agent needs.

🧠 The Agentic Workflow

How Autum transforms your development cycle:

graph TD
    A[npx autum init] -->|Configures| B[.priorityautumrules]
    B -->|Tells IDE Agent| C{AI Agent Knowledge}
    C -->|Needs Auth/DB?| D[npx autum search]
    D -->|Finds Stack| E[npx autum install]
    E -->|Injects Context| F[.agentic/context.md]
    F -->|Reads Docs| G[Perfect Implementation]
    G -->|Zero Hallucinations| H[Ship Code 🚀]

🚀 Quick Start

1. Installation

Install Autum globally or run it via npx:

# Recommended: Run directly
npx autum init

2. Connect Your IDE

During init, Autum automatically detects your environment and injects protocols into:

  • .cursorrules: For Cursor users.
  • .windsurfrules: For Windsurf users.
  • .agentic/rules: For universal agentic support.

This makes the integration automatic. Your AI agent will now "know" it has access to the Autum Brain without you needing to tell it every time.

3. Search & Inject

Need to add Supabase Auth or a Stripe integration?

# Search for the best "stack"
npx autum search "supabase auth"

# Install the stack and inject technical context
npx autum install "Supabase Auth"

The documentation is now in .agentic/context.md. Your AI agent is pre-programmed via the rules files to read this file and use it to write your code.

🛠️ How it Works (Under the Hood)

Autum solves the "Context Gap" by hard-coding instructions into your IDE's agent:

  1. Protocol Injection: We inject a mandatory workflow into your IDE's rule files.
  2. Autonomous Search: The agent is now trained to say: "Wait, I should check Autum first for the best way to do this."
  3. Context Reading: By placing optimized guides in .agentic/context.md, we ensure the agent uses the latest best practices, not outdated training data from its base model.

⚡ Features

  • 🎯 Semantic Search: Find tools by "vibe" or keyword.
  • 🔌 IDE Protocols: Automatic configuration for any Agentic IDE.
  • 💉 Context Injection: Deep-link verified implementation guides into your agent's brain.
  • 🩺 The Doctor: (Coming Soon) Scan your project for inconsistencies and fix them via AI stacks.

🌐 The Brain

Autum is powered by a high-performance semantic vector database constantly updated with modern development flows.

Visit autum.dev to explore the full library of stacks.