If you're running Claude as part of an Evotown dispatch system, this skill handles the critical but easy-to-forget step of reporting back when work actually finishes. The key insight here is that you shouldn't mark completion when you receive the webhook, you mark it after Claude does the real work the user cares about. You'll call a Python script with the job ID from the message footer, pass a status (succeeded or failed), and include a one-line summary. It assumes you've already got the Evotown agent setup with the right ingest token in your config. Straightforward glue code, but the kind that breaks orchestration systems when you forget it.
npx -y skills add exboys/evotown --skill evotown-dispatch-complete --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot