Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ruvnet

    workflow-automation

    ruvnet/workflow-automation
    Productivity
    13,844
    3 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination...

    SKILL.md

    Workflow Automation Skill

    Purpose

    Create and execute automated workflows for complex multi-step processes.

    When to Trigger

    • Multi-step automated processes
    • Reusable workflow creation
    • Complex task orchestration
    • CI/CD pipeline setup

    Commands

    Create Workflow

    npx claude-flow workflow create --name "deploy-flow" --template ci
    

    Execute Workflow

    npx claude-flow workflow execute --name "deploy-flow" --env production
    

    List Workflows

    npx claude-flow workflow list
    

    Export Template

    npx claude-flow workflow export --name "deploy-flow" --format yaml
    

    View Status

    npx claude-flow workflow status --name "deploy-flow"
    

    Built-in Templates

    Template Description
    ci Continuous integration pipeline
    deploy Deployment workflow
    test Testing workflow
    release Release automation
    review Code review workflow

    Workflow Structure

    name: example-workflow
    steps:
      - name: analyze
        agent: researcher
        task: "Analyze requirements"
      - name: implement
        agent: coder
        depends: [analyze]
        task: "Implement solution"
      - name: test
        agent: tester
        depends: [implement]
        task: "Write and run tests"
    

    Best Practices

    1. Define clear step dependencies
    2. Use appropriate agent types per step
    3. Include validation gates
    4. Export workflows for reuse
    Recommended Servers
    MailerLite
    MailerLite
    Browser tool
    Browser tool
    GitHub
    GitHub
    Repository
    ruvnet/claude-flow
    Files