What problem does it solve? Applying structured improvement plans to Gemini skill files by hand is error-prone: edits can drift across canonical sources, bundles, and installed runtime roots, and consumed reflections are easy to lose track of. This Skill operationalizes that edit workflow with strict scoping, validation, and archival rules. ## Core Features & Use Cases - Plan-Driven Editing: Consumes improvement plans produced by gemini-skill-improvement-planner and applies recommendations only to the named target skills. - Scoped, Safe Edits: Defaults to gemini-* skills only, preserves YAML frontmatter validity, supports --dry-run previews, and stops on contradictions or malformed plans. - Reflection Archival: Moves successfully consumed reflection files into an archive/ directory only after all citing recommendations succeed, and writes handoff state for cross-run continuity. - Use Case: After the planner generates plans/plan-v3.md recommending changes to three Gemini skills, run this Skill to apply the edits to the canonical gemini-config/skills/ sources, validate frontmatter, and archive the reflections that were fully addressed. ## Quick Start Apply the latest improvement plan from gemini-skill-improvement-planner to the named Gemini skills, doing a dry run first to preview the intended edits.