·process-builder
>_

process-builder

a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

61Installs·4Trend·@a5c-ai

Installation

$npx skills add https://github.com/a5c-ai/babysitter --skill process-builder

SKILL.md

Create new process definitions for the babysitter event-sourced orchestration framework.

| ctx.task(taskDef, args, opts?) | Execute a task | Returns result or throws typed exception | | ctx.breakpoint(payload) | Human approval gate | Pauses until approved via breakpoints service | | ctx.sleepUntil(isoOrEpochMs) | Time-based gate | Pauses until specified time |

| ctx.parallel.all([...thunks]) | Parallel execution | Runs independent tasks concurrently | | ctx.parallel.map(items, fn) | Parallel map | Maps items through task function | | ctx.now() | Deterministic time | Returns current Date (or provided time) | | ctx.log?.(level, msg, data?) | Logging | Optional logging helper |

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation. Source: a5c-ai/babysitter.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/a5c-ai/babysitter --skill process-builder
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is process-builder?

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation. Source: a5c-ai/babysitter.

How do I install process-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/a5c-ai/babysitter --skill process-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/a5c-ai/babysitter

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-01

Related Skills

None