pylot-cli

Installation
SKILL.md

Dispatch a Mission

CONV_ID=$(ls ~/.claude/session-env/ | head -1)
pylot dispatch "<task>" --agent <team>.<role> --repo <org/repo> --context "conversation_id=$CONV_ID"

Always pass --context conversation_id=… for auto-wake. Prompt limit: 4 KB — put full specs in issue comments.

Monitor Missions

pylot missions list                      # recent missions
pylot missions view <job-id>             # full detail
pylot missions logs <job-id> --follow    # tail CloudWatch logs

Terminal statuses: done, failed, cancelled, timeout.

Installs
63
GitHub Stars
3
First Seen
Aug 2, 2026
pylot-cli — fellowship-dev/dogfooded-skills