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

@florian-trehaut/bmad-global

v2.1.0

Published

Personal fork of BMad Method with global flat install, Agent Teams, and workflow improvements

Readme

bmad-global — Personal BMad Fork

Upstream License: MIT Node.js Version

Personal fork of BMad Method with opinionated extensions for daily professional use.

What this fork adds

This fork extends the upstream BMad Method with:

  • Global flat install — Skills install to ~/.claude/skills/{skill-name}/ for Claude Code discovery, with auto git commit/push
  • Agent Teams infrastructure — Shared schemas, protocols, and conventions for Claude Code Agent Teams (bmad-shared/)
  • Knowledge Bootstrap — Automated workflow-knowledge file generation (bmad-knowledge-bootstrap)
  • Daily Planning — Personal daily planning workflow with velocity tracking (bmad-daily-planning)
  • TEA suite — Test Engineering & Automation skills (ATDD, automation, CI, framework, test review, traceability)
  • Desktop validation — Business validation gate for desktop applications (bmad-validation-desktop)
  • Workflow improvements — "Investigate first, ask second" for troubleshooting, anti-rationalization rule for code review
  • Path corrections — All skill paths updated for global flat install (no more _bmad/core/ dead refs)
  • Upstream sync skillbmad-upstream-sync for merging upstream changes with guided conflict resolution

Quick Start

Option 1: npx (no clone needed)

npx @florian-trehaut/bmad-global install

Option 2: Clone and install from source

git clone https://github.com/florian-trehaut/bmad-global.git
cd bmad-global
npm ci
npx bmad install --force

After install, open any project in Claude Code — all bmad-* skills are available globally.

Upstream Sync

This fork tracks bmad-code-org/BMAD-METHOD as upstream. To merge upstream changes:

bmad-upstream-sync

This runs the upstream sync skill which fetches, analyzes divergence, resolves conflicts guided by our conventions, and produces a clean merge commit.

Project Structure

src/
  core-skills/          # Framework skills (shared, init, help, builders)
  bmm-skills/           # BMad Method skills by category
    1-analysis/         # Research, documentation, product briefs
    2-plan-workflows/   # PRD, UX, specs, validation
    3-solutioning/      # Architecture, epics, readiness checks
    4-implementation/   # Dev, review, test, troubleshoot, sprint
tools/cli/              # Installer and CLI
test/                   # Test suites
docs/                   # Documentation site (Starlight)

Key Differences from Upstream

| Aspect | Upstream | This fork | |--------|----------|-----------| | Install target | _bmad/ in project | ~/.claude/skills/ global | | Skill layout | Nested _bmad/core/, _bmad/bmm/ | Flat ~/.claude/skills/bmad-*/ | | Config loading | _bmad/bmm/config.yaml | .claude/workflow-context.md | | Shared files path | {project-root}/_bmad/core/bmad-shared/ | ~/.claude/skills/bmad-shared/ | | Agent Teams | Not supported | Schemas + protocols in bmad-shared | | Issue tracker | GitHub Issues | Linear (via MCP) |

Development

npm test          # Run all checks (refs, install, lint, format)
npm run lint      # ESLint
npm run lint:md   # Markdownlint (781+ files)
npm run format    # Prettier check

Upstream

License

MIT License — see LICENSE.

BMad and BMAD-METHOD are trademarks of BMad Code, LLC. See TRADEMARK.md.