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

flowmind

v1.5.12

Published

Memory and workflow automation for MCP, Codex, and Claude Code. Reuse repeatable developer operations through skills and explicit feedback.

Readme

🧠 FlowMind

The AI Agent That Learns How You Work

Memory and workflow automation for MCP, Codex, and Claude Code.

License: MIT PRs Welcome npm version npm downloads

中文 | Quick Start | Demo | Detailed Guide | Integration | Changelog

Weekly downloads: 3,280


What It Is

FlowMind is a memory layer for repeatable developer workflows.

Use it when you already have tools and want a better execution surface:

  • Route recurring tasks through reusable skills
  • Capture explicit feedback and reuse it later
  • Run the same workflow from CLI, Codex, or MCP clients

Best-fit use cases today:

  • Log and trace investigation
  • Code review with fixed standards
  • Data validation and internal tool orchestration

Quick Start

npm install -g flowmind
flowmind doctor
flowmind skills
flowmind process --skill log-audit "query the latest error logs"

If you want Codex-friendly JSON output:

flowmind-codex skills
flowmind-codex --skill log-audit "查询 traceId abc123 的日志"

If you prefer npx:

npx flowmind@latest doctor
npx flowmind@latest skills

Why It Works

  • Skills provide a stable execution path instead of ad hoc prompts
  • Feedback becomes reusable state instead of chat history
  • CLI and MCP entrypoints make the workflow scriptable

A Real Example

flowmind process --skill log-audit "查询 traceId abc123 的日志"
flowmind "下次用表格格式"

On the next similar request, FlowMind can reuse that explicit formatting preference from local learning data.

Read By Goal

Why This Homepage Is Short

The npm package page works best as an entry page, not as the entire manual. Detailed usage modes, system explanation, and architecture notes now live in the linked docs.

Release Notes

Package release details are maintained outside the published README.

Contributing

PRs are welcome. Start with CONTRIBUTING.md.

License

MIT. See LICENSE.