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

planforge

v0.1.8

Published

PlanForge CLI - Bring your own AI to Cursor

Downloads

729

Readme

PlanForge

Bring your own AI to Cursor.

PlanForge lets you use Claude or Codex inside Cursor Free. Slash commands and CLI use planforge.json to choose which provider runs planning (/p) and implementation (/i).

Why PlanForge?

Cursor is great, but many teams and developers already pay for AI elsewhere. PlanForge lets you use Claude or Codex APIs in your Cursor workflow without requiring Cursor Pro.

Install

npm install -g planforge

Quick Start

In your Cursor project root:

planforge init

Then use /p for planning and /i for implementation in Cursor, or run:

  • planforge plan "<goal>" to generate a dated plan file under .cursor/plans/YYYY-MM-DD/
  • planforge implement "<prompt>" to run implementation

Commands

| Command | Description | | ------- | ----------- | | planforge init | Shows provider check (Claude/Codex) first; detects providers, runs claude /init when available, creates AGENTS.md when Codex is available, creates planforge.json, .cursor/plans, .cursor/contexts, and installs Cursor skills/rules. Use --skip-provider-install to skip provider prompt. | | planforge plan "<goal>" | Generate a plan and save to .cursor/plans/YYYY-MM-DD/{HHMM}-<summary>.plan.md. Claude prefers CLAUDE.md; Codex prefers AGENTS.md. | | planforge implement "<prompt>" | Run implementation using the implementer from planforge.json, with the same provider-specific instruction file preference and default context loading from .cursor/contexts. | | planforge config show | Print current planforge.json. | | planforge config suggest [--apply] | Show or apply suggested config for installed providers. | | planforge doctor | Check Claude/Codex CLI, provider instruction files, config, .cursor/plans, and .cursor/contexts. | | planforge install [-f] | Install .cursor/skills and .cursor/rules; -f overwrites existing planforge.json. |

License

MIT