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

agent-team-composer

v1.0.9

Published

Transform README files into GitHub project plans with AI-powered agent teams

Readme

Agent Team Composer

NPM Version

Transform any README.md into a comprehensive GitHub project plan with AI-powered agent teams optimized for Claude Flow SPARC methodology.

🚀 Quick Start

npx agent-team-composer init

That's it! The tool will:

  1. Read your project's README.md
  2. Use Claude AI to generate a complete project plan
  3. Launch a localhost UI for review and editing
  4. Push approved plans to GitHub as issues and epics

📋 Prerequisites

  • Node.js 18+ (required for ES modules support)
  • GitHub repository with a README.md
  • Anthropic API key
  • GitHub CLI (optional, for enhanced features)

📦 Installation

| Method | Command | | --------------------- | ------------------------------------- | | npx (recommended) | npx agent-team-composer init | | npm (global) | npm install -g agent-team-composer | | yarn (global) | yarn global add agent-team-composer |

🌟 Features

🤖 AI-Powered

Uses Claude to generate project-specific phases, epics, and issues

🎯 SPARC Ready

Issues formatted for autonomous agent execution

🔗 GitHub Native

Creates epics, issues, milestones, and labels

📝 Smart Parsing

Automatically extracts project info from README

🎨 Interactive UI

5-step wizard to review and edit everything

⚙️ Customizable

Edit phases, roles, and issues to match needs

🎯 How It Works

  1. Parse Product: Analyzes your README and extracts project metadata
  2. Sprint View: AI generates 3-8 development phases based on your project
  3. Epic View: Breaks down each phase into epics with role assignments
  4. Issues View: Creates detailed issues for each epic with SPARC formatting
  5. GitHub Sync: Select repository/branch and push everything to GitHub

🛠️ Configuration

Set your Anthropic API key:

export ANTHROPIC_API_KEY=your-api-key

Optional: Configure GitHub token for enhanced features:

export GITHUB_TOKEN=ghp_your-token

📖 Command Options

agent-team-composer init [options]

Options:
  -p, --port <port>        Port for localhost UI (default: 3000)
  -r, --readme <path>      Path to README.md (default: README.md)
  --skip-gh-check          Skip GitHub CLI verification
  -h, --help               Display help

🤖 SPARC Agent Integration

Generated issues include:

  • Role assignments for autonomous agents
  • Structured markdown with clear deliverables
  • Dependency mapping between tasks
  • Labels: sparc-enabled:true, role:<persona>, phase:<phase>
  • Execution hints for parallel vs sequential work

📊 Example Output

| Metric | Typical Output | | -------------- | ---------------------------------------- | | Phases | 8 phases from Discovery to Enhancement | | Issues | 20+ detailed tasks with role assignments | | Roles | 10+ specialized agent personas | | Milestones | Sprint markers with timelines | | Labels | Auto-generated for agents and phases |

🐛 Troubleshooting

Missing Anthropic API Key

export ANTHROPIC_API_KEY=sk-ant-api...

GitHub Authentication Issues

# Option 1: Use GitHub CLI
gh auth login

# Option 2: Use token
export GITHUB_TOKEN=ghp_...

Port Already in Use

agent-team-composer init --port 4000

🚀 Release Process

See docs/RELEASE_WORKFLOW.md for detailed release instructions.

Automatic Releases

Every PR merged to main automatically triggers a release! Version is determined by PR labels:

  • feature → Minor version bump (new features)
  • breaking-change → Major version bump
  • No label → Patch version bump (bug fixes)
  • skip-release → No release

Manual Releases

  1. Create Release PR: Actions → "Create Release PR" → Choose version → Run
  2. Direct Publish: Actions → "Publish to NPM" → Choose version → Run

Setup NPM Publishing

To enable automated NPM publishing:

  1. Create NPM access token at https://www.npmjs.com/
  2. Add to GitHub: Settings → Secrets → Actions → New repository secret
    • Name: NPM_TOKEN
    • Value: Your NPM access token

🤝 Contributing

Contributions welcome! See CONTRIBUTING.md for development setup and guidelines.

Development Setup

# Clone and install
git clone https://github.com/ford-at-home/agent-team-composer
cd agent-team-composer
npm install

# Run tests
npm run test
npm run build:npm
npm run test:build

# Test locally
npm link
agent-team-composer init

🏆 Contributors

📈 Stats

GitHub Stars GitHub Forks GitHub Issues GitHub PRs

📄 License

MIT © Agent Team Composer Contributors


NPMGitHubIssuesContributing