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

create-trafford-team

v0.2.0

Published

Build a team of AI agents for Claude Code. Describe your situation, Trafford interviews you and generates personalized agents with skills that evolve over time.

Readme

create-forge-team

Build a team of AI agents for Claude Code. Describe your situation — Forge interviews you and generates personalized agents with skills that evolve over time.

Prerequisites

  • Node.js 20+ (node --version)
  • Claude Code installed and working
  • Anthropic API key set as ANTHROPIC_API_KEY

Quick Start

# 1. Run the interactive team builder
npx create-forge-team

# 2. Use your agents in Claude Code
# Type /summon-{agent-name} in any Claude Code session

# 3. (Optional) Start the dashboard for a browser UI
forge bridge

The concierge interview takes 3-5 minutes. It creates 3-6 agents tailored to your goals, each with a system prompt, skills, and tool connections.

What You Get

  • Personalized agents — each agent has a role, personality, and domain expertise
  • Persistent memory — agents remember context across sessions via structured knowledge files
  • Cross-agent knowledge — agents learn from each other's work through a shared activity feed
  • Skills — slash commands (/summon-agent, /close-agent) for Claude Code integration
  • MCP tool connections — connect calendar, email, databases, or any MCP server
  • Background knowledge processing — transcripts are extracted into decisions, facts, and open threads

CLI Commands

| Command | Description | |---------|-------------| | forge create | Create a new agent team via conversation | | forge agent list | List all agents | | forge agent create | Add a single agent interactively | | forge bridge | Start the dashboard bridge server | | forge tools list | Show configured MCP tools | | forge memory setup | Configure the knowledge system | | forge memory status | Show knowledge queue and stats | | forge council "query" | Run a multi-model council query | | forge status | Show workspace overview |

Dashboard

The Forge Dashboard is a browser UI that connects to your local bridge server for chat, tool management, and session history.

  1. Run forge bridge in your terminal
  2. Copy the connection token displayed
  3. Open the dashboard URL and paste the token

Memory System

Forge includes an optional memory agent that processes session transcripts into structured knowledge:

# One-time setup (needs an OpenRouter API key — free models available)
forge memory setup

# Check knowledge stats
forge memory status

After setup, session transcripts are automatically queued for processing. The memory agent extracts decisions, facts, open threads, and tool data into per-agent knowledge files that are injected into future sessions.

License

MIT