migrate-rename

Solid

Evolutionary file renaming with wrapper files. Enables renames without hard breaks — references are organically updated through usage.

AI & Automation 4 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

> **Deutsch** — Offizielle Deutsch-Version / Documento Oficial en Deutsch. # File Renaming with Wrappers (Evolutionary Migration) (Deutsch) > Enables file renames WITHOUT hard breaks. References are organically updated through daily usage. --- ## Principle: Evolutionary Migration ``` BEFORE: AFTER: old_file.md new_file.md (renamed) | | +-- Reference A +-- old_file.md (wrapper) +-- Reference B | +-- Reference C +-- Log table +-- Instructions +-- Link to new_file.md ``` When someone accesses the old path: 1. Lands at the wrapper file 2. Adds an entry to the log 3. Corrects the reference that brought them here 4. Proceeds to the actual file --- ## Step by Step ### 1. Rename the File ```bash mv old_file.md new_file.md ``` ### 2. Create Wrapper File Create `old_file.md` with the following content: ```markdown # OLD_FILE.md - REDIRECTED (Deutsch) **Status:** This file has been renamed to `new_file.md` --- ## Migration Log | Date | Who | Origin | Reference corrected? | |------|-----|--------|---------------------| | YYYY-MM-DD | [Name] | Initial migration | n/a (wrapper created) | --- ## Instructions 1. **Leave a log entry** (in table above) 2. **Check origin**: What sent you here? 3. **Correct reference**: Change `old_file.md...

Details

Author
ellmos-ai
Repository
ellmos-ai/skills
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category