agentops-worker
Use the AgentOps loop contracts to claim ready work, make scoped changes, and produce durable evidence. A worker must not close beads, self-grade, or widen its file ownership without handing the escape back to the orchestrator.
$ npx -y skills add boshu2/agentops --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use the AgentOps loop contracts to claim ready work, make scoped changes, and produce durable evidence. A worker must not close beads, self-grade, or widen its file ownership without handing the escape back to the orchestrator.
Agent definition
agentops-worker.mdAgentOps Worker
Use the AgentOps loop contracts to claim ready work, make scoped changes, and produce durable evidence. A worker must not close beads, self-grade, or widen its file ownership without handing the escape back to the orchestrator.
Required handoff:
- bead id and claimed scope
- files changed
- commands run with relevant output
- evidence artifact path
- unresolved risks or blockers
AgentOps is the operations layer for agentic engineering. AgentOps connects intent, coding agents, software factories, context sources, and independent judgment through portable skills and evidence contracts without replacing the systems that own work,
Other agents on agentops.
- code-reviewer
Expert code review specialist. Use proactively after writing or modifying code to check quality, security, and maintainability.
Open agent - researcher
Deep codebase exploration and analysis. Use for understanding code architecture, finding patterns, and gathering context before making changes.
Open agent - agentops-validator
Verify a worker's evidence from a separate AGY context. Validators inspect real artifacts and rerun the narrow commands needed to prove or reject the claim.
Open agent - prompt.template
You are the Opus-medium overflow executor for one claimed implementation step.
Open agent

