| name | agentic-ops-orchestrator |
| description | Route a real-world operations task to the right skill among 16 agentic-ops specialists โ email, messages, GitHub, Jira, Google Workspace, project flow, unified notifications, terminal/CI, knowledge base, customer + finance billing, automation audit, workspace-surface audit, social connections, and dashboards. USE WHEN an agent must operate, triage, or prove work on a live external surface (inbox, repo, tracker, billing, docs) but the user hasn't named the specific skill. |
| cluster | agentic-ops |
| version | 1.0.0 |
Agentic Ops Orchestrator
The single entry skill for operating real-world surfaces as an autonomous agent โ the
inbox, the repo, the issue tracker, the billing system, the docs drive, the alert stream. It
locates the task on the surface ร intent map and delegates to one of 16 operator spokes.
The cross-cutting discipline every spoke shares โ the evidence-first operator loop (resolve
the surface โ read live state โ smallest reversible action โ prove it โ report exact status) and
the secrets/PII guardrails โ lives in agentic-ops-core; read it before any live mutation.
Cluster map (spoke โ role)
Communication surfaces
email-ops โ mailbox triage, drafting, send, and Sent-folder proof.
messages-ops โ live texts / DMs, one-time-code recovery, thread inspection.
unified-notifications-ops โ collapse scattered alerts into one routed, deduplicated lane.
Code-host & execution surfaces
github-ops โ gh-CLI issue/PR/CI/release/security operations on GitHub.
git-workflow โ branching, commit conventions, merge-vs-rebase, conflict resolution.
terminal-ops โ evidence-first repo execution: run, debug CI, narrow fix, push with proof.
Project-flow & tracker surfaces
project-flow-ops โ triage GitHubโLinear; public truth (GitHub) vs internal execution (Linear).
jira-integration โ retrieve/update Jira tickets, transitions, comments via MCP or REST.
Knowledge & document surfaces
knowledge-ops โ ingest/sync/dedupe/retrieve across files, MCP memory, vector stores, repos.
google-workspace-ops โ Drive/Docs/Sheets/Slides as one working system (find โ inspect โ edit).
Revenue surfaces
customer-billing-ops โ per-customer remediation: refunds, churn triage, portal recovery.
finance-billing-ops โ operator revenue truth: MRR, pricing, code-backed billing reality.
Audit & observability surfaces
automation-audit-ops โ inventory which jobs/hooks/connectors/MCPs are live/broken/redundant.
workspace-surface-audit โ audit repo/MCP/connector/env surface; recommend highest-value skills.
connections-optimizer โ prune/grow X + LinkedIn graph with review-first outreach.
dashboard-builder โ turn metrics into a working operator dashboard (Grafana/SigNoz).
Folded spokes (coding-agent runtime, app-connections & usage)
Folded-in operator spokes for driving coding-agent runtimes, wiring external apps, and proving
usage/cost. Same evidence-first loop applies โ resolve the surface, read live state, smallest
reversible action, prove it, report exact status. Load on demand exactly like the spokes above.
Coding-agent execution surfaces
coding-agent โ run Codex CLI / Claude Code / OpenCode / Pi as a background process for programmatic coding runs.
ai-automation-workflows โ choreograph an approved workflow / scheduled automation through the packet + approval gate (no bypass).
supacode-cli โ drive Supacode from the terminal: CLI commands, worktrees, agent runs.
hyperframes-cli โ HyperFrames CLI dev loop (npx hyperframes): scaffold (init), lint/validate, run.
App-connection surfaces
connect โ connect a coding agent to any app: send email, open issues, post messages, update databases.
connect-apps โ connect to named external apps (Gmail, Slack, GitHub) when the user wants to act through them.
Observability & usage surfaces
langsmith-fetch โ debug LangChain/LangGraph agents by pulling execution traces from LangSmith.
model-usage โ summarize per-model usage and cost (Codex / Claude) via the CodexBar CLI local data.
developer-growth-analysis โ analyze recent coding-agent chat history to surface patterns, gaps, and growth.
General-purpose model call
gemini โ Gemini CLI for one-shot Q&A, summaries, and generation.
Routing: "run / background a coding agent" โ coding-agent; "run an approved workflow / scheduled automation" โ ai-automation-workflows; Supacode terminal โ supacode-cli; HyperFrames scaffold/lint/run โ hyperframes-cli; "connect my agent to an app / act through GmailยทSlackยทGitHub" โ connect / connect-apps; "why did my LangChain/LangGraph run do that" โ langsmith-fetch; "per-model usage / cost" โ model-usage; "analyze my coding history / where am I weak" โ developer-growth-analysis; one-shot Gemini ask โ gemini.
Routing rules (intent โ spoke)
- "Triage / clean my inbox", "draft a reply", "prove it sent" โ
email-ops.
- "Read my texts / DMs", "find the code" โ
messages-ops.
- "Alerts are noisy", "one notification policy", "what should interrupt" โ
unified-notifications-ops.
- "Manage issues/PRs/CI/releases on GitHub" โ
github-ops; branching / merge / rebase / conflicts โ git-workflow; "run / debug / fix / push this repo" โ terminal-ops.
- "Should this be a Linear issue?", "audit the PR backlog", GitHubโLinear coordination โ
project-flow-ops; Jira tickets / transitions / comments โ jira-integration.
- "Save / sync / search my knowledge", dedupe across stores โ
knowledge-ops; find/edit a Doc/Sheet/Slide, clean a tracker โ google-workspace-ops.
- One customer's refund / cancel / billing breakage โ
customer-billing-ops; revenue snapshot, pricing, "is per-seat real in code" โ finance-billing-ops.
- "What automations are live/broken/redundant" โ
automation-audit-ops; "what can my environment do / set up Claude Code" โ workspace-surface-audit; social graph cleanup/growth โ connections-optimizer; build a monitoring dashboard โ dashboard-builder.
Standard Operating Flow
- Locate the task: which surface (comms / code-host / project-flow / knowledge / revenue / audit) and which intent (inspect ยท triage ยท mutate ยท prove ยท audit).
- Pull the loop from
agentic-ops-core before any state change โ resolve-surface โ read-live โ smallest-reversible โ prove โ exact-status is identical across every spoke.
- Delegate to the spoke(s). Multi-surface asks fan out in evidence order, not parallel-blind โ e.g. "fix the CI failure and tell the team" โ
terminal-ops (prove the fix) โ unified-notifications-ops (route the result). "Audit first" asks (automation-audit-ops, workspace-surface-audit) run before any remediation spoke.
- Return: chosen spoke(s), the surface(s) touched, the live-state evidence captured, and the exact status word + next action.
Sibling clusters (when the task outgrows operations)
This cluster operates live surfaces; hand off when the task becomes engineering, not ops:
- Deep git/CI internals โ beyond
github-ops/terminal-ops live operation (pipeline design, build/release architecture, runner/infra config) โ devops-infra-orchestrator; service/API/data-layer design behind the repo โ backend-architecture-orchestrator.
- Billing/revenue beyond ops truth โ
finance-billing-ops owns the operator revenue snapshot; the system that produces it (schema, pricing service, data pipelines) belongs to backend-architecture-orchestrator and databases-data-orchestrator.
- Hardening a surface โ auth, secrets management, or vulnerability review of the repo/billing/notification stack โ
security-orchestrator.
Stay in agentic-ops for operating and proving the surface; route out once the work is building it.
Guardrails
See agentic-ops-core. In short: read before you write โ resolve the exact surface and inspect
live state before any mutation; default to read-only / draft unless a live send/push/refund was
explicitly requested; never claim sent / pushed / fixed / refunded without naming the proof; never
expose secrets, tokens, or unnecessary PII; separate fact from recommendation; keep one
canonical home per fact set; and when the real fix is a different surface (triage, hook policy,
product gap), say so instead of forcing the current tool. The cluster's value is provable
operations โ don't quietly assert state you didn't verify.
Loading spokes on demand
To keep CLI startup context lean, this cluster's spokes are not separately registered as skills โ only this orchestrator and its *-core are enumerated. When you route to a spoke named above, load it on demand by reading its file:
~/.agents/skill-clusters/skills/<spoke-name>/SKILL.md (or skills/<spoke-name>/SKILL.md inside the skill-clusters repo).