boss

Featured

OPS 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

View on GitHub

Quality Score: 94/100

Stars 20%
76
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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

Author
Lifecycle-Innovations-Limited
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