qiongli
v0.10.1
Published
npm/npx installer and optional Python bridge runtime for Qiongli academic workflow skills.
Downloads
130
Readme
qiongli
qiongli is the npm/npx installer for the Qiongli academic workflow skills.
Install
npm install -g qiongli
qiongli install --target allUpdate an existing global install with:
npm install -g qiongli@latest
qiongli upgrade --target allOr run without a global install:
npx qiongli@latest install --target allFor prerelease testing:
npx qiongli@next upgrade --target allThe npm package contains the complete qiongli-workflow skill payload and does not depend on PyPI for skill installation.
Global-first update model
The npm package and the installed workflow assets are separate surfaces:
npm install -g qiongli@latestupdates the npm CLI and bundled payload in npm's global package location.qiongli install --target allinstalls the bundledqiongli-workflowpayload into global AI client skill directories.qiongli upgrade --target allis the same install flow with overwrite enabled, and is the normal command after updating the npm package.- Project directories are not required for normal install or upgrade. Use project paths only for commands that inspect or clean a specific project, such as
qiongli doctor --cwd .orqiongli clean --project-dir ..
Global assets are written under client home directories such as:
~/.codex/skills/qiongli-workflow
~/.claude/skills/qiongli-workflow
~/.gemini/skills/qiongli-workflowAdvanced bridge commands such as doctor, task-run, and team-run use the Python runtime bundled in the npm package and require Python 3.12+ with PyYAML.
