What problem does it solve?
Regenerates an existing generated skill when the template or project context changes, while preserving the User Customizations zone verbatim and flagging non-zone edits for merge review. Reads the current SKILL.md and its shadow file (.generated/SKILL.md.current), diffs them to detect non-zone edits, then re-runs skill-generator with a preview-before-commit gate, 30-day rollback history, and explicit merge prompts for any content the user changed outside the customization markers.
Core Features & Use Cases
- Detects non-zone edits by comparing the current SKILL.md to its shadow, preserving user customizations.
- Applies template/context updates with a 30-day rollback window and provenance tracking.
- Provides a preview-before-commit regeneration flow with explicit merge prompts for non-zone edits and an audit trail of regenerations.
- Supports targeted regeneration commands such as "regenerate [project] skill", "update the [project] skill", and drift-detection via weekly-audit.
Quick Start
Say "regenerate [project] skill" to refresh the generated skill while preserving customizations.