Distill reusable page patterns from a PRD. Reads the PRD, scans <project>/patterns/ for reuse, decides which new patterns to create (zero or more), writes pattern.json + template.tmpl.tsx + README.md per new pattern. Does NOT generate design pages — pairs with new-design downstream. Use when the user has a PRD and wants patterns extracted before scaffolding.
$npx -y skills add leefanv/omit-design --skill distill-patterns-from-prdInstalls into the current project.
Run `npx skills use "https://github.com/leefanv/omit-design" --skill "leefanv/omit-design/distill-patterns-from-prd"` 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/leefanv/omit-design" that are relevant to the current task. Run `npx skills add "https://github.com/leefanv/omit-design"` and select the relevant skills, then follow their instructions.