๐ŸŽฏ

perf

๐ŸŽฏSkill

from boshu2/agentops

VibeIndex|
What it does
|

Part of AgentOps, an SDLC control plane for agentic software development that sits on top of coding harnesses like Claude Code, Codex, and Cursor. It adds phase gates, a persistent learning corpus, and reviewable decision trails that survive across sessions, enabling engineering teams to avoid repeating mistakes.

๐Ÿ“ฆ

Same repository

boshu2/agentops(35 items)

perf

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add boshu2/agentops --skill perf
skills.sh Installโš  Installs to .agents/skills/
npx skills add boshu2/agentops --skill perf
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/perf/SKILL.md

SKILL.md

52Installs
-
AddedApr 2, 2026

More from this repository10

๐ŸŽฏ
council๐ŸŽฏSkill

AgentOps โ€” a toolbox of operational primitives for coding agents that preserves learnings between sessions, supports parallel swarm execution, and builds validation pipelines.

๐ŸŽฏ
codex-team๐ŸŽฏSkill

Orchestrates multiple Codex agents for parallel task execution, with the lead agent preventing file conflicts before spawning via merge/wave strategies. Auto-selects the runtime backend (Codex sub-agents, Codex CLI, OpenCode subagents, or swarm fallback) based on availability.

๐ŸŽฏ
reverse-engineer-rpi๐ŸŽฏSkill

AgentOps โ€” a toolbox of operational primitives for coding agents that preserves learnings between sessions, supports parallel swarm execution, and builds validation pipelines.

๐ŸŽฏ
recover๐ŸŽฏSkill

AgentOps automates context persistence between coding agent sessions by extracting learnings, quality-gating them, and injecting them into the next session. Applies DevOps' three ways (flow, feedback, continual learning) to the agent loop with composable primitives for research, planning, building, and review.

๐ŸŽฏ
heal-skill๐ŸŽฏSkill

AgentOps โ€” a toolbox of operational primitives for coding agents that preserves learnings between sessions, supports parallel swarm execution, and builds validation pipelines.

๐ŸŽฏ
converter๐ŸŽฏSkill

AgentOps โ€” a toolbox of operational primitives for coding agents that preserves learnings between sessions, supports parallel swarm execution, and builds validation pipelines.

๐Ÿช
boshu2-agentops๐ŸชMarketplace

Streamlines AI agent development with observability, performance tracking, and debugging tools for complex multi-agent workflows and LLM interactions.

๐ŸŽฏ
discovery๐ŸŽฏSkill

A full discovery phase orchestrator skill that coordinates brainstorming, design validation, codebase research, epic planning, and pre-mortem analysis through strict delegation to sub-skills. Produces execution packets with structured plans for implementing features or capabilities.

๐ŸŽฏ
validation๐ŸŽฏSkill

An SDLC control plane for agentic software development that adds phase gates, a persistent learning corpus, and multi-agent council reviews on top of existing coding tools like Claude Code, Codex, and Cursor. Captures decisions, planning rules, and learnings in a local .agents/ directory so context survives across sessions.

๐ŸŽฏ
knowledge-activation๐ŸŽฏSkill

An SDLC control plane for agentic software development that adds phase gating, a persistent learning corpus, and decision tracking on top of coding agents like Claude Code and Codex, with all state stored in .agents/ alongside your code.