Automation Integration With Workspace Hub

Sub-skill of automation: Integration with Workspace-Hub.

vamseeachanta Updated

File contents

Integration with Workspace-Hub

Integration with Workspace-Hub

These skills power automation across the workspace-hub ecosystem:

workspace-hub/
├── .github/
│   └── workflows/           # Uses: github-actions
│       ├── ci.yml
│       ├── release.yml
│       └── sync.yml
├── automation/
│   ├── n8n/                 # Uses: n8n
│   │   └── workflows/
│   ├── airflow/             # Uses: airflow
│   │   └── dags/
│   └── windmill/            # Uses: windmill
│       └── scripts/
└── config/
    └── automation.yaml      # Shared automation config

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/automation/automation/integration-with-workspace-hub commit 80aff91e36

Frequently asked questions

npx skillmds@latest add vamseeachanta/automation-integration-with-workspace-hub