Files
reliquary/plugins/bevy/skills/bevy-upgrade/SKILL.md
T
g4borg 325e278af1 Scaffold bevy plugin with bevy-0.19 and bevy-upgrade skills
Add plugin skeleton with versioned skill directories, TODO SKILL.md
scaffolds with goals for skill-creator, and copy over bevy-skill-research
reports from spacecraft into docs/workpad/research/.
2026-07-07 17:52:00 +02:00

2.0 KiB

name, description
name description
bevy-upgrade TODO: Use the skill-creator skill to write this. See scaffolding goals below.

Bevy Upgrade — Version Migration Guide

This skill is a scaffold. Use /skill-creator to create the full skill content from the research material.

Scaffolding Goals

  1. Use the skill-creator:skill-creator skill to create the full SKILL.md content
  2. Feed it the version-change annotations from research reports 01-06 in docs/workpad/research/bevy-skill-research/
  3. The skill should trigger when the user asks to upgrade/migrate Bevy versions, or when the bevy skill detects upgrade work
  4. Core content:
    • Breaking-change chain from 0.16 through 0.19+
    • Rename tables (old name -> new name, which version)
    • Semantic shifts (behavior changes, not just renames)
    • Step-by-step migration patterns for each version bump
    • Common upgrade pitfalls and their fixes
  5. Populate references/ with per-version-transition files (e.g., 0.17-to-0.18.md, 0.18-to-0.19.md)
  6. The skill should be invocable both directly and from the bevy skill

Reference Material

Same research as the bevy skill — version-change annotations are woven into each report: