update-turbo
SolidUpdate installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills, and guided user experience. Use when the user asks to "update turbo", "update turbo skills", "reinstall turbo", or "upgrade turbo".
Code & Development 335 stars
26 forks Updated 5 days ago MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Update Turbo
Read the latest update instructions from the local repo and follow them.
## Step 1: Read Instructions
Read `~/.turbo/config.json` to determine `repoMode`. Determine the upstream remote:
- Clone or source: `origin`
- Fork: `upstream`
Fetch the remote, then read the latest UPDATE.md:
```bash
git -C ~/.turbo/repo fetch <remote>
git -C ~/.turbo/repo show <remote>/main:UPDATE.md
```
## Step 2: Follow Instructions
Follow the fetched UPDATE.md instructions from start to finish. The fetch from Step 1 satisfies Phase 1 Step 1's fetch requirement.
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 3 months ago
- Last Updated
- 5 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
contribute-turbo
Submit turbo skill improvements back to the upstream repo. Adapts to repo mode: fork mode creates a PR, source mode pushes directly. Use when the user asks to "contribute to turbo", "submit turbo changes", "PR my skill changes", "contribute back", or "upstream my changes".
335 Updated 5 days ago
tobihagemann Data & Documents Listed
pulling-updates-from-skills-repository
Sync local skills repository with upstream changes from obra/superpowers-skills
0 Updated today
magnusrodseth AI & Automation Listed
update-skills
Check for and apply updates to installed skill branches from upstream.
43 Updated today
sliamh11