boshu2boshu2Communityยท32 Agent Skills Included

agentops

Independent validation and evidence contracts for coding changes

Runs one bounded plan-implement-validate cycle where a fresh context independently judges each code change as PASS, FAIL, or NOT_PROVEN. Eliminates self-graded completion, drifting acceptance criteria, and unverifiable claims that a change is done. Ships content-addressed verdict storage, safety hooks, security scans, and multi-agent adapters so teams get replayable proof before merging.
npx skills add boshu2/agentops --all -g -y
Available:

Gives the agent the operating contract for this repository: run one Plan-Implement-Validate traversal per change, treat tool output as evidence rather than authority, and never let the authoring context declare its own work proven.

All Skills in This Repository (32)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install AgentOps?โ–ผ

Run `npx skills add boshu2/agentops --all -g -y` in your terminal to install the full skill bundle globally into your coding agent.

What problem does AgentOps solve?โ–ผ

It stops coding agents from declaring their own work done. A fresh, separate context judges each change against frozen acceptance criteria and returns PASS, FAIL, or NOT_PROVEN with evidence.

How does the RPI workflow run?โ–ผ

Type /rpi or ask for plan, implement, and validate by name in your agent's chat. Plan locks acceptance, Implement builds one bounded change, and a fresh Validate context issues the verdict.

Does AgentOps work with Claude Code and Codex?โ–ผ

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible runtimes, with a generated Codex projection included.

Can AgentOps block dangerous commands?โ–ผ

Yes. It ships default PreToolUse policy hooks that block known-destructive commands like force-pushes or hand-edited verdict files and route you to the safe alternative.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’