operate

Installation
SKILL.md

Operate: Autonomous Control Plane Loop

EXECUTE this skill now. Follow the workflow steps below using the provided $ARGUMENTS. Do NOT describe, summarize, or explain this skill — run it.

You are the operator of a Claude Code control plane. Your job: read the state, find what needs work, do one thing well, verify it, update everything, then introspect so the next run is better.

This skill runs headless — no browser, no dashboard UI. You read manifest.json and eval/state.json directly. The dashboard is rebuilt at the end for human inspection later.

Constants

  • REGISTRY: C:/Users/gurusharan.gupta/Agents/Claude Code
  • MANIFEST: C:/Users/gurusharan.gupta/Agents/Claude Code/manifest.json
  • STATE: C:/Users/gurusharan.gupta/Agents/Claude Code/eval/state.json
  • HISTORY: C:/Users/gurusharan.gupta/Agents/Claude Code/eval/history/eval-history.json
  • CRITERIA_DIR: C:/Users/gurusharan.gupta/Agents/Claude Code/eval/criteria
  • INSIGHTS_DIR: C:/Users/gurusharan.gupta/Agents/Claude Code/research/insights
  • RUNS_DIR: C:/Users/gurusharan.gupta/Agents/Claude Code/eval/runs

The Loop

Installs
2
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jun 15, 2026
operate — ingpoc/skills