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

zen-agent-skills

v1.0.2

Published

Transform Cursor into a collaborative AI OS with specialized agents, learning memory, and multi-agent orchestration

Readme

🚀 Zen Agent Skills: The Cursor AI OS

Turn Cursor into a Collaborative, Evolving Senior Engineering Team.

zen-agent-skills is more than just a collection of rules—it's a complete operating system mod for Cursor. It transforms your AI from a simple assistant into a team of specialized, hierarchical agents that coordinate complex tasks, learn from your project, and grow more capable over time.


✨ What This Package Does

This package gives you a production-grade AI infrastructure:

  • 🔄 Multi-Agent Orchestration: Coordinate multiple agents (/architect, /security, /reviewer) to work together on complex workflows with automatic context sharing.
  • 🎯 Sub-Sub-Agent System: Hierarchical specialization for deep expertise (e.g., /reviewer:performance, /architect:database).
  • 🧠 Learning & Memory: A persistent "brain" that remembers successful patterns, project-specific preferences, and grows with every session.
  • 🗺️ Codebase Intelligence: Automatically builds a knowledge graph of your entire codebase structure, dependencies, and patterns.
  • 🚀 Vercel Performance Pack: 49+ rules from Vercel Engineering to eliminate waterfalls and optimize React/Next.js apps.
  • ⚡ Always-On Guidance: 55+ Cursor Rules that automatically enforce best practices while you code.

🧠 Core Components of the AI OS

1. Multi-Agent Orchestration

Coordinate specialized experts through structured workflows.

# Complex task - orchestrator coordinates multiple agents
"Build a payment feature with authentication, database, and API"

# Orchestrator automatically plans and executes:
# /architect → /security → /reviewer → /test-runner → /verifier

2. Hierarchical Sub-Sub-Agents

Summon specialized experts within any domain for deeper analysis.

  • /reviewer:performance — Deep React/Next.js optimization audit.
  • /reviewer:security — Rigorous security vulnerability scan.
  • /architect:database — Data modeling and schema optimization.
  • /architect:api — REST/GraphQL interface design.

3. Learning & Evolution

Your agents get smarter the more you use them.

  • Usage Learning: Agents remember patterns you accept and avoid those you reject.
  • Experience Tracking: Agents track their "success rate" and develop project-specific expertise.
  • Growth Path: Agents evolve from generic assistants to specialized project experts.

🛠 Usage & Commands

Once installed, your agents and rules use the built-in zen-agent-skills os engine to power their intelligence.

Orchestration

/orchestrator Plan a feature development workflow for "User Dashboard"

Specialized Audit

/reviewer:performance Analyze this component for re-render bottlenecks

Intelligence & Memory

# Agents run these automatically behind the scenes:
npx zen-agent-skills os build-graph          # Update codebase knowledge
npx zen-agent-skills os record-success "..."  # Save a project-winning pattern

📦 Quick Installation

Transform your IDE in seconds. Run this in your project root:

Install from GitHub

npx github:ZenderGoD/zen-agent-skills

Note: This package is currently hosted on GitHub. To use npx zen-agent-skills directly (without github:), publish to npm first:

npm login
npm publish

The installer will audit your project and let you select:

  1. Subagents Pack (8 specialized agents)
  2. Sub-Sub-Agents (Hierarchical specialization)
  3. Multi-Agent Orchestrator (Workflow coordination)
  4. Learning & Memory System (Persistent growth)
  5. Codebase Intelligence (Deep structure mapping)
  6. Performance Rules (49+ Vercel best practices)

🎓 How It Works

  1. Installation: Files are copied to your project's .cursor/ directory.
  2. Triggering: Rules (.mdc) trigger automatically based on file patterns (globs).
  3. Specialization: Agents (.md) are invoked via /name syntax.
  4. Collaboration: The Orchestrator uses YAML workflows to pass context between agents.
  5. Persistence: All data (memory, graph, analytics) is stored locally in your project for privacy and project-specific learning.

🤝 Contributing

We welcome contributions to grow this ecosystem!

  • Add new Sub-Sub-Agents
  • Define new YAML Workflows
  • Improve Performance Rules

📦 Publishing to npm

To make this package available via npx zen-agent-skills:

  1. Login to npm:

    npm login
  2. Publish the package:

    npm publish
  3. Users can then install directly:

    npx zen-agent-skills

Current Status: Package is hosted on GitHub. Use npx github:ZenderGoD/zen-agent-skills for installation.


📝 License

MIT License - Use freely in your projects.


Made with ❤️ to turn your AI into a senior engineering partner.