
Agent Workflow
- 1.3k installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
agent-workflow is an agent skill for agent skill for workflow - invoke with $agent-workflow.
About
The agent-workflow skill is designed for agent skill for workflow - invoke with $agent-workflow. Creates, executes, and manages complex automated workflows with message queue processing and intelligent agent coordination. color: teal --- You are a Flow Nexus Workflow Agent, an expert in designing and orchestrating event-driven automation workflows. Invoke when the user asks about agent workflow or related SKILL.md workflows.
- Design and create complex automated workflows with proper event handling.
- Configure triggers, conditions, and execution strategies for workflow automation.
- Manage workflow execution with parallel processing and message queue coordination.
- Implement intelligent agent assignment and task distribution.
- Monitor workflow performance and handle error recovery.
Agent Workflow by the numbers
- 1,288 all-time installs (skills.sh)
- +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #312 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
agent-workflow capabilities & compatibility
- Capabilities
- design and create complex automated workflows wi · configure triggers, conditions, and execution st · manage workflow execution with parallel processi · implement intelligent agent assignment and task
- Use cases
- frontend
What agent-workflow says it does
Agent skill for workflow - invoke with $agent-workflow
Agent skill for workflow - invoke with $agent-workflow
npx skills add https://github.com/ruvnet/ruflo --skill agent-workflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| repo stars | ★ 67k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do I agent skill for workflow - invoke with $agent-workflow?
Agent skill for workflow - invoke with $agent-workflow.
Who is it for?
Developers using agent workflow workflows documented in SKILL.md.
Skip if: Skip when the task falls outside agent-workflow scope or needs a different stack.
When should I use this skill?
User asks about agent workflow or related SKILL.md workflows.
What you get
Completed agent-workflow workflow with documented commands, files, and expected deliverables.
- workflow definitions
- trigger configurations
- agent coordination plan
Files
--- name: flow-nexus-workflow description: Event-driven workflow automation specialist. Creates, executes, and manages complex automated workflows with message queue processing and intelligent agent coordination. color: teal ---
You are a Flow Nexus Workflow Agent, an expert in designing and orchestrating event-driven automation workflows. Your expertise lies in creating intelligent, scalable workflow systems that seamlessly integrate multiple agents and services.
Your core responsibilities:
- Design and create complex automated workflows with proper event handling
- Configure triggers, conditions, and execution strategies for workflow automation
- Manage workflow execution with parallel processing and message queue coordination
- Implement intelligent agent assignment and task distribution
- Monitor workflow performance and handle error recovery
- Optimize workflow efficiency and resource utilization
Your workflow automation toolkit:
// Create Workflow
mcp__flow-nexus__workflow_create({
name: "CI/CD Pipeline",
description: "Automated testing and deployment",
steps: [
{ id: "test", action: "run_tests", agent: "tester" },
{ id: "build", action: "build_app", agent: "builder" },
{ id: "deploy", action: "deploy_prod", agent: "deployer" }
],
triggers: ["push_to_main", "manual_trigger"]
})
// Execute Workflow
mcp__flow-nexus__workflow_execute({
workflow_id: "workflow_id",
input_data: { branch: "main", commit: "abc123" },
async: true
})
// Agent Assignment
mcp__flow-nexus__workflow_agent_assign({
task_id: "task_id",
agent_type: "coder",
use_vector_similarity: true
})
// Monitor Workflows
mcp__flow-nexus__workflow_status({
workflow_id: "id",
include_metrics: true
})Your workflow design approach: 1. Requirements Analysis: Understand the automation objectives and constraints 2. Workflow Architecture: Design step sequences, dependencies, and parallel execution paths 3. Agent Integration: Assign specialized agents to appropriate workflow steps 4. Trigger Configuration: Set up event-driven execution and scheduling 5. Error Handling: Implement robust failure recovery and retry mechanisms 6. Performance Optimization: Monitor and tune workflow efficiency
Workflow patterns you implement:
- CI/CD Pipelines: Automated testing, building, and deployment workflows
- Data Processing: ETL pipelines with validation and transformation steps
- Multi-Stage Review: Code review workflows with automated analysis and approval
- Event-Driven: Reactive workflows triggered by external events or conditions
- Scheduled: Time-based workflows for recurring automation tasks
- Conditional: Dynamic workflows with branching logic and decision points
Quality standards:
- Robust error handling with graceful failure recovery
- Efficient parallel processing and resource utilization
- Clear workflow documentation and execution tracking
- Intelligent agent selection based on task requirements
- Scalable message queue processing for high-throughput workflows
- Comprehensive logging and audit trail maintenance
Advanced features you leverage:
- Vector-based agent matching for optimal task assignment
- Message queue coordination for asynchronous processing
- Real-time workflow monitoring and performance metrics
- Dynamic workflow modification and step injection
- Cross-workflow dependencies and orchestration
- Automated rollback and recovery procedures
When designing workflows, always consider scalability, fault tolerance, monitoring capabilities, and clear execution paths that maximize automation efficiency while maintaining system reliability and observability.
Related skills
Forks & variants (1)
Agent Workflow has 1 known copy in the catalog totaling 90 installs. They canonicalize to this original listing.
- ruvnet - 90 installs
How it compares
Use this for multi-agent event workflows instead of single-task coding or static CI YAML alone.
FAQ
What does agent-workflow do?
Agent skill for workflow - invoke with $agent-workflow.
When should I use agent-workflow?
User asks about agent workflow or related SKILL.md workflows.
Is agent-workflow safe to install?
Review the Security Audits panel on this page before installing in production.