uppifyagency

Run Workflow — Productivity skill for Claude Code

Productivity community

Install a generated workflow TS into a running Atomic session and run it deterministically.

How to install Run Workflow

Installs to ~/.claude/skills/uppifyagency-atomic-remote-run-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/uppifyagency-atomic-remote-run-workflow && curl -fsSL https://raw.githubusercontent.com/uppifyagency/atomic-remote/HEAD/commands/run-workflow.md -o ~/.claude/skills/uppifyagency-atomic-remote-run-workflow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Run Workflow does


description: Install a generated workflow TS into a running Atomic session and run it deterministically argument-hint: [--name ] [--args ""] [--wait]

The user wants a running Atomic session to execute a multi-stage workflow. Their arguments: $ARGUMENTS

Run the controller with the Bash tool:

node "${CLAUDE_PLUGIN_ROOT}/scripts/atomic-ctl.mjs" run-workflow   [--name ] [--args ""] [--wait] [--json]

Rules:

  • The

Alternatives in Productivity

  • Costs — Show cost breakdown by provider and workflow for the current session 2.8k ★
  • Session Log — Log and track development sessions 289 ★
  • Session Driven Polish — Use session and promotion evidence to decide which workflow asset deserves the next refinement 58 ★

Full documentation available on GitHub

View Source Repository