byastronomer· 48 skills
Adopt and maintain the apache-magpie 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 skill-sources - fetch/pin/symlink skills from trusted external sources listed in the adopter trust list (main-checkout only) /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)
$npx -y skills add astronomer/airflow --skill magpie-setupInstalls into the current project.
Run `npx skills use "https://github.com/astronomer/airflow" --skill "astronomer/airflow/magpie-setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/astronomer/airflow" that are relevant to the current task. Run `npx skills add "https://github.com/astronomer/airflow"` and select the relevant skills, then follow their instructions.