boshu2/agentops
These skills were imported into SkillJury from the public skills ecosystem.
swarm
by boshu2/agentops
Spawn isolated agents to execute tasks in parallel. Fresh context per agent (Ralph Wiggum pattern).
bug-hunt
by boshu2/agentops
Quick Ref: 4-phase investigation (Root Cause → Pattern → Hypothesis → Fix). Output: .agents/research/YYYY-MM-DD-bug-*.md
pre-mortem
by boshu2/agentops
Purpose: Is this plan/spec good enough to implement?
plan
by boshu2/agentops
Quick Ref: Decompose goal into trackable issues with waves. Output: .agents/plans/*.md + bd issues.
codex-team
by boshu2/agentops
The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager.
retro
by boshu2/agentops
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
crank
by boshu2/agentops
Quick Ref: Autonomous epic execution. /swarm for each wave with runtime-native spawning. Output: closed issues + final vibe.
post-mortem
by boshu2/agentops
Purpose: Wrap up completed work — validate it shipped correctly, extract learnings, process the knowledge backlog, activate high-value insights, and retire stale knowledge.
evolve
by boshu2/agentops
Measure what's wrong. Fix the worst thing. Measure again. Compound.
vibe
by boshu2/agentops
Source details, install context, and public review data are available on the full page.
handoff
by boshu2/agentops
Quick Ref: Create structured handoff for session continuation. Output: .agents/handoff/YYYY-MM-DD- .md + continuation prompt.
complexity
by boshu2/agentops
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
rpi
by boshu2/agentops
Quick Ref: One command, full lifecycle. /discovery → /crank → /validation . Thin wrapper that delegates to phase orchestrators.
implement
by boshu2/agentops
Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue.
quickstart
by boshu2/agentops
One job: Tell a new user what AgentOps does and what to do first. Fast.
trace
by boshu2/agentops
Quick Ref: Trace design decisions through CASS sessions, handoffs, git, and artifacts. Output: .agents/research/YYYY-MM-DD-trace-*.md
flywheel
by boshu2/agentops
Source details, install context, and public review data are available on the full page.
release
by boshu2/agentops
Purpose: Take a project from "code is ready" to "tagged and ready to push."
product
by boshu2/agentops
Purpose: Guide the user through creating a PRODUCT.md that unlocks product-aware council reviews in /pre-mortem and /vibe .
using-agentops
by boshu2/agentops
You have access to workflow skills for structured development.
inject
by boshu2/agentops
DEPRECATED (removal target: v3.0.0) — Use ao lookup --query "topic" for on-demand learnings retrieval, or see .agents/AGENTS.md for knowledge navigation. This skill and the ao inject CLI command still work but are no longer called from hooks or other skills.
provenance
by boshu2/agentops
Trace knowledge artifact lineage to sources.
shared
by boshu2/agentops
Source details, install context, and public review data are available on the full page.
forge
by boshu2/agentops
Typically runs automatically via SessionEnd hook.