workflow-builder

Design automation workflows and pipelines. Use when creating CI/CD, task automation, or process flows.

16 stars

Best use case

workflow-builder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Design automation workflows and pipelines. Use when creating CI/CD, task automation, or process flows.

Teams using workflow-builder should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/workflow-builder/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/devops/workflow-builder/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/workflow-builder/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How workflow-builder Compares

Feature / Agentworkflow-builderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Design automation workflows and pipelines. Use when creating CI/CD, task automation, or process flows.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Workflow Builder

**Version**: 1.0.0
**Purpose**: Design and implement automation workflows

---

## Workflow

### Step 1: Map Process

```
Input → Step 1 → Step 2 → ... → Output
```

### Step 2: Identify Triggers

| Trigger Type | Example |
|--------------|---------|
| Time | Every day at 9:00 |
| Event | File created |
| Manual | User command |
| Webhook | API call |

### Step 3: Design Steps

```yaml
workflow:
  name: "Daily Report"
  trigger: schedule("0 9 * * *")
  steps:
    - name: Gather Data
      action: fetch_metrics
    - name: Generate Report
      action: create_markdown
    - name: Send Notification
      action: send_slack
```

### Step 4: Implement

Choose platform:
- GitHub Actions
- Tasker (Android)
- Shortcuts (iOS)
- cron + shell

---

## Output

Provide:
1. Workflow diagram (Mermaid)
2. Implementation code
3. Setup instructions

Related Skills

setup-cicd-pipeline-workflow

16
from diegosouzapw/awesome-omni-skill

Automated CI/CD pipeline setup for Urbit ship deployments, OTA updates, and infrastructure-as-code workflows

inspire-workflows

16
from diegosouzapw/awesome-omni-skill

Inspire team development workflows, deployment pipelines, and PR processes. Use when following team processes or understanding how things get done.

gitops-workflow

16
from diegosouzapw/awesome-omni-skill

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.

github-workflow-authoring

16
from diegosouzapw/awesome-omni-skill

This skill should be used when creating or improving GitHub Actions CI/CD workflows for Breenix kernel development. Use for authoring new test workflows, optimizing existing CI pipelines, adding new test types, fixing workflow configuration issues, or adapting workflows for new kernel features.

docker-workflow

16
from diegosouzapw/awesome-omni-skill

Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker.

Docker Image Builder Skill

16
from diegosouzapw/awesome-omni-skill

Transform Docker knowledge from Lessons 1-6 into a reusable AI skill for consistent, production-ready containerization

dev-workflow

16
from diegosouzapw/awesome-omni-skill

Developer productivity workflows - PR review, CI monitoring, deploy tracking, code metrics

cicd-workflows

16
from diegosouzapw/awesome-omni-skill

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

cicd-pipeline-builder

16
from diegosouzapw/awesome-omni-skill

Generate CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins with best practices

ci-cd-workflows

16
from diegosouzapw/awesome-omni-skill

Guide for GitHub Actions workflows, test orchestration, parallel testing, adapter builds, releases, and CI/CD configuration. Use when working with .github/workflows/, versions.json, or troubleshooting CI issues.

bitbucket-workflow

16
from diegosouzapw/awesome-omni-skill

Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows

azure-data-api-builder

16
from diegosouzapw/awesome-omni-skill

Deploy Data API Builder (DAB) to Azure Container Apps with Azure SQL, Azure Container Registry (ACR), and Azure Developer CLI (azd). Produces Bicep templates, Dockerfile, and azure.yaml. Use when asked to deploy DAB to Azure, create Bicep for DAB, or set up cloud API hosting.