workflow-automation

Installation
SKILL.md

Workflow Automation

When to use this skill

  • Repetitive tasks: running the same commands every time
  • Complex builds: multi-step build processes
  • Team onboarding: a consistent development environment

Instructions

Step 1: npm scripts

package.json:

{
  "scripts": {
    "dev": "nodemon src/index.ts",
Related skills

More from jeo-tech-ai/oh-my-gods

Installs
1
GitHub Stars
3
First Seen
Mar 20, 2026