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

sam-agents

v0.6.1

Published

SAM (Smart Agent Manager) - Autonomous TDD agent system for Claude Code, Cursor, and Antigravity

Readme

SAM - Smart Agent Manager

npm version License: MIT Downloads

Autonomous TDD agent system for Claude Code, Cursor, and Antigravity.

SAM orchestrates a team of specialized AI agents that transform your PRD into working, tested code using strict Test-Driven Development (RED-GREEN-REFACTOR).

Quick Start

# Interactive mode (choose your platform)
npx sam-agents

# Or specify platform directly
npx sam-agents --platform claude       # Claude Code
npx sam-agents --platform cursor       # Cursor IDE
npx sam-agents --platform antigravity  # Google Antigravity
npx sam-agents --platform all          # All platforms

Supported Platforms

| Platform | Install Command | Skill Format | |----------|-----------------|--------------| | Claude Code | npx sam-agents --platform claude | /sam: commands | | Cursor | npx sam-agents --platform cursor | @agent mentions | | Antigravity | npx sam-agents --platform antigravity | /sam- skills |

Why SAM?

| Feature | SAM | Traditional AI Coding | |---------|-----|----------------------| | TDD-First | Tests written before code | Code first, tests maybe | | BYOA | Use your own AI subscription | Pay per API call (5-10x cost) | | Transparency | Watch agents work in real-time | Black box | | Autonomous | Minimal intervention after PRD | Constant hand-holding | | Multi-Platform | Claude Code + Cursor + Antigravity | Single platform lock-in |

Available Agents

| Agent | Role | Claude Code | Cursor | Antigravity | |-------|------|-------------|--------|-------------| | SAM | Orchestrator | /sam:core:agents:sam | @sam | /sam-orchestrator | | Atlas | System Architect | /sam:sam:agents:atlas | @atlas | /sam-atlas | | Titan | Test Architect (RED) | /sam:sam:agents:titan | @titan | /sam-titan | | Dyna | Developer (GREEN) | /sam:sam:agents:dyna | @dyna | /sam-dyna | | Argus | Code Reviewer (REFACTOR) | /sam:sam:agents:argus | @argus | /sam-argus | | Cosmo | CSS Reviewer (web apps) | /sam:sam:agents:cosmo | @cosmo | /sam-cosmo | | Sage | Technical Writer | /sam:sam:agents:sage | @sage | /sam-sage | | Iris | UX Designer | /sam:sam:agents:iris | @iris | /sam-iris |

The TDD Pipeline

| Platform | Command | |----------|---------| | Claude Code | /sam:core:workflows:autonomous-tdd | | Cursor | @sam-tdd | | Antigravity | /sam-tdd-pipeline |

Pipeline Phases

  1. Validate PRD - Atlas + Iris review requirements
  2. Generate Stories - Break down into epics and user stories
  3. TDD Loop - For each story:
    • RED: Titan writes failing tests
    • GREEN: Dyna writes minimal code to pass
    • REFACTOR: Argus improves code quality
    • UI: Iris reviews layout and fixes alignment (web apps only)
    • CSS: Cosmo reviews styling consistency (web apps only)
  4. Complete - Sage generates documentation

What Gets Installed

your-project/
├── _sam/                      # Agent definitions (shared)
│   ├── agents/                # Individual agent configs
│   └── core/workflows/        # TDD pipeline workflow
├── .claude/commands/sam/      # Claude Code skills
├── .cursor/rules/             # Cursor rules
└── .agent/skills/             # Antigravity skills

Requirements

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

License

MIT - see LICENSE for details.


Built with AI. Powered by TDD.