magpie-setup
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)
· 实时索引
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
想先保存到本地?可下载 RuleHub 当前索引到的 GitHub 仓库压缩包。
下载 Zip| name | magpie-setup |
| description | Adopt and maintain the apache-magpie framework in a project |
magpie-setup
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)
When to use
Use this skill when the user needs help with tasks related to magpie setup.
Guidelines
- Follow repository conventions in
apache/airflow - Prefer minimal, focused changes
- Validate outputs before finishing