Agent workflow skills
Workflow skills teach your agent how to plan before acting, debug methodically, coordinate subagents, automate the browser, and run autonomous task loops without supervision.
What your agent can do with agent workflows skills installed
- Break ambiguous tasks into structured plans before touching code
- Dispatch parallel subagents and coordinate their outputs
- Automate browser navigation, forms, extraction, and screenshots
- Debug through systematic hypothesis-and-test loops
- Discover and install new skills inside an agent session
- Close branches with tests, commits, pull requests, and review
- Run autonomous loops from structured task lists with retries and checkpoints
Skills in this category
find-skills is published by vercel-labs/skills. Review its source instructions before using it in an agent workflow.
agent-browservercel-labs/agent-browseragent-browser is published by vercel-labs/agent-browser. Review its source instructions before using it in an agent workflow.
skill-creatoranthropics/skillsCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
brainstormingobra/superpowersYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
browser-usebrowser-use/browser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
systematic-debuggingobra/superpowersUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
writing-plansobra/superpowersUse when you have a spec or requirements for a multi-step task, before touching code
executing-plansobra/superpowersUse when you have a written implementation plan to execute in a separate session with review checkpoints
test-driven-developmentobra/superpowersUse when implementing any feature or bugfix, before writing implementation code
requesting-code-reviewobra/superpowersUse when completing tasks, implementing major features, or before merging to verify work meets requirements
subagent-driven-developmentobra/superpowersUse when executing implementation plans with independent tasks in the current session
verification-before-completionobra/superpowersUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
dispatching-parallel-agentsobra/superpowersUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
using-git-worktreesobra/superpowersUse when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
finishing-a-development-branchobra/superpowersUse when implementation is complete, all tests pass, and you need to decide how to integrate the work
ralph-tui-prdsubsy/ralph-tuiGenerate a Product Requirements Document (PRD) for ralph-tui task orchestration. Creates PRDs with user stories that can be converted to beads issues or prd.json for automated execution. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
ralph-wiggumfstandhartinger/ralph-wiggumAutonomous AI coding with spec-driven development. Implements Geoffrey Huntley's iterative bash loop methodology where agents work through specs one at a time, outputting a completion signal only when acceptance criteria are 100% met.
ralph-loopandrelandgraf/fullstackrecipesComplete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
Works with your agent
Agent workflows skills work with Claude Code, Cursor, GitHub Copilot, Windsurf, Cline, Codex, Gemini CLI, and agents that support the skills CLI.
Frequently asked questions
What is the difference between agent-browser and browser-use?
agent-browser is fast, CLI-driven automation for structured tasks. browser-use adds visual understanding for inconsistent or unfamiliar layouts.
Should I install both writing-plans and executing-plans?
They are designed as a pair, but each is independently useful.
Can find-skills install skills without restarting?
Yes. Discovering and loading a relevant skill during the same session is its primary use case.
Are parallel agents useful only for large tasks?
No. Moderate tasks benefit whenever the work can be divided into independent streams.