Agent skill · Workflow & Productivity

workflow-automator

Operational workflow automation skill with task sequencing, approval routing, and exception handling

a5c.ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill workflow-automator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/workflow-automator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Workflow Automator ## Overview The Workflow Automator skill provides comprehensive capabilities for automating operational workflows. It supports task sequencing, approval routing, notification automation, exception handling, and audit trail generation. ## Capabilities - Workflow design - Task sequencing - Approval routing configuration - Notification automation - Exception handling rules - Escalation pathways - Audit trail generation - Integration with operational systems ## Used By Processes - LEAN-005: Standard Work Documentation - QMS-001: ISO 9001 Implementation - CI-001: Operational Excellence Program Design ## Tools and Libraries - Workflow platforms - RPA tools - Business process management systems - Integration APIs ## Usage ```yaml skill: workflow-automator inputs: workflow_name: "Engineering Change Request" trigger: type: "form_submission" source: "ecr_form" steps: - name: "Initial Review" assignee_role: "Engineering Manager" action: "approve_reject" sla: 2 # business days - name: "Impact Assessment" assignee_role: "Cross-functional Team" action: "complete_assessment" sla: 5 - name: "Final Approval" assignee_role: "Director" action: "approve_reject" sla: 2 notification

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Workflow Components
  7. Triggers
  8. Actions
  9. Routing Rules
  10. Exception Handling
  11. SLA Management
  12. Audit Trail Requirements
  13. Integration Points
More from babysitter
All skills →
About this skill
What does the workflow-automator skill do?

Operational workflow automation skill with task sequencing, approval routing, and exception handling

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill workflow-automator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going