AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Migrate Rename

skill-ellmos-ai-skills-migrate-rename · by ellmos-ai

>

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-ellmos-ai-skills-migrate-rename

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ellmos-ai-skills-migrate-rename)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Migrate Rename? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Datei-Umbenennung mit Wrapper (Evolutionaere Migration)

> Ermoeglicht Datei-Umbenennungen OHNE harte Brueche. Verweise werden organisch durch taegliche Nutzung aktualisiert.


Prinzip: Evolutionaere Migration

VORHER:                          NACHHER:
alte_datei.md                    neue_datei.md (umbenannt)
   |                                |
   +-- Verweis A                    +-- alte_datei.md (Wrapper)
   +-- Verweis B                           |
   +-- Verweis C                           +-- Log-Tabelle
                                           +-- Anleitung
                                           +-- Link zu neue_datei.md

Wer den alten Pfad aufruft:

  1. Landet bei der Wrapper-Datei
  2. Traegt sich ins Log ein
  3. Korrigiert den Verweis der ihn herschickte
  4. Geht zur eigentlichen Datei

Schritt-fuer-Schritt

1. Datei umbenennen

mv alte_datei.md neue_datei.md

2. Wrapper-Datei erstellen

Erstelle alte_datei.md mit folgendem Inhalt:

# ALTE_DATEI.md - UMGELEITET

**Status:** Diese Datei wurde umbenannt zu `neue_datei.md`

---

## Migration-Log

| Datum | Wer | Herkunft | Verweis korrigiert? |
|-------|-----|----------|---------------------|
| YYYY-MM-DD | [Name] | Initiale Migration | n/a (Wrapper erstellt) |

---

## Anleitung

1. **Log-Eintrag hinterlassen** (oben in Tabelle)
2. **Herkunft pruefen**: Was hat dich hierher geschickt?
3. **Verweis korrigieren**: Aendere `alte_datei.md` -> `neue_datei.md`
4. **Zur eigentlichen Datei gehen**: [neue_datei.md](neue_datei.md)

---

**Zieldatei:** [neue_datei.md](neue_datei.md)

3. Kritische Verweise sofort korrigieren

  • Help-Dateien (primaere Dokumentation)
  • System-Prompt Referenzen
  • CLI-Code der den Pfad direkt verwendet

4. Uebrige Verweise evolutionaer migrieren

Der Rest wird automatisch korrigiert bei Nutzung.


Wann Wrapper-Methode verwenden?

JA - Wrapper sinnvoll:

  • Viele potenzielle Verweise
  • Datei wird von verschiedenen Partnern/Tools referenziert
  • Keine kritische System-Datei

NEIN - Direkt alle aendern:

  • Wenige, bekannte Verweise
  • Kritische System-Dateien (config, DB-Schema)
  • Performance-kritische Pfade

Cleanup

Nach ca. 30 Tagen oder wenn Log zeigt dass keine neuen Eintraege:

  1. Wrapper-Datei nach _archive/deprecated/ verschieben
  2. Oder komplett loeschen (wenn keine Eintraege mehr)

Changelog

1.0.0 (2026-03-15)

  • Portiert aus BACH v3.8.0

Portiert aus BACH v3.8.0 | Standalone-Version

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.