action-builder
Installation
SKILL.md
Action Builder
Build custom GitHub Actions for reusable workflow logic.
Quick Start
Choose action type based on requirements:
- Composite: Combine multiple workflow steps (simplest, no code)
- Docker: Run containerized logic (any language, slower startup)
- JavaScript: Fast execution, Node.js required