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

@yorha-agents/devola-flow

v23.0.0

Published

Thin installer for the DevolaFlow agent skill: downloads the version-matched skill file set and provisions the matching Python runtime through uv into the Cursor, Claude Code, Codex, KimiCode, or DSH user-level skill directories. Zero npm dependencies; wo

Downloads

3,294

Readme

@yorha-agents/devola-flow

Thin, zero-npm-dependency installer for the DevolaFlow agent skill. It requires Node 18 or newer and works on Windows. The installer also provisions the matching Python runtime through uv.

Scope

This package installs the five maintained user-level skill profiles:

  • Cursor: ~/.cursor/skills/devola-flow/
  • Claude: ~/.claude/skills/devola-flow/
  • Codex: $CODEX_HOME/skills/devola-flow/ (or ~/.codex/skills/devola-flow/)
  • KimiCode: ~/.kimi/skills/devola-flow/
  • DSH: $DSH_HOME/skills/devola-flow/ (or ~/.dsh/skills/devola-flow/)

npm all means these five targets. It does not mean the broader target set supported by the repository's curl installer, and it does not include Copilot's project-level rule-file installation.

Install, update, and doctor

npm install -g @yorha-agents/[email protected]
devola-flow install all

devola-flow update cursor
devola-flow update all
devola-flow doctor

install and update install skill files and provision Python 3.13 through uv, pinned to the matching v22.1.1 source tag. If uv bootstrap or runtime installation is unavailable, skill files remain usable as docs-only; the command prints a copyable repair command. Use --no-runtime for an explicit docs-only install. doctor reports runtime state for all five locations and file parity against workflow-system/agent/manifest.yaml.

Download ref and file list

Skill files are not bundled in the npm tarball. By default, the installer downloads from the git tag matching the package version. Set DEVOLA_FLOW_REF to intentionally use another branch, tag, or SHA:

DEVOLA_FLOW_REF=main npx @yorha-agents/devola-flow install cursor

The target file list is derived from the manifest at that same ref. This keeps the npm package, curl installer, and source checkout on one profile contract.

More targets and Python tooling

For project-local installation, Copilot, Windsurf, Zed, Cline, Roo, or local workspace scaffolding, use the canonical repository guides. Runtime console commands such as devola-local-archive, devola-init-doctor, and devola-version are available after a full-runtime install. On systems whose Python is older than 3.11, use the uv-managed runtime rather than system pip:

uv tool install --force --python 3.13 \
  'devolaflow @ git+https://github.com/YoRHa-Agents/[email protected]'

For explicit python -m devolaflow.* execution, use uv run --with 'devolaflow @ git+https://github.com/YoRHa-Agents/[email protected]' followed by the module command. See the canonical repository guides: