You have access to workflow skills for structured development.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionusing-agentopsExecute the skills CLI command in your project's root directory to begin installation:
Fetches using-agentops from boshu2/agentops and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate using-agentops. Access via /using-agentops in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
260
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
260
stars
You have access to workflow skills for structured development.
Research → Plan → Implement → Validate
↑ │
└──── Knowledge Flywheel ────┘
/research <topic> # Deep codebase exploration
ao search "<query>" # Search existing knowledge
ao search "<query>" --cite retrieved # Record adoption when a search result is reused
ao lookup <id> # Pull full content of specific learning
ao lookup --query "x" # Search knowledge by relevance
Output: .agents/research/<topic>.md
/pre-mortem <spec> # Simulate failures (error/rescue map, scope modes, prediction tracking)
/plan <goal> # Decompose into trackable issues
Output: Beads issues with dependencies
/implement <issue> # Single issue execution
/crank <epic> # Autonomous epic loop (uses swarm for waves)
/swarm # Parallel execution (fresh context per agent)
Output: Code changes, tests, documentation
/vibe [target] # Code validation (finding classification + suppression + domain checklists)
/post-mortem # Validation + streak tracking + prediction accuracy + retro history
/retro # Quick-capture a single learning
Output: .agents/learnings/, .agents/patterns/
/release [version] # Full release: changelog + bump + commit + tag
/release --check # Readiness validation only (GO/NO-GO)
/release --dry-run # Preview without writing
Output: Updated CHANGELOG.md, version bumps, git tag, docs/releases/
| Phase | Primary Skill | Supporting Skills |
|---|---|---|
| Discovery | /discovery |
/brainstorm, /research, /plan, /pre-mortem |
| Implement | /crank |
/implement (single issue), /swarm (parallel execution) |
| Validate | /validation |
/vibe, /post-mortem, /retro, /forge |
| Release | /release |
— |
Choosing the skill:
/implement for single issue execution. Now defaults to TDD-first — writes failing tests before implementing. Skip with --no-tdd./crank for autonomous epic execution (loops waves via swarm until done). Auto-generates file-ownership maps to prevent worker conflicts./swarm directly for parallel execution without beads (TaskList only)./discovery for the discovery phase only (brainstorm → search → research → plan → pre-mortem)./validation for the validation phase only (vibe → post-mortem → retro → forge)./rpi for full lifecycle — delegates to /discovery → /crank → /validation./ratchet to gate/record progress through RPI.These are the skills every user needs first. Everything else is available when you need it.
| Skill | Purpose |
|---|---|
/quickstart |
Guided onboarding — run this first |
/bootstrap |
One-command full AgentOps setup — fills gaps only |
/research |
Deep codebase exploration |
/council |
Multi-model consensus review + finding auto-extraction |
/vibe |
Code validation (classification + suppression + domain checklists) |
/rpi |
Full RPI lifecycle orchestrator (/discovery → /crank → /validation) |
/implement |
Execute single issue |
/retro --quick |
Quick-capture a single learning into the flywheel |
/status |
Single-screen dashboard of current work and suggested next action |
/goals |
Maintain GOALS.yaml fitness specification |
/push |
Atomic test-commit-push workflow |
/flywheel |
Knowledge flywheel health monitoring (σ×ρ > δ/100) |
| Skill | Purpose |
|---|---|
/compile |
Active knowledge intelligence — Mine → Grow → Defrag cycle |
/harvest |
Cross-rig knowledge consolidation — sweep, dedup, promote to global hub |
/knowledge-activation |
Operationalize a mature .agents corpus into beliefs, playbooks, briefings, and gap surfaces |
/brainstorm |
Structured idea exploration before planning |
/discovery |
Full discovery phase orchestrator (brainstorm → search → research → plan → pre-mortem) |
/plan |
Epic decomposition into issues |
/design |
Product validation gate — goal alignment, persona fit, competitive differentiation |
/pre-mortem |
Failure simulation (error/rescue, scope modes, temporal, predictions) |
/post-mortem |
Validation + streak tracking + prediction accuracy + retro history |
/bug-hunt |
Root cause analysis |
/release |
Pre-flight, changelog, version bumps, tag |
/crank |
Autonomous epic loop (uses swarm for each wave) |
/swarm |
Fresh-context parallel execution (Ralph pattern) |
/evolve |
Goal-driven fitness-scored improvement loop |
/doc |
Documentation generation |
/retro |
Quick-capture a learning (full retro → /post-mortem) |
/validation |
Full validation phase orchestrator (vibe → post-mortem → retro → forge) |
/ratchet |
Brownian Ratchet progress gates for RPI workflow |
/forge |
Mine transcripts for knowledge — decisions, learnings, patterns |
/readme |
Generate gold-standard README for any project |
/security |
Continuous repository security scanning and release gating |
/security-suite |
Binary and prompt-surface security suite — static analysis, dynamic tracing, offline redteam, policy gating |
/test |
Test generation, coverage analysis, and TDD workflow |
/red-team |
Persona-based adversarial validation — probe docs and skills from constrained user perspectives |
/review |
Review incoming PRs, agent output, or diffs — SCORED checklist |
/refactor |
Safe, verified refactoring with regression testing at each step |
/deps |
Dependency audit, update, vulnerability scanning, and license compliance |
/perf |
Performance profiling, benchmarking, regression detection, and optimization |
/scaffold |
Project scaffolding, component generation, and boilerplate setup |
/scenario |
Author and manage holdout scenarios for behavioral validation |
| Skill | Purpose |
|---|---|
/grafana-platform-dashboard |
Build Grafana platform dashboards from templates/contracts |
/codex-team |
Parallel Codex agent execution |
/openai-docs |
Official OpenAI docs lookup with citations |
/oss-docs |
OSS documentation scaffold and audit |
/reverse-engineer-rpi |
Reverse-engineer a product into feature catalog and specs |
/pr-research |
Upstream repository research before contribution |
/pr-plan |
External contribution planning |
/pr-implement |
Fork-based PR implementation |
/pr-validate |
PR-specific validation and isolation checks |
/pr-prep |
PR preparation and structured body generation |
/pr-retro |
Learn from PR outcomes |
/complexity |
Code complexity analysis |
/product |
Interactive PRODUCT.md generation |
/handoff |
Session handoff for continuation |
/recover |
Post-compaction context recovery |
/trace |
Trace design decisions through history |
/provenance |
Trace artifact lineage to sources |
/beads |
Issue tracking operations |
/heal-skill |
Detect and fix skill hygiene issues |
/converter |
Convert skills to Codex/Cursor formats |
/update |
Reinstall all AgentOps skills from latest source |
Every /post-mortem feeds back to /research:
.agents/learnings/.agents/patterns/AgentOps has four runtime modes. Do not assume hook automation exists everywhere.
| Mode | When it applies | Start path | Closeout path | Guarantees |
|---|---|---|---|---|
gc |
Gas City (gc) binary available and city.toml present |
gc controller manages sessions; ao rpi auto-selects gc executor |
gc event bus captures phase/gate/failure/metric events | Default when gc is available. Phase execution via gc sessions, events via gc event bus, agent health via gc health patrol |
hook-capable |
Claude/OpenCode with lifecycle hooks installed (no gc) | Runtime hook or ao inject / ao lookup |
Runtime hook or ao forge transcript + ao flywheel close-loop |
Automatic startup/context injection and session-end maintenance when hooks are installed |
codex-hookless-fallback |
Codex Desktop / Codex CLI without hook surfaces | ao codex start |
ao codex stop |
Explicit startup context, citation tracking, transcript fallback, and close-loop metrics without hooks |
manual |
No hooks and no Codex-native runtime detection | ao inject / ao lookup |
ao forge transcript + ao flywheel close-loop |
Works everywhere, but lifecycle actions are operator-driven |
This workflow uses beads for git-native issue tracking:
bd ready # Unblocked issues
bd show <id> # Issue details
bd close <id> # Close issue
bd vc status # Inspect Dolt state if needed (JSONL auto-sync is automatic)
Hook-capable runtimes
session-start.sh (or equivalent) can run at session start.manual mode, MEMORY.md is auto-loaded and the hook points to on-demand retrieval (ao search, ao lookup).lean mode, the hook extracts pending knowledge and injects prior learnings with a reduced token budget.Codex hookless fallback
ao codex start..agents/, runs safe close-loop maintenance, syncs MEMORY.md, and writes .agents/ao/codex/startup-context.md.retrieved.ao lookup for automatic citations during work, or ao search --cite retrieved|reference|applied when a search result is actually adopted.ao codex stop, then verify loop health with ao codex status.Result: The agent gets the RPI workflow, prior context, and a citation path in both modes. The difference is whether lifecycle work is hook-driven or command-driven.
User says: "How should I approach this feature?"
What happens:
/research for codebase exploration, /plan for decomposition/pre-mortem for failure simulation before implementationResult: Agent provides structured workflow guidance based on this meta-skill, avoiding ad-hoc approaches.
| Problem | Cause | Solution |
|---|---|---|
| Skill not auto-loaded | Hook runtime unavailable or startup path not run | Hook-capable runtimes: verify hooks/session-start.sh exists and is enabled. Codex: run ao codex start explicitly |
| Outdated skill catalog | This file not synced with actual skills/ directory | Update skill list in this file after adding/removing skills |
| Wrong skill suggested | Natural language trigger ambiguous | User explicitly calls skill with /skill-name syntax |
| Workflow unclear | RPI phases not well-documented here | Read full workflow guide in README.md or docs/ARCHITECTURE.md |
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for using-agentops matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: using-agentops is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in using-agentops — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 42