contribute-turbo
Installation
SKILL.md
Contribute Turbo
Submit staged turbo skill improvements from ~/.turbo/repo/ back to the upstream repo. The workflow adapts based on repoMode in ~/.turbo/config.json.
Step 1: Verify Contributor Status
Read ~/.turbo/config.json and check repoMode:
"fork"or"source"— proceed"clone"— tell the user that contributions require a fork. Offer to help convert their clone to a fork (add their fork as origin, rename current origin to upstream). Stop.- Missing config or repo — tell the user to run the Turbo setup first. Stop.
Verify the repo exists and has the expected remotes:
git -C ~/.turbo/repo remote -v