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

claude-forge

v2.0.0

Published

Forge your ideas into reality with Claude Code - AI-powered project shaping for Claude Code

Readme

claude-forge

Forge your ideas into reality with Claude Code - AI-powered project shaping

🚀 Version 2.0: AI-Optimized Shape Up

Major update! Shape Up now includes AI-optimized execution mode - shape features for immediate AI implementation instead of 6-week cycles.

What is claude-forge?

A flexible methodology toolkit that turns Claude Code into your complete development team. Choose from multiple proven methodologies like Scrum or Shape Up, each tailored for Claude Code's natural language understanding and file-aware capabilities.

Installation

Choose your methodology:

# Scrum (default)
npx claude-forge init

# Shape Up
npx claude-forge init -m shapeup

# List available methodologies
npx claude-forge list-methodologies

Or install globally:

npm install -g claude-forge
claude-forge init -m shapeup

Recommended Setup Order

  1. First: Run claude-forge init with your chosen methodology
  2. Then: Open Claude Code (claude) and run /init to initialize your project
  3. Start: Use the methodology's start prompt (e.g., "Let's forge a new project" for Scrum)

What it does

  1. Updates your CLAUDE.md file (or creates one) to activate your chosen methodology
  2. Creates a .claude/ directory in your project with:
    • methods/ - Your chosen methodology documentation
    • personas/ - AI personalities for each development role
    • templates/ - Document templates for consistent outputs
    • commands/ - Slash commands for quick access

Available Methodologies

Scrum (Agile Sprint-based)

Classic agile methodology with sprints, user stories, and ceremonies.

How to use:

  • "Let's forge a new project" - Start from scratch
  • "Create a PRD" - Claude becomes a PM and creates requirements
  • "What's next?" - See where you are in the workflow
  • /forge - Start or continue your workflow
  • /forge-prd - Jump straight to PRD creation
  • /forge-build - Start building from your stories

Shape Up (AI-Optimized) 🆕

Basecamp's Shape Up methodology adapted for AI execution - shape once, execute immediately.

Traditional Mode (6-week cycles):

  • "Let's shape a new project" - Start shaping work
  • "Create a pitch" - Define problem and solution
  • "Where are we in the cycle?" - Check progress
  • /shape - Start shaping a feature
  • /bet - Review and make bets
  • /build - Start building cycle
  • /cooldown - Enter cool-down period

AI-Optimized Mode (Single execution):

  • Shape features for immediate AI implementation
  • Translator converts pitches to explicit task lists
  • AI Executor implements in one run
  • 2-5 fix iterations if needed
  • Hours instead of weeks!

New Personas:

  • Translator: Converts shaped work to explicit tasks
  • AI Executor: Implements all tasks in sequence

Perfect for well-defined features, CRUD operations, and pattern-based implementations.

Philosophy

claude-forge adapts proven methodologies for AI-assisted development:

  • Flexible: Choose the methodology that fits your project
  • AI-Native: Designed specifically for Claude Code's capabilities
  • Lightweight: Structure without bureaucracy
  • Document-Driven: All artifacts saved to docs/ directory
  • Natural Language: Just talk to Claude Code

Adding Custom Methodologies

Want to contribute a new methodology? Check our contribution guide for details on the methodology format.

License

MIT