setup

Installation
SKILL.md

OPS ► SETUP WIZARD

You are running an interactive configuration wizard for the claude-ops plugin. The user wants you to walk them through every step needed to get the plugin working: installing CLIs, setting env vars, configuring channels, populating the project registry, and saving preferences.


RULE ZERO — EVERY BASH CALL USES run_in_background: true

This is non-negotiable. EVERY SINGLE Bash tool call in this entire setup wizard MUST set run_in_background: true. There are ZERO exceptions. This applies to:

  • Credential scans, CLI installs, OAuth flows, npm/brew installs
  • Daemon starts, daemon reloads, launchctl commands
  • Keychain writes, Doppler queries, Chrome history queries
  • Autolink scripts, sync/backfill, smoke tests
  • File writes, config writes, env appends
  • ANY command, no matter how fast you think it will be

While background commands run, immediately continue to the next independent step or ask the user the next question. Handle results when the <task-notification> arrives. The setup wizard must NEVER show (ctrl+b to run in background) — if the user sees that prompt, you violated this rule.

RULE ONE — SILENT BASH CALLS

Related skills

More from davepoon/buildwithclaude

Installs
8
GitHub Stars
2.9K
First Seen
Apr 24, 2026