Execute end-to-end migrations and consolidate docs/scripts (remove dead files, keep canonical runbooks). Use when changing runtime model, reorganizing repo, or doing “repo cleanup”.
Install
npx skillscat add janjaszczak/cursor/migration-and-doc-consolidation Install via the SkillsCat registry.
SKILL.md
migration-and-doc-consolidation
Activation gate
Use if:
- Migration (tech/runtime), repo restructuring, “porządkowanie”, doc consolidation, script maintenance.
Procedure
- Inventory:
- entrypoints, scripts, docs, CI workflows.
- Identify canonical run path:
- one “golden” command set.
- Remove/flag dead scripts (with grep references).
- Update docs to point to canonical paths.
- Validate: build/test/lint where available.
Output
- Summary of changes + new canonical runbook + verification commands.