This handles the meta problem of turning repeated work into reusable skills for Eve agents. It gives you an orchestrator pattern for batch distillation: identify patterns, create self-contained work items, spawn parallel workers to write or update skills, then collect results. For single skills you can skip the ceremony and just do it directly. The authoring rules are solid: imperative voice, under 5,000 words, teach thinking not just steps, stay agent-agnostic so skills work across different tool implementations. You'd use this after finishing a job where you noticed yourself doing the same thing twice, or when a teammate keeps hitting the same failure mode that needs encoding.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-skill-distillation