Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Operationalize

Distill rich gathered context (research output, recon reports, big learnings) into evidence-anchored rules and route each rule to its automation shape.

majiayu000 4a5e9d5 2 files · 2.5 KB Updated 567 repo stars

File contents

operationalize (Codex)

Codex-native entry point for the operationalize operator skill.

The AgentOps source skill ../../skills/operationalize/SKILL.md is the source of truth for domain behavior: the distillation discipline, the rule-packet format under .agents/operationalize/, and the routing handoffs to skill-builder, workflow-builder, hooks, gates, beads, or playbooks. Read it first, then use prompt.md for the Codex runtime profile.

Codex Runtime Contract

  • Use Codex plus the local shell. Do not invoke Claude Code as an executor.
  • Distill-and-route only: emit the rule packet plus handoff stubs; never build the routed automations inline from this skill.
  • Load only the relevant source references or scripts for the task.
  • Verify command syntax from local --help or checked-in references before acting.
  • Return concrete evidence: commands run, files touched, exit codes, and any remaining blocker.

majiayu000/claude-skill-registry-data/tree/main/productivity/operationalize-boshu2-agentops commit 4a5e9d5b14

Frequently asked questions

npx skillmds add majiayu000/operationalize-2