migrate-turbo-files
FeaturedMigrate legacy files in .turbo/ to current formats. Covers plans and shells (layout split, frontmatter normalization, prompt-plan index cleanup) and improvements.md (legacy `trivial`/`standard` Type values rewritten to `direct`/`plan`). Use when the user asks to "migrate turbo files", "migrate turbo", "migrate turboplans", "migrate turbo plans", "upgrade plan format", "add frontmatter to plans", "convert old plans", or "migrate improvements".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 6 months ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
draft-plan
Produce an implementation plan at .turbo/plans/<slug>.md. Use when the user asks to "draft a plan", "draft the plan", "write an implementation plan", "plan this change", "create an implementation plan", or needs a first-draft plan file before refinement.
migrate
Run a mechanical migration across a whole codebase — discover every call site, transform each in isolation, verify per-site, and gate on a clean sweep (no old-pattern remnants) with the suite green. For API/dependency/pattern/framework migrations.
migrate-to-gsf
Migrate an existing project from ad-hoc AI infrastructure (a `.taskRef/`-style tasks folder, an `ai-mem/`-style memory folder, hand-written `CLAUDE.md`/`AGENTS.md`, scattered Copilot instructions) onto the canonical Creative GeekStack Flow `.tcgstackflow/` layout. Clean cutover with `.bak` backups. Four phases — Init+adapters / Tasks migration / Wiki ingestion / Decommission — plus a cross-cutting move of tech skills from project-local to global. The CRITICAL deletion step requires explicit recorded approval.