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

bigpowers

v1.3.2

Published

61 agent skills for spec-driven, test-first software development by solo developers

Readme

bigpowers — Best-in-Class Agentic Skills

License: MIT npm version Skills

61 agent skills for high-integrity, spec-driven, test-first software development by solo developers.

bigpowers provides a prescriptive, vertical-slice methodology for building software with AI agents (Claude Code, Gemini CLI, Cursor). It bridges the gap between raw LLM capabilities and professional engineering standards.

Published on npm: [email protected]


🚀 Quick Start

npm (recommended)

# One-shot setup — downloads, syncs artifacts, and links skills to your tools
npx bigpowers

# Or install globally and run the setup command anytime
npm install -g bigpowers
bigpowers

Both commands sync skill artifacts and link them to Claude Code, Gemini CLI, and Cursor (see Prerequisites).

From source (contributors)

git clone https://github.com/danielvm-git/bigpowers.git && cd bigpowers
npm install          # runs postinstall: sync + link
# or manually:
bash scripts/install.sh
npm run sync

🛠 Prerequisites

  • Bash: Required for all scripts.
  • Node.js: v14+ (required for npm/npx).
  • jq: (Highly Recommended) Used for robust configuration of tool settings.
  • AI Tools: One or more of:

🔄 Maintenance (Update & Uninstall)

Update

npm install:

npm update -g bigpowers
bigpowers    # re-sync and refresh symlinks

git clone:

git pull
npm run sync

Install uses symlinks — re-running setup refreshes links without duplicating files.

Uninstall

npm install:

bash "$(npm root -g)/bigpowers/scripts/install.sh" --uninstall
npm uninstall -g bigpowers

git clone:

bash scripts/install.sh --uninstall

Reinstall

npx bigpowers
# or, if installed globally:
bigpowers

🏗 The BMAD Lifecycle

Every task in bigpowers follows a prescriptive lifecycle (see SKILL-INDEX.md):

  1. Discover: survey-context, research-first, elaborate-spec.
  2. Elaborate / Plan: scope-work, plan-work, slice-tasks.
  3. Build: develop-tdd, execute-plan.
  4. Verify: verify-work, run-evals — prove it works before review.
  5. Review / Release: audit-code, request-review, release-branch.
  6. Sustain: stocktake-skills, evolve-skill (benchmark-gated).

📖 Hierarchy of Truth

| Level | Document | Responsibility | | :--- | :--- | :--- | | Vision | docs/PRINCIPLES.md | Philosophical foundations and evolution. | | Context | specs/plans/TECH_STACK_LATEST.md | Tech stack, architecture, and domain notes. | | Scope | specs/requirements/SCOPE_LATEST.yaml | In-scope / out-of-scope and success criteria. | | Vision | specs/requirements/VISION_LATEST.yaml | North star and initiative success criteria. | | Decisions | specs/adr/ | Architectural Decision Records (irreversible choices). | | Roadmap | specs/release-plan.yaml + specs/epics/ | WSJF-prioritized epics and stories. | | Current | specs/state.yaml | Session flow, active epic, handoff. | | Index | SKILL-INDEX.md | Canonical list of all active skills. | | Style | CONVENTIONS.md | Coding, testing, and naming standards. |


📁 Project Structure

  • scripts/: Installation, syncing, and compliance tools.
  • specs/: The "Brain" of your project — all planning and decisions live here (YAML cockpit: state.yaml, release-plan.yaml, epics/, requirements/).
  • specs/wiki/: Deprecated Obsidian layer — use visual-dashboard HTTP cockpit instead of maintain-wiki.
  • docs/references/: Theoretical foundations (Uncle Bob, Ousterhout, Karpathy, etc.).
  • [skill-name]/: Source files for each of the 61 skills.

🤝 References & Credits

bigpowers stands on the shoulders of giants. It integrates patterns from:

  • Akita: Architectural patterns.
  • BMAD: Bold, Minimal, Actionable, Durable documentation.
  • Clean Code: Robert C. Martin (Uncle Bob).
  • A Philosophy of Software Design: John Ousterhout.
  • GSD (Get Stuff Done): Pragmatic workflow frameworks.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


“Simplicity is the ultimate sophistication, but integrity is the ultimate requirement.”