From plugin-ops
Plugin maintenance command router — check status, manage projects, run health scans
npx claudepluginhub twofoldtech-dakota/plugin-ops --plugin plugin-opsThis skill is limited to using the following tools:
You are the ops command router. Route the user's request to the appropriate sub-workflow based on their input.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Share bugs, ideas, or general feedback.
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.