SkillAgentSearch skills...

migration

Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.

Install / Use

npx skills add JuliusBrussee/caveman --skill migration

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

68/100

Category

Legal

Supported Platforms

Zed

Our assessment of migration

migration scores 68/100 on our quality scale, 11th of 25 Legal skills we index (top 44%).

Its SKILL.md is 784 bytes long, lightly structured (1 heading) and no code examples: fairly brief, so expect to fill in details yourself.

With 107,653 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
5/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated today, so migration is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

migration compared with similar skills

All 4 of these similar skills score higher than migration; compare them before choosing.

SkillScoreStarsUpdatedFormat
migration (this skill)by JuliusBrussee68107.7ktodaySKILL.md
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
Scraplingby D4Vinci10083.4ktodayMCP Server
LocalAIby mudler10049.3ktodayMCP Server

Frequently asked questions

How do I install migration?
Run npx skills add JuliusBrussee/caveman --skill migration. The install tabs above show the steps for each supported agent.
Which AI agents does migration work with?
It is written for Zed, as a SKILL.md file. Other agents that read the same format can often use it too.
Is migration safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is migration still maintained?
The repository was last updated today, so migration is actively maintained.

name: migration description: Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.

Migration

Map current readers, writers, data shape, compatibility window, and ownership before editing.

  • Define forward path and rollback path.
  • Preserve existing data; make destructive steps explicit and separately authorized.
  • Keep mixed-version operation safe where rollout can overlap.
  • Sequence expand, migrate, verify, then contract when applicable.
  • Make retries idempotent and partial failure observable.
  • Verify old and new paths at required transition stages.

Stop after requested stage passes; do not perform later destructive contraction implicitly.

Related Skills

View on GitHub
GitHub Stars107.7k
CategoryLegal
Updated17h ago
Forks6.2k

Languages

Go

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium