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

odd-flow

v1.2.5

Published

AI agent orchestration for Claude Code — swarm coordination, vector memory, self-learning hooks, and MCP tools

Readme

odd-flow

Agent orchestration for Claude Code.

odd-flow is a CLI and MCP tool package for coordinating multi-agent coding workflows. It bundles swarm orchestration, memory tools, hooks, and MCP integrations into a single package you can install locally or run via npx.

What this package is for

Use odd-flow if you want to:

  • run a local MCP server that exposes orchestration tools to Claude Code
  • coordinate multiple agents working on the same task
  • persist useful patterns and retrieve them with semantic memory search
  • add hooks, task routing, and session management to your coding workflow

This is the end-user package. If you are looking for lower-level building blocks, see the companion packages:

  • @darrenjcoxon/odd-flow-mcp for the standalone MCP server library
  • @darrenjcoxon/odd-flow-shared for shared infrastructure and types

Install

Run without installing:

npx odd-flow

Install globally:

npm install -g odd-flow

Quick start

Register as an MCP server for Claude Code:

claude mcp add odd-flow -- npx -y odd-flow

Initialize a project and start using the CLI:

odd-flow init
odd-flow swarm init --topology hierarchical
odd-flow agent spawn -t coder --name my-agent
odd-flow memory store --key "pattern" --value "JWT refresh token rotation"
odd-flow memory search --query "authentication"

Core capabilities

  • Swarm orchestration for multi-agent workflows
  • Semantic memory storage and retrieval
  • MCP server with orchestration tools
  • Hooks and session management
  • Task coordination and progress tracking
  • Security-focused transfer and plugin tooling

Main commands

  • init
  • agent
  • swarm
  • memory
  • task
  • session
  • hooks
  • mcp
  • doctor
  • config

Run odd-flow --help or odd-flow <command> --help for command details.

Who should use this package

  • developers using Claude Code who want local orchestration tools
  • teams experimenting with multi-agent workflows
  • users who want one installable package instead of wiring the lower-level libraries together manually

License

MIT