How this command is triggered — by the user, by Claude, or both
Slash command
/node-team:setup <component> [--ticket OCPNODE-1234] [--pr 456]The summary Claude sees in its command listing — used to decide when to auto-load this command
## Name node-team:setup ## Synopsis ## Description Sets up a development environment for a Node team component. Clones the appropriate downstream or upstream repo (based on the component-to-repo mapping), creates a git worktree for the task, and installs the node-team plugin locally in the worktree. When given a Jira ticket or PR number, names the worktree after it and (for tickets) fetches the issue summary to confirm the right component. ## Implementation 0. Run the checks from `/node-team:preflight` to confirm GitHub and Jira tokens are valid. If any required check fails, stop ...
node-team:setup
/node-team:setup <component> [--ticket OCPNODE-1234] [--pr 456]
Sets up a development environment for a Node team component. Clones the appropriate downstream or upstream repo (based on the component-to-repo mapping), creates a git worktree for the task, and installs the node-team plugin locally in the worktree.
When given a Jira ticket or PR number, names the worktree after it and (for tickets) fetches the issue summary to confirm the right component.
/node-team:preflight to confirm GitHub and Jira tokens
are valid. If any required check fails, stop and show remediation steps
before proceeding.<component> argument against the "Day-to-Day Dev Shorthand"
table or the full component names (case-insensitive, partial match OK).
If ambiguous, ask the user to clarify.git clone <repo-url>
cd <repo-name>
--ticket OCPNODE-1234: name the worktree after the ticket
(wt/ocpnode-1234), fetch issue details from Jira to confirm the
component matches--pr 456: fetch the PR and create a worktree for it
(pr-456)claude plugin install node-team@ai-helpers --scope local
Set up CRI-O for a Jira ticket:
/node-team:setup crio --ticket OCPNODE-5678
Set up kubelet for PR review:
/node-team:setup kubelet --pr 12345
Set up MCO for general development:
/node-team:setup mco
<component>: Component short name (e.g., crio, kubelet, mco,
kueue, conmonrs, crun). Required.--ticket <key>: Jira issue key to associate with the worktree. Optional.--pr <number>: PR number to fetch and review. Optional.npx claudepluginhub cblecker/ai-helpers --plugin node-team7plugins reuse this command
First indexed Jul 11, 2026
Showing the 6 earliest of 7 plugins
/setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupGuides enterprise admins through configuring Claude Office add-in to use their own cloud backend (Vertex AI, Bedrock, Azure AI Foundry, or custom gateway), handles admin consent, and generates deployable M365 manifest(s).
/setupDetects and cleans up ghost installations of the claude-hud plugin in Claude Code, checking cache, registry, and temp files across macOS/Linux and Windows.
/setupInteractive setup wizard that detects installed AI providers, configures auth, and optimizes token usage for the Octopus ecosystem. Runs on first install or manual invocation.