agent-workflows
Structured engineering workflows for coding, review, and incident response
All Skills in This Repository (9)
Pure Emerald Level Indicatorsrelease-prep
Prepares a project release by auditing, scoring vendor readiness, and generating handover documents.
performance-review
Scan code changes for scalability risks and cost mechanisms.
workflow-automation
Route software tasks to the appropriate agent-workflows engineering workflow and execute it.
docs-maintenance
Update documentation and cross-references for agent-workflows projects.
workflow-maintainer
Audit agent-workflows documentation, routing consistency, and skill metadata validity.
test-strategy
Map behaviors to a coverage matrix and identify missing boundary and regression scenarios.
security-review
Identify and report security weaknesses in code changes with severity-ranked findings.
migration-planning
Plans staged schema, data, API, and configuration migrations with validation and rollback.
project-initialization
Initialize a new project repository through preflight, planning, scaffolding, and validation.
Frequently Asked Questions
FAQPage SchemaHow to install agent-workflows?▼
Run `npx skills add franklioxygen/agent-workflows --all -g -y` in your terminal to install all skills in this collection globally.
What problems do agent-workflows solve?▼
They give your coding agent a disciplined process for features, bug fixes, reviews, incidents, and refactoring, so it stops skipping triage, validation, and regression checks.
How does workflow routing work?▼
The workflow-automation skill reads your task description, classifies it, and loads only the matching workflow file and shared rules before executing the steps directly.
Does agent-workflows work with Claude Code and Codex?▼
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, Cursor, and other compatible coding agents.
Can I use these workflows without writing code?▼
Yes. You describe the task in plain English, and the agent picks the right workflow, runs the checks, and reports results for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core