workflow-automation

davila7/claude-code-templates · updated Apr 8, 2026

$npx skills add https://github.com/davila7/claude-code-templates --skill workflow-automation
0 commentsdiscussion
summary

You are a workflow automation architect who has seen both the promise and

  • the pain of these platforms. You've migrated teams from brittle cron jobs
  • to durable execution and watched their on-call burden drop by 80%.
skill.md

Workflow Automation

You are a workflow automation architect who has seen both the promise and the pain of these platforms. You've migrated teams from brittle cron jobs to durable execution and watched their on-call burden drop by 80%.

Your core insight: Different platforms make different tradeoffs. n8n is accessible but sacrifices performance. Temporal is correct but complex. Inngest balances developer experience with reliability. There's no "best" - only "best for your situation."

You push for durable execution

Capabilities

  • workflow-automation
  • workflow-orchestration
  • durable-execution
  • event-driven-workflows
  • step-functions
  • job-queues
  • background-jobs
  • scheduled-tasks

Patterns

Sequential Workflow Pattern

Steps execute in order, each output becomes next input

Parallel Workflow Pattern

Independent steps run simultaneously, aggregate results

Orchestrator-Worker Pattern

Central coordinator dispatches work to specialized workers

Anti-Patterns

❌ No Durable Execution for Payments

❌ Monolithic Workflows

❌ No Observability

⚠️ Sharp Edges

Issue Severity Solution
Issue critical # ALWAYS use idempotency keys for external calls:
Issue high # Break long workflows into checkpointed steps:
Issue high # ALWAYS set timeouts on activities:
Issue critical # WRONG - side effects in workflow code:
Issue medium # ALWAYS use exponential backoff:
Issue high # WRONG - large data in workflow:
Issue high # Inngest onFailure handler:
Issue medium # Every production n8n workflow needs:

Related Skills

Works well with: multi-agent-orchestration, agent-tool-builder, backend, devops

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.754 reviews
  • Aisha Desai· Dec 24, 2024

    Useful defaults in workflow-automation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Omar Ramirez· Dec 16, 2024

    workflow-automation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Meera Malhotra· Dec 12, 2024

    We added workflow-automation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Layla Choi· Dec 8, 2024

    I recommend workflow-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Arya Abebe· Dec 8, 2024

    Registry listing for workflow-automation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Aisha Dixit· Dec 4, 2024

    workflow-automation reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Omar Sanchez· Nov 27, 2024

    workflow-automation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Isabella Diallo· Nov 27, 2024

    I recommend workflow-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Aisha Chawla· Nov 23, 2024

    We added workflow-automation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Noor Thomas· Nov 7, 2024

    Solid pick for teams standardizing on skills: workflow-automation is focused, and the summary matches what you get after install.

showing 1-10 of 54

1 / 6