Install
mkdir -p .claude/skills/agent-workflow && curl -L -o skill.zip "https://mcp.directory/api/skills/download/816" && unzip -o skill.zip -d .claude/skills/agent-workflow && rm skill.zipInstalls to .claude/skills/agent-workflow
About this skill
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:
- Requirements Analysis: Understand the automation objectives and constraints
- Workflow Architecture: Design step sequences, dependencies, and parallel execution paths
- Agent Integration: Assign specialized agents to appropriate workflow steps
- Trigger Configuration: Set up event-driven execution and scheduling
- Error Handling: Implement robust failure recovery and retry mechanisms
- 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.
More by ruvnet
View all →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.