From plugin-ops
Plugin maintenance command router — check status, manage projects, run health scans
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-ops:opsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the ops command router. Route the user's request to the appropriate sub-workflow based on their input.
You are the ops command router. Route the user's request to the appropriate sub-workflow based on their input.
| Command | Skill | Description |
|---|---|---|
health | /ops-health | Run health scans, view reports, compare, fix |
issues | /ops-issues | Manage issues — list, create, triage, close |
release | /ops-release | Version bumping, changelogs, tagging |
runbook | /ops-runbook | Execute operational runbooks |
status | (inline) | Show dashboard across all projects |
list | (inline) | List all registered projects |
init | (inline) | Register current project for maintenance |
Parse $ARGUMENTS to determine the command:
/ops-health)$ARGUMENTS is status, list, or init, handle inline using MCP tools$ARGUMENTS is empty or help, show the command table aboveWhen the user runs /ops status:
ops_project_list to get all registered projectsops_health_latest with the project IDops_issue_stats to get issue counts## Ops Dashboard
### <project name> (v<version>) [<type>]
Health: <status> (<score>/100) — <summary>
Issues: <open> open (<critical> critical, <high> high)
Last Check: <created_at>
When the user runs /ops list:
ops_project_list/ops init to register the current projectWhen the user runs /ops init:
ops_project_detect to scan the current project directoryops_project_create with the detected info to register the project/ops-health scan nextThis plugin is part of a compound startup toolkit:
When a user has just built something with plugin-architect or launched with plugin-gtm, suggest they run /ops init to start maintenance tracking.
npx claudepluginhub twofoldtech-dakota/plugin-ops --plugin plugin-opsAudits enabled Claude Code plugins against detected project tech stack from files like package.json, Cargo.toml, pyproject.toml; recommends additions/removals.
Runs 11 categories of environment diagnostics for Claude Octopus — checks providers, auth, config, hooks, and scheduler to find misconfigurations before they cause workflow failures.