@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
Maintainers
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 doctorinstall 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 cursorThe 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:
