← ClaudeAtlas

setup-stewardlisted

Transition migration shim for pre-Magpie (apache-steward) adopters. This is the ONLY framework artefact that still carries the legacy `steward` name, and it exists for exactly one purpose: to migrate a repo that adopted the framework before it was renamed to Apache Magpie over to the new `magpie-` layout, then delete itself. Sub-actions: `/setup-steward upgrade` — run the one-time pre-Magpie migration (the only supported sub-action)
apache/airflow-steward · ★ 19 · AI & Automation · score 80
Install: claude install-skill apache/airflow-steward
<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/legal/release-policy.html --> <!-- Placeholder convention (see ../../../AGENTS.md#placeholder-convention-used-in-skill-files): <adopter-skills-dir> → the dir holding the adopter's skills (`.claude/skills/` or `.github/skills/`, per the project's convention) <snapshot-dir> → the gitignored framework snapshot. Pre-Magpie it is `.apache-steward/`; the migration moves it to `.apache-magpie/`. --> # setup-steward — pre-Magpie migration shim > **This skill is a one-shot transition artefact.** The framework was > renamed from **apache-steward** to **Apache Magpie**, which moved the > skill source (`​.claude/skills/` → `skills/`), renamed the dotfiles > (`​.apache-steward*` → `.apache-magpie*`), renamed the bootstrap skill > (`setup-steward` → committed as `magpie-setup`), and namespaced every > framework skill under a `magpie-` prefix. A repo that adopted the > framework **before** that rename has a committed `setup-steward` skill > frozen on the old layout, and cannot self-upgrade across the change. > This shim is the bridge. ## How a pre-Magpie adopter reaches this shim The pre-Magpie `setup-steward/upgrade.md` an adopter committed does, on every `/setup-steward upgrade`: 1. delete `.apache-steward/` and re-fetch the framework per the committed lock (which lands the **new*