← ClaudeAtlas

magpie-setuplisted

Adopt and maintain the apache-steward framework in a project repo via the snapshot-based adoption mechanism. The only framework skill committed in an adopter's repo; every other skill is a symlink the adopt sub-action wires up. Sub-actions: `/magpie-setup` - first-time adoption (default; main-checkout only) `/magpie-setup upgrade` - refresh the gitignored snapshot per the committed lock (main-checkout only) `/magpie-setup worktree-init` - symlink a worktree's snapshot to the main's `/magpie-setup verify` - health check + drift detection `/magpie-setup override <skill>` - open or scaffold an agentic override in `.apache-magpie-overrides/` `/magpie-setup unadopt` - reverse the adoption (snapshot, locks, symlinks, hook, doc sections); preserves `.apache-magpie-overrides/` by default (main-checkout only)
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): <project-config> → adopter's `.apache-magpie-overrides/` directory <snapshot-dir> → `.apache-magpie/` (gitignored snapshot of the framework) <committed-lock> → `.apache-magpie.lock` (committed — project's pin) <local-lock> → `.apache-magpie.local.lock` (gitignored — per-machine record) <upstream> → adopter's public source repo (the repo this skill is being run in) <framework-source> → the apache-steward source we download a snapshot from — one of: signed zip from ASF dist, git tag, git branch. See [`docs/setup/install-recipes.md`](../../docs/setup/install-recipes.md). --> # setup This skill is **the only framework artefact an adopter project commits**. Every other apache-steward skill (security, pr-management, issue) is a gitignored symlink into the gitignored snapshot at `<snapshot-dir>` that this skill manages. The adoption model is **snapshot + agentic overrides + drift- aware updates** (not submodule, not marketplace, not vendored copy): - The framework is downloaded into `<snapshot-dir>` and **gitignored** in the adopter repo. The snapshot is a build artefact, not source. - Three install methods are suppor