Create a new project-local design pattern under <project>/patterns/<name>/ — pattern.json (name + whitelist), template.tmpl.tsx (skeleton for new-design to copy), README.md (when to use). Use when the user says "add an approval-queue pattern" or when new-design hits a PRD that doesn't fit any existing pattern. Patterns are project-local — edits land in this repo, get git-tracked, and are picked up automatically by ESLint and the Library UI.
$npx -y skills add leefanv/omit-design --skill add-patternInstalls into the current project.
Run `npx skills use "https://github.com/leefanv/omit-design" --skill "leefanv/omit-design/add-pattern"` 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.