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

idea-manager

v2.5.2

Published

AI-powered idea & task manager for developers. Brainstorm → structured tasks → AI agent execution. CodeMirror editor with slash commands, MCP Server, Claude/Gemini/Codex support. Local-first SQLite, cross-PC Git sync.

Readme

IM (Idea Manager)

English | 한국어 | 日本語 | 中文

v1.8+: 运行 im start 时自动检查并安装最新版本。旧版本用户请先执行 npm install -g idea-manager@latest

将自由头脑风暴转化为结构化任务树和AI提示词

面向开发者的本地优先任务管理工具。将想法组织成子项目和任务,为每个任务编写提示词,然后交给AI代理执行。内置MCP服务器支持AI代理自主执行。通过Git实现跨PC同步。

快速开始

npm install -g idea-manager
im start

以原生应用般的独立窗口打开(Chrome/Edge --app 模式)。首次运行时自动构建。

CLI命令

| 命令 | 说明 | |------|------| | im start | 启动Web UI(端口3456) | | im mcp | 启动MCP服务器(stdio) | | im watch | AI自动执行已提交的任务 | | im sync init | 初始化跨PC同步 | | im sync push | 导出数据 + push | | im sync pull | 导入数据 |

主要功能

  • 多代理支持 — 按项目选择 Claude / Gemini / Codex
  • 跨PC同步 — 通过Git仓库同步数据
  • MCP服务器 — 向外部AI代理公开任务
  • 三面板布局 — 头脑风暴 | 项目树 | 任务详情
  • 标签导航 — 同时打开多个项目
  • 文件树 — 浏览关联的项目目录
  • CodeMirror笔记编辑器 — Markdown语法高亮、GFM、列表自动延续(v1.6+)
  • ⌘K AI命令面板 — 在笔记中对选区进行整理 / 续写 / 总结 / 任务拆分,结果直接插入光标位置(v1.6+)
  • 上下文感知自动完成 — 从当前笔记、兄弟任务与头脑风暴中建议多词短语(v1.6+)
  • Note Assistant — 按任务对话改进工作,一键插入笔记
  • 本地优先 — SQLite (sql.js),无原生依赖

要求

  • Node.js 18+
  • AI CLI(可选)— Claude / Gemini / Codex CLI

许可证

MIT