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

@hyperdrive.bot/bmad-sls-react

v0.1.1

Published

Battle-tested BMAD v6 module — 7 specialized agents for TypeScript + AWS Serverless + React + DynamoDB stacks

Readme

SLS-React: Battle-Tested Serverless + React Agent Pack

By Kingdom Group — extracted from 500+ real production sessions across multi-tenant SaaS products.

A BMAD v6 module providing 7 specialized agents for teams building on the TypeScript + AWS Serverless + React + DynamoDB stack.

These agents aren't theoretical — they were forged in production incidents, deploy failures, multi-tenant permission bugs, and real weekly planning sessions. Every persona encodes hard-won operational knowledge.

Stack Assumptions

These agents are most valuable when your project uses:

  • TypeScript / Node.js — backend and frontend
  • AWS Lambda + API Gateway — via Serverless Framework v4
  • DynamoDB — single-table design patterns
  • React (TanStack Router, TanStack Query, Tailwind CSS)
  • Multi-tenant SaaS — ABAC, per-tenant resources, identity pools
  • CI/CD — GitLab CI, GitHub Actions, or similar

They'll still work on adjacent stacks (Vue, RDS, CDK), but the deep expertise is in the combination above.

Agents

| Agent | Name | Icon | Specialty | |-------|------|------|-----------| | pirlo | Pirlo | :dart: | Il Maestro — Full-Stack Orchestrator. Story-driven dev with deploy + E2E as Definition of Done. The flagship. | | lena | Lena | :scissors: | Pirlo-Aware Scrum Master. Writes stories Pirlo can execute. Splits epics, manages scope. | | deploy | Major Tom | :rocket: | Deploy Operations Veteran. CI/CD, rollback procedures, cross-account AWS deploys, mission-phase thinking. | | archie | Archie | :wrench: | Serverless Infrastructure Specialist. Modules, IAM, cross-module DDB, API Gateway routing. | | tenancy | Tess | :office: | Multi-Tenancy Architecture Specialist. ABAC, per-tenant resources, identity pools, tenant isolation. | | gws | Gus | :cloud: | Google Workspace Operations Specialist. Drive, Gmail, Calendar, Docs/Sheets — via the gws CLI. | | coach | Coach | :church: | Anti-Procrastination Coach & Weekly Planning Copilot. Integrates Calendar, Jira, email for concrete planning. |

Installation

Via npm (recommended)

npm i -D @hyperdrive.bot/bmad-sls-react

The postinstall script automatically copies the module into your project's _bmad/sls-react/ directory. On update (npm update), files are overwritten with the latest version.

To skip the auto-install (e.g., in CI where you don't need the agents): BMAD_SKIP_INSTALL=1 npm install

Via BMAD installer

git clone [email protected]:dev_squad/repo/bmad-packs.git /tmp/bmad-packs
npx bmad-method install --custom-content /tmp/bmad-packs/bmad-sls-react/module

Manual

Copy the module/ folder contents into your project's _bmad/sls-react/ directory:

git clone [email protected]:dev_squad/repo/bmad-packs.git /tmp/bmad-packs
cp -r /tmp/bmad-packs/bmad-sls-react/module/ your-project/_bmad/sls-react/

Then update your _bmad/_config/agent-manifest.csv to include the new agents.

Dependencies

  • BMAD v6.0.0+ (v6.2.0 recommended)
  • bmm module (recommended) — Pirlo and Lena reference bmm workflows for story-driven development
  • gws CLI (optional) — required for the GWS agent (npm i -g @hyperdrive.bot/gws)

Package Structure

@hyperdrive.bot/bmad-sls-react/
├── package.json             # npm package config + postinstall hook
├── README.md                # This file
├── scripts/install.js       # Copies module/ into _bmad/sls-react/
└── module/                  # BMAD module payload (installed content)
    ├── module.yaml          # BMAD v6 module config + install prompts
    ├── config.yaml          # Agent variable resolution template
    ├── agents/
    │   ├── pirlo.md         # Full-stack orchestrator
    │   ├── lena.md          # Pirlo-aware scrum master
    │   ├── deploy.md        # Deploy operations veteran
    │   ├── archie.md        # Serverless infrastructure
    │   ├── tenancy.md       # Multi-tenancy specialist
    │   ├── gws.md           # Google Workspace ops
    │   ├── gws-sidecar/     # GWS operational knowledge + scope refs
    │   └── coach.md         # Anti-procrastination coach
    └── teams/
        └── default-party.csv

Version Compatibility

  • Targets BMAD v6.0.0 - v6.2.0 module format
  • Agent files use .md format (not .agent.yaml)
  • v6.2.1+ skills-based format: conversion planned for a future release

About

Built by Kingdom Group — a software studio specializing in multi-tenant SaaS products on AWS. These agents encode the patterns, mistakes, and victories from shipping real products to real customers.

Published under the @hyperdrive.bot npm scope.

License

MIT