agentops
v3.7.0Engineering guidance for coding agents: behavior-driven planning, shared domain language, independent validation, and reusable improvements.
By Boden FullerLicense: Apache-2.0442 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 34 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agentops for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentops@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/boshu2/agentopsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/account-rotation/SKILL.md├── skills/agent-mail/SKILL.md├── skills/agent-native/SKILL.md├── skills/agy-native/SKILL.md├── skills/cass/SKILL.md├── skills/cc-hooks/SKILL.md├── skills/codex-exec/SKILL.md├── skills/council/SKILL.md├── skills/craft-goal/SKILL.md├── skills/dcg/SKILL.md├── skills/doc/SKILL.md├── skills/domain/SKILL.md├── skills/idea-genie/SKILL.md├── skills/implement/SKILL.md├── skills/memory/SKILL.md├── skills/ms/SKILL.md├── skills/ntm/SKILL.md├── skills/plan/SKILL.md├── skills/postmortem/SKILL.md├── skills/premortem/SKILL.md├── skills/rch/SKILL.md├── skills/reality-check/SKILL.md├── skills/refactor/SKILL.md├── skills/research/SKILL.md├── skills/reverse-engineer/SKILL.md├── skills/rpi/SKILL.md├── skills/sbh/SKILL.md├── skills/security/SKILL.md├── skills/skill-builder/SKILL.md├── skills/skill-eval/SKILL.md├── skills/test/SKILL.md├── skills/using-flywheel/SKILL.md├── skills/using-gc/SKILL.md└── skills/validate/SKILL.md
Included Skills34
Switch coding-agent accounts and verify runtime identity. Use when: the caller requests an account change; never rotate automatically to evade a quota.
Coordinate selected writers with Agent Mail messages and advisory file reservations. Use when: this adapter is requested; mail does not own tracker status.
Dispatch independent tasks to parallel workers or selected persistent roles. Use when: delegation is authorized with disjoint scopes; execution does not validate output.
Run a supplied task in AGY Antigravity and collect its result. Use when: the caller selects AGY; never a fallback for native coding.
Search agent session logs and cited episodes with CASS. Use when: past prompts, decisions or failures may answer a question; repeated text is not a proven lesson.
Configure Claude Code hooks and narrow enforcement guards. Use when: the caller requests hook installation, repair or policy changes; a hook is not required to use other skills.
Run one prompt through headless Codex and capture its result. Use when: requesting a single noninteractive Codex process. Not for worker batches or retries.
Compare independent views on a consequential or contested decision. Use when: the caller selects multiple judges; evidence resolves disagreement, not voting.
Draft or lint a bounded persistent goal above a bead graph of RPI experiments. Use when: this goal workflow is explicitly selected; shaping a single change belongs to Plan.
Diagnose a Destructive Command Guard block or configure its rules. Use when: DCG rejected an operation or policy work is requested; never disguise commands to bypass it.
Write grounded docs, READMEs, repo instructions or continuity handoffs. Use when: these documents are requested; no reports as a routine completion ritual.
Clarify domain terms, bounded contexts and repository conventions. Use when: naming, rule ownership or Go and other language standards are unclear; avoid a broad survey.
Generate evidenced options or challenge an idea. Use when: deciding what to build or comparing alternatives; exploration does not authorize implementation.
Implement accepted behavior, repair defects or execute a selected wave with per-lane evidence. Use when: coding is authorized and ready; return facts, not a binding verdict.
Recall reviewed lessons or deliberately mine and curate experience. Use when: prior evidence can change an action, or learning is requested; no mandatory recall or lesson.
Find and load guidance with the meta_skill search engine. Use when: searching a skill corpus; CASS owns past sessions and Skill Builder owns package authoring.
Operate selected NTM agent panes and inspect native state. Use when: persistent tmux roles are requested; pane liveness and prompt delivery are not validation.
Define intended behavior, review write scope and assess reversible decisions. Use when: acceptance or approach is unclear before coding; stop once actionable.
Analyze outcomes or an interim cutoff. Use when: a postmortem is explicitly requested; consumes available judgment, never gates code acceptance or requires a lesson.
Challenge a rollout plan with one fresh judge before implementation; identify what could make it fail. Not for finished-code judgment. Triggers: "one judge", "challenge this plan".
Offload one build through RCH or diagnose its remote compiler. Use when: remote compilation is selected; report errors without creating a retry controller.
Check whether a claimed shipped feature, repo state or goal status holds up in evidence. Use when: comparing a claim with what exists; a gap report is not a verdict.
Simplify structure, interfaces or responsibilities while preserving behavior. Use when: a focused refactor is requested; feature changes need their own intent.
Trace code or test a recurring pattern to answer one cited question. Use when: uncertainty needs evidence. Not for external feature teardowns; use reverse-engineer.
Tear down an authorized competitor repo, binary or product into a feature inventory and adoption choices. Use when: comparing an external system; local questions go to Research.
Apply the outcome-to-judgment charter. Use when: the caller explicitly selects RPI; ordinary coding, delegation and native goals do not require this workflow.
Inspect disk pressure with SBH and perform an authorized recovery action. Use when: storage diagnosis or SBH recovery is requested; inspection does not authorize deletion.
Review code or scan for security vulnerabilities, secrets, dependencies and prompt risks. Use when: concrete exposure needs assessment; never silently change policy.
Create, adapt, consolidate or repair skill packages and projections. Use when: authoring guidance, descriptions or structure; Skill Eval measures behavioral benefit.
Measure whether a skill helps a named task or needs revision or removal. Use when: a bounded routing or coding evaluation is requested; conformance alone cannot show benefit.
Write behavioral tests, practice TDD or inspect important coverage gaps. Use when: test design or missing proof needs work; running an existing suite needs no skill.
Operate the Agentic Coding Flywheel through its native workflow. Use when: the caller explicitly selects this factory; convergence and closed work do not prove semantic acceptance.
Operate Gas City through its Mayor, registry packs and native run state. Use when: the caller explicitly selects Gas City; factory completion does not replace independent judgment.
Freshly judge a finished change against original acceptance before merge. Use when: independent proof is needed; author tests cannot issue PASS. Triggers: "check this change".
Plugin manifests2
{
"name": "agentops",
"version": "3.7.0",
"description": "Engineering guidance for coding agents: behavior-driven planning, shared domain language, independent validation, and reusable improvements.",
"skills": "./skills-codex",
"interface": {
"displayName": "AgentOps",
"shortDescription": "Agent work you can verify and build on.",
"longDescription": "AgentOps helps Codex define observable behavior, implement it using your domain's language, and have a fresh reviewer validate the exact change against the original request. Apply established engineering practices through optional skills and CLI tools. Keep reusable code, tests, decisions, and requested evidence in your existing engineering system.",
"developerName": "AgentOps",
"category": "Productivity",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Use AgentOps Plan to define one behavior and its evidence.",
"Use AgentOps Implement for one bounded RED to GREEN experiment.",
"Use AgentOps Validate from fresh context to judge the exact candidate."
]
}
}{
"name": "agentops",
"version": "3.7.0",
"description": "Engineering guidance for coding agents: behavior-driven planning, shared domain language, independent validation, and reusable improvements.",
"author": {
"name": "Boden Fuller",
"email": "[email protected]"
},
"homepage": "https://github.com/boshu2/agentops",
"repository": "https://github.com/boshu2/agentops",
"license": "Apache-2.0",
"keywords": [
"operations-layer",
"devops",
"vibe-coding",
"shift-left",
"validation",
"coding-agents",
"pre-mortem",
"vibe-check",
"workflow",
"skills",
"ao-cli"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agentops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentops)