workflow-builder
Design automation workflows and pipelines. Use when creating CI/CD, task automation, or process flows.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/workflow-builder/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How workflow-builder Compares
| Feature / Agent | workflow-builder | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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 instructionsRelated Skills
setup-cicd-pipeline-workflow
Automated CI/CD pipeline setup for Urbit ship deployments, OTA updates, and infrastructure-as-code workflows
inspire-workflows
Inspire team development workflows, deployment pipelines, and PR processes. Use when following team processes or understanding how things get done.
gitops-workflow
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
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
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
Transform Docker knowledge from Lessons 1-6 into a reusable AI skill for consistent, production-ready containerization
dev-workflow
Developer productivity workflows - PR review, CI monitoring, deploy tracking, code metrics
cicd-workflows
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
Generate CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins with best practices
ci-cd-workflows
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
Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows
azure-data-api-builder
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.