بنقرة واحدة
pluxx-bootstrap-runtime
Install, upgrade, or validate the local Pluxx CLI runtime before running deeper workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Install, upgrade, or validate the local Pluxx CLI runtime before running deeper workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build installable plugins from a Pluxx scaffold and optionally install one.
Diagnose why a locally installed Pluxx plugin is still not visible or healthy in the target host.
Run the one-shot Pluxx import, refinement, and verification path.
Package the current plugin for release distribution.
Review preserve, translate, degrade, and drop behavior across Claude Code, Cursor, Codex, and OpenCode.
Prove a scaffold structurally, install it, and check real workflow behavior.
| name | pluxx-bootstrap-runtime |
| description | Install, upgrade, or validate the local Pluxx CLI runtime before running deeper workflows. |
Use this skill when the machine is missing pluxx, is on a stale version, or when the user wants the smoother local operator path instead of relying on npx every time.
pluxx --versionnpx @orchid-labs/pluxx --version when local pluxx is missingpluxx is missing, explain the best install path:
npm install -g @orchid-labs/pluxx@latestpluxx is present but stale, prefer:
pluxx upgrade --dry-run --jsonpluxx upgrade --json or pluxx upgrade --version x.y.z --jsonactivePathAfter, activePackageAfter, and activeVersionAfter match the requested Pluxx runtimenpx @orchid-labs/pluxx is the better fallback:
npx fallback.pluxx upgrade over repeating raw npm commands when the CLI already exists.pluxx is already available.npx is the better fit.