# Migration And Doc Consolidation

> 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”.

- Skill: `janjaszczak/migration-and-doc-consolidation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add janjaszczak/migration-and-doc-consolidation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/janjaszczak/migration-and-doc-consolidation/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: janjaszczak (https://skillmd.com/u/janjaszczak)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/janjaszczak/migration-and-doc-consolidation

---


# migration-and-doc-consolidation

## Activation gate
Use if:
- Migration (tech/runtime), repo restructuring, “porządkowanie”, doc consolidation, script maintenance.

## Procedure
1. Inventory:
   - entrypoints, scripts, docs, CI workflows.
2. Identify canonical run path:
   - one “golden” command set.
3. Remove/flag dead scripts (with grep references).
4. Update docs to point to canonical paths.
5. Validate: build/test/lint where available.

## Output
- Summary of changes + new canonical runbook + verification commands.

