Skip to content
claude-ops bot edited this page Apr 26, 2026 · 7 revisions

claude-ops

Business Operating System for Claude Code

Version License: MIT Claude Code Plugin Skills Agents Integrations Auto-fix Safety Model

One command. Sixty seconds. Your entire business, at a glance.


Quick install

/plugin marketplace add Lifecycle-Innovations-Limited/claude-ops
/plugin install ops@lifecycle-innovations-limited-claude-ops
/ops:setup

Tip

The setup wizard installs the background daemon early (Step 2c) so it pre-warms your briefing cache while you finish the rest of configuration. By the time you run /ops:go for the first time, it loads instantly.


What is claude-ops?

flowchart LR
    A["/ops"] --> B[Interactive<br/>Dashboard]
    B --> C[Morning Briefing<br/>/ops:go]
    B --> D[Unified Inbox<br/>/ops:inbox]
    B --> E[Fire Check<br/>/ops:fires]
    B --> F[PR Pipeline<br/>/ops:merge]
    B --> G[C-Suite<br/>/ops:yolo]
    B --> H[E-commerce<br/>/ops:ecom]
    B --> I[Marketing<br/>/ops:marketing]
    B --> J[Voice<br/>/ops:voice]

    classDef primary fill:#6366f1,stroke:#4338ca,color:#fff
    classDef secondary fill:#8b5cf6,stroke:#6d28d9,color:#fff
    class A,B primary
    class C,D,E,F,G,H,I,J secondary
Loading

Turns Claude Code into a complete business operating system: infrastructure health, CI/CD status, unified inbox, open PRs, sprint state, revenue snapshot, Shopify commerce, marketing analytics, voice channels, and autonomous agents that act on your behalf.


What's new in v2.0.0

Note

Released 2026-04-26. Purely additive — no v1 behaviour changes by default. See the full Changelog and the Migrating from v1 guide.

v2.0 turns claude-ops from a briefing + comms surface into an autonomy layer for Claude Code itself. Every new subsystem is userConfig-toggleable from /plugins settings.

Capability Doc
Post-merge + build-failure auto-fix (PostToolUse hooks → headless Haiku fixer) Auto-Fix Subsystem
Pre-installed specialist agents (general-purpose, deploy-fixer, build-fixer, dependency-auditor) + silent routing Specialized Agents
Three universal safety hooks (secret-commit, rm -rf anchor, main-push warn) Safety Hooks
Recap marquee daemon (multi-session digest in tmux/statusLine) Recap Marquee
Multi-account Claude Max rotator (launchd + AI-brain) Multi-Account Rotator
Periodic Task* tracking nudge Configuration
/ops:setup wizard expanded with steps 2d, 3o, 6.5a–6.5d Setup Wizard
19+ userConfig overhaul (proper boolean/number/file types) Configuration

v2 quick start — deploy auto-fix in 60 seconds

/plugin update ops@lifecycle-innovations-limited-claude-ops
/ops:setup                    # walks through new steps 2d, 3o, 6.5a–6.5d
/ops:deploy-fix configure     # map your repos → /health + /version URLs
# done — every future `gh pr merge` is now watched + verified + auto-fixed
/ops:deploy-fix               # live status, today's runs, budget remaining

What's new in v1.7.0

Note

Released 2026-04-18 — see the full Changelog.

Feature Summary
"Configure all" first option Every setup phase offers a zero-friction Configure all as the first option. Press Enter → Enter → Enter → full optimized install. Steps 1 (sections), 2 (CLIs), 3 (channels), 4 (MCPs) all support it.
APM & observability New /ops:monitor skill + monitor-agent (Haiku 4.5) for Datadog, New Relic, and OpenTelemetry — active alerts, error traces, entity health, --watch live polling.
/ops:settings post-setup manager Shows integration status (configured / missing / expired) and updates individual credentials without re-running full setup. Smoke-tests after each update.
/ops:integrate — add any SaaS API Discovers auth patterns via WebSearch, tests connectivity, registers the API in your partner registry. --list to see registered partners.
Cross-OS foundation lib/os-detect.{sh,mjs}, lib/credential-store.{sh,mjs}, lib/opener.{sh,mjs} for macOS / Linux / WSL / Windows portability. CI now runs on ubuntu + macos + windows.
Templates templates/nestjs-api/ (JWT, BullMQ, Prisma, Fastify, multi-stage Dockerfile) and templates/nextjs-saas/ (Auth.js v5, Stripe, Prisma, Tailwind, shadcn/ui).
@claude-ops/sdk npm package with TypeScript types (SkillManifest, AgentManifest, PluginManifest, HooksConfig) + create-ops-skill CLI scaffolder.
Automated release pipeline GitHub Actions on v* tag — builds, tests, and publishes on Ubuntu 24.04.
/ops:merge auto-rebase Now auto-rebases on origin/main with full conflict resolution flow.
CODE_OF_CONDUCT + Dependabot + Gitleaks + Prettier Contributor Covenant 2.1, weekly dependency updates, secret-scan rules for every integrated service, .prettierrc.json + npm scripts.
gog public install Switched to steipete/gogcli (public, cross-OS install table). gog auth logingog auth add, gog calgog calendar events.

Previous highlights:

  • v0.8.0 — CLAUDE.md plugin rules, Shopify Admin app template, ops-shopify-create, early daemon install (Step 2c), all subagents on Sonnet 4.6, Agent Teams adoption, AskUserQuestion <=4 compliance.
  • v0.6.0/ops:ecom (Shopify), /ops:marketing (Klaviyo/Meta/GA4/GSC), /ops:voice (Bland AI/ElevenLabs/Whisper), daemon cron jobs, universal credential auto-scan.
  • v0.5.0ops-daemon, ops-memories, Doppler + password manager integration, deep-context inbox, PreToolUse hooks, runtime context in every skill.
  • v0.4.0/ops:dash interactive pixel-art dashboard, /ops:speedup cross-platform system optimizer.

The 30 commands

🧭 Navigation 📊 Daily 🛠️ Project 💰 Business
/ops /ops:go /ops:projects /ops:revenue
/ops:dash /ops:next /ops:linear /ops:ecom
/ops:setup /ops:inbox /ops:triage /ops:marketing
/ops:uninstall /ops:comms /ops:fires /ops:voice
/ops:merge /ops:deploy
/ops:gtm
🤖 Automation 🧰 Maintenance
/ops:orchestrate — Multi-project work engine /ops:speedup — System optimizer
/ops:yolo — 4 parallel C-suite agents /ops:doctor — Plugin auto-repair
/ops:monitor — APM surface (Datadog/New Relic/OTEL)
/ops:settings — Post-setup credential manager
/ops:integrate — Add any SaaS API as an integration

See Skills Reference for every skill's arguments and examples.


The 14 agents

Agent Model Purpose
comms-scanner Sonnet 4.6 Inbox classifier — NEEDS_REPLY / WAITING / HANDLED
infra-monitor Sonnet 4.6 ECS, Vercel, AWS health scanner
project-scanner Sonnet 4.6 Git, PR, CI scanner across every registered repo
revenue-tracker Sonnet 4.6 AWS cost, credits, runway calculator
triage-agent Sonnet 4.6 Isolated-worktree fix agent — root cause + PR
daemon-agent Sonnet 4.6 Daemon lifecycle (start / stop / restart / health)
doctor-agent Sonnet 4.6 Plugin config auto-repair
memory-extractor Haiku 4.5 Contact-profile + context extraction (every 30 min)
monitor-agent Haiku 4.5 APM/metrics probe — Datadog, New Relic, OpenTelemetry (read-only)
marketing-optimizer Sonnet 4.6 Marketing analytics + campaign optimization
yolo-ceo Opus 4.6 Strategic perspective — growth blockers, allocation, build vs. buy
yolo-cto Opus 4.6 Tech debt, production risks, scalability limits
yolo-cfo Opus 4.6 Burn rate, waste, runway, ROI
yolo-coo Opus 4.6 Execution gaps, stale work, broken processes

See Agents Reference for tool access, maxTurns, memory scope, and spawn triggers.


Wiki Pages


Requirements

Important

Claude Code 1.0+ is the only hard requirement.

Everything else (gh, aws, doppler, sentry-cli, expect, node) is installed automatically by /ops:setup. The wizard auto-detects your OS (macOS / Linux / WSL) and package manager (Homebrew / apt).

Links

Clone this wiki locally