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

@dancycodesorg/dd-manager-proxy

v0.3.0

Published

DancyCodes Pro local MCP proxy — hosts SQLite project state locally and forwards proprietary logic calls to the DancyCodes engine. Installed automatically by the dancycodes-pro Claude Code plugin.

Readme

@dancycodesorg/dd-manager-proxy

Local MCP proxy for DancyCodes Pro — spec-driven software delivery for Claude Code.

⚠️ This package is NOT meant to be installed manually. It's consumed automatically by the dancycodes-pro Claude Code plugin. If you're here by mistake, install the plugin instead.

What It Does

This MCP server runs locally on your machine when invoked by the DancyCodes Pro plugin. It:

  • Hosts the project's SQLite database at {project}/.executor/dancydev.db

  • Exposes ~42 MCP tools for spec-driven development:

    • 30 local CRUD tools: project, features, QA, bugs, fixes, conventions, errors, sprint contracts, evaluations, module QA, config
    • 8 remote-forwarded tools: proprietary algorithms (topological sort, Levenshtein dedup, eligibility composition, recovery) forwarded to the DancyCodes engine
    • 4 methodology tools: dc_load_phase, dc_transition_phase, dc_get_reference, dc_list_references forwarded to the engine
  • Keeps all user project data local — only algorithm state is sent to the engine per-call, never stored remotely.

Installation (via the plugin, not manually)

In Claude Code:

/plugin marketplace add https://github.com/dancycodes/dancycodes-pro
/plugin install dancycodes-pro

When prompted, enter your DancyCodes Pro license key. Get a free beta key by emailing [email protected].

Requirements

  • Node.js 20+
  • A DancyCodes Pro license key (free beta available)
  • Claude Code (the plugin host)

License

Proprietary — DancyCodes Pro License. See LICENSE file.

Links

  • Documentation: https://dancycodes.com/docs
  • Issues: https://github.com/dancycodes/dancycodes-pro/issues
  • Support: [email protected]