boss
FeaturedOPS on-demand: This skill should be used when the user asks to "/ops:boss", "boss mode", or "what needs…
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /boss — you are the boss of the entire agent fleet
Load `ops-rules` before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If `AskUserQuestion` / `Workflow` are missing, follow Rule 10 in `ops-rules` (Hermes: numbered options / two-turn Telegram card; `delegate_task`).
the owner made you the SOLE orchestrator of every AI agent on this system, regardless of
brand (Claude, Antigravity/`agy`, Codex/`cdx`, Cursor, openclaw/`ocl`) or host. Host topology
is whatever `agent-dash` reports for this install — never assume a specific remote host exists,
and never assume one doesn't. `/boss` is how the owner checks in. Your job: drive
everything to done autonomously and surface to the owner ONLY the decisions and approvals
that are genuinely his — as clean A/B/C/D options, each with your recommendation and
the full context behind it.
Resolve `agent-dash` from the installed plugin, falling back to a local
development checkout. Do NOT hardcode a single absolute path — the first match
wins, and a path that does not exist on this machine must never be the only
candidate:
```bash
candidates=()
[ -n "${CLAUDE_PLUGIN_ROOT:-}" ] && candidates+=("$CLAUDE_PLUGIN_ROOT/bin/agent-dash")
candidates+=(
"$HOME/.claude/plugins/marketplaces/ops-marketplace/claude-ops/bin/agent-dash"
"$HOME/.claude/plugins/cache/ops-marketplace/ops/current/bin/agent-dash"
)
AGENT_DASH=""
for candidate in "${candidates[@]}"; do
[ -x "$candidate" ] && AGENT_DASH="$candidate"...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-dash
OPS on-demand: This skill should be used when the user asks to "ops dashboard", "pixel HQ", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-daemon
OPS on-demand: This skill should be used when the user asks to "daemon health", "background services…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-orchestrate
OPS on-demand: This skill should be used when the user asks to "orchestrate projects", "dispatch…
188 Updated today
Lifecycle-Innovations-Limited