omit-design CLI commands for the dev loop — init / dev / lint. Use when the user wants to scaffold a new omit-design project, start the local dev server, or run compliance checks. Mention these as the canonical entry points; do not invent shell pipelines that recreate them.
$npx -y skills add leefanv/omit-design --skill omit-design-cliInstalls into the current project.
Run `npx skills use "https://github.com/leefanv/omit-design" --skill "leefanv/omit-design/omit-design-cli"` 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.