From agent-isles
Install or update Agent Isles in the current Claude Code project with deterministic package-manager detection and a render smoke check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-isles:install-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to install, update, enable, or verify Agent Isles in a project.
Use this skill when the user wants to install, update, enable, or verify Agent Isles in a project.
Make Agent Isles work with as few manual steps as possible while keeping package mutations explicit and reviewable.
node <plugin-root>/bin/isles-doctor.mjs --cwd . --json --smoke README.md
packageManager.manager chooses npm, pnpm, or yarn.commands.init is present when no package.json exists.commands.installOrUpdate installs or updates agent-isles@next as a dev dependency.commands.smoke renders an existing Markdown file when one was provided.npx claudepluginhub zpyoung/agent-isles --plugin agent-islesProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.