janjaszczak/cursor

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

First seen Feb 21, 2026

Installation

$ npx skills add janjaszczak/cursor --skill migration-and-doc-consolidation

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from janjaszczak/cursor · top by installs.

npx skills add janjaszczak/cursor

Browse all from janjaszczak/cursor

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires repo write access and ability to run build/tests.
Allowed toolsBash(*) Read FileSearch(*)
More metadata
intent
Avoid when user only wants advice; run only for actual repo changes.

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 987 B
  • docs SUMMARY.md 224 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

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.

  1. Identify canonical run path:

- one “golden” command set.

  1. Remove/flag dead scripts (with grep references).
  2. Update docs to point to canonical paths.
  3. Validate: build/test/lint where available.

Output

  • Summary of changes + new canonical runbook + verification commands.