Ao Worker Dispatch banner
jleechanorg jleechanorg

Ao Worker Dispatch

Git community

Description

--- name: ao-worker-dispatch description: Checklist for dispatching AO workers — prevents recurring python binary, commit discipline, and branch drift failures type: skill --- # AO Worker Dispatch Checklist ## Mandatory prompt elements (add to EVERY ao spawn call) ### 1. Python binary ``` ALWAYS use `./vpython -m pytest` for ALL test runs. NEVER use `python3`, `python3.11`, or any system Python. ./vpython activates the project venv which has all required deps (flask_cors, gunicorn, etc.). ```

Installation

Installs to ~/.claude/skills/jleechanorg-claude-commands-ao-worker-dispatch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jleechanorg-claude-commands-ao-worker-dispatch && curl -fsSL https://raw.githubusercontent.com/jleechanorg/claude-commands/HEAD/.claude/skills/ao-worker-dispatch.md -o ~/.claude/skills/jleechanorg-claude-commands-ao-worker-dispatch/SKILL.md

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

Full documentation available on GitHub

View Source Repository