automation
Workflow automation, CI/CD pipelines, and task orchestration patterns across platforms like n8n, GitHub Actions, and Make.
Best use case
automation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Workflow automation, CI/CD pipelines, and task orchestration patterns across platforms like n8n, GitHub Actions, and Make.
Teams using automation 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/automation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How automation Compares
| Feature / Agent | automation | 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?
Workflow automation, CI/CD pipelines, and task orchestration patterns across platforms like n8n, GitHub Actions, and Make.
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
# Automation ## Overview This library contains 5 production-ready automation skills for building workflows, pipelines, and orchestration systems. Each skill covers a specific automation platform with patterns for integration, error handling, and scaling. Skills follow the Anthropic Skills format with practical examples from real-world automation scenarios. ## Quick Start ```bash # Browse available skills ls skills/automation/ # Read a skill cat skills/automation/n8n/SKILL.md # Skills are documentation - implement patterns in your automation tools ``` ## Version History - **1.0.0** (2026-01-17): Initial release with 5 automation skills --- *These skills represent patterns refined across production automation systems handling thousands of workflow executions daily.* ## Sub-Skills - [Best Practices](best-practices/SKILL.md) ## Sub-Skills - [Available Skills](available-skills/SKILL.md) - [Low-Code Visual Automation (+2)](low-code-visual-automation/SKILL.md) - [Choose n8n when: (+4)](choose-n8n-when/SKILL.md) - [n8n Webhook Workflow (+3)](n8n-webhook-workflow/SKILL.md) - [Webhook-to-Workflow Pattern (+2)](webhook-to-workflow-pattern/SKILL.md) - [Error Handling (+2)](error-handling/SKILL.md) - [Integration with Workspace-Hub](integration-with-workspace-hub/SKILL.md) - [Testing Automation](testing-automation/SKILL.md) - [Related Resources](related-resources/SKILL.md)
Related Skills
taxact-browser-automation-patterns
Patterns for automating TaxAct Business online (Ionic SPA) via Chrome browser MCP tools — field interaction, navigation, shadow DOM handling
handle-pdf-download-popups-in-automation
Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead
handle-browser-automation-financial-site-blocks
Workflow for working around Chrome extension blocks on financial sites during data collection tasks
github-issue-automation-evidence-fields
Use when building GitHub issue classifiers, dashboards, closeout verifiers, or queue/report automation that depends on comments, approval evidence, or linked PR handoff state.
freecad-automation
AI-powered automation agent for FreeCAD CAD operations including natural language processing, batch processing, parametric design, and marine engineering applications. Use for CAD automation, drawing generation, FEM preprocessing, and integration with offshore analysis tools.
plan-automation-contracts
Tighten plans for scheduled/reporting workflows and multi-source detectors so adversarial review can verify runtime, publication, and normalization behavior.
invoice-automation
Automate invoice generation for engineering consulting services using YAML configuration and Word document templates.
freecad-automation-performance-metrics
Sub-skill of freecad-automation: Performance Metrics.
freecad-automation-parametric-hull-workflow
Sub-skill of freecad-automation: Parametric hull generation workflow — HullProfile definition, NURBS surface creation, STEP export, and manifold validation.
freecad-automation-output-formats
Sub-skill of freecad-automation: Output Formats.
freecad-automation-geometry-validation-checks
Sub-skill of freecad-automation: Geometry Validation Checks (+1).
freecad-automation-freecad-import-error
Sub-skill of freecad-automation: FreeCAD Import Error (+1).