Magpie Optimize Skill

Optimize an existing framework skill (or sweep a set of them) by applying the restructuring patterns proven on the security-skill suite: split an oversized `SKILL.md` into linked sibling docs, lift concrete/project-specific values out of the body into `<project-config>` placeholders, replace in-agent-context body reads with out-of-context tool calls, batch per-item fetches into a single upfront pass, and add a deterministic pre-flight no-op classifier ahead of LLM passes. Every change is a behavior- preserving proposal the maintainer signs off on; the skill validator must stay green before and after. The refactoring sibling of `write-skill` (which authors net-new skills).

apache a08c850 2 files · 23.4 KB Updated

File contents

apache/airflow-steward/tree/main/skills/optimize-skill commit a08c850ff6

Frequently asked questions

npx skillmds@latest add apache/magpie-optimize-skill