omit-design-cli

omit-design-cli is a skill for Claude Code, Codex from leefanv/omit-design. It costs 60 tokens per session (549 once invoked), scanned A, original, MIT.

A command-line interface for the omit-design development loop. It provides commands to create a project, start its local development server, and check design files for rule violations.

In plain words
What is it for?
Use `omit-design init` to scaffold a project, `omit-design dev` to run the local Vite server, and `omit-design lint` to check design files.
Why use it?
It provides the project's standard entry points instead of requiring developers to assemble equivalent commands themselves.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/leefanv/omit-design/omit-design-cli
Any agent
npx skills add leefanv/omit-design --skill omit-design-cli
Clone the repo
git clone --depth 1 https://github.com/leefanv/omit-design

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for omit-design-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/leefanv/omit-design/omit-design-cli.svg)](https://agentmods.dev/skills/leefanv/omit-design/omit-design-cli)
Your own site
<a href="https://agentmods.dev/skills/leefanv/omit-design/omit-design-cli"><img src="https://agentmods.dev/badge/skills/leefanv/omit-design/omit-design-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 549 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.00549
Opus 5 $0.00030 $0.00275
Sonnet 5 $0.00012 $0.00110
Haiku 4.5 $0.00006 $0.00055

Measured 5d ago against content hash 80b2360262d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

omit-design-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/cli/templates/init/.claude/skills/omit-design-cli/SKILL.md · 54 lines

What it actually says

omit-design-cli

The entry points for the omit-design dev loop. Use these three commands — do not stitch together your own shell substitute.

omit-design init <name>

Scaffold a new omit-design project.

  • Copies the init scaffold into ./<name>/.
  • Already includes: app/ (Vite shell), design/welcome.tsx (demo), mock/, preset/, .claude/skills/ (bundled — no need for npx skills add), eslint.config.js, vite.config.ts, tsconfig.json, CLAUDE.md, README.md.
  • Next: cd <name> && npm install && npm run dev.

Flags:

  • --force: overwrite even if the target directory exists and is non-empty (use with care).

omit-design dev

Start the local Vite dev server.

  • Default port 5173.
  • Spawns npx vite, inheriting stdio.
  • Ctrl+C to exit.

Flags:

  • --port <n>: change port.
  • --host: expose on the LAN (use sparingly — designs may be visible to anyone on the same network).

omit-design lint

Compliance check. Produces AI-friendly structured output.

  • Runs ESLint over design/**/*.tsx (override with --glob).
  • Output format: <emoji> [<rule-id>] <file>:<line>:<col> — <sample> → <hint>.
  • Exit code: violations → 1, clean → 0.

Flags:

  • --json: emit raw ESLint JSON (for tool consumption).
  • --glob <pattern>: override the default glob.

Counter-examples

  • Running eslint design/... and parsing the output yourself — use omit-design lint.
  • Writing a grep self-check for style={{no-design-literal already covers this.
  • Hard-coding the dev port in a README — users override it via --port.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 54 lines · 60 tokens per session scan A 80b2360262d4

Subscribe to this mod's changes

omit-design-cli is a skill published in the GitHub repository leefanv/omit-design (54 stars, last pushed 3mo ago), licensed MIT. It adds 60 tokens to every session and 549 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nw-discuss

Conducts Jobs-to-be-Done analysis, UX journey design, and requirements gathering through interactive discovery. Use when starting feature analysis, defining user stories, or creating acceptance criteria.

nWave-ai/nWave · 39 tokens

nw-diverge

Generates 3-5 divergent design directions through JTBD analysis, competitive research, structured brainstorming, and taste evaluation before convergence. Use when the team has a validated problem but hasn't chosen a solution approach.

nWave-ai/nWave · 45 tokens

nw-fp-usable-design

Naming conventions, API ergonomics, and usability patterns for functional code.

nWave-ai/nWave · 20 tokens

moai-ref-ui-polish

UI polish and interface-completion reference: the small visual details — concentric border radius, optical alignment, shadow-vs-border, motion easing, typography smoothing, tabular numbers, icon stroke weight, hit areas — that separate polished interfaces from generic ones. Agent-extending skill that amplifies…

modu-ai/moai-adk · 98 tokens

ux-design

Create comprehensive UX design with user flows, wireframes, and design systems.

a5c-ai/babysitter · 0 tokens

moai-domain-design-dna

Reverse-engineer a reference design — a screenshot, an image set, or a live URL — into a portable Design DNA JSON across three dimensions (measurable tokens, qualitative style, special-rendering effects), then generate a new self-contained artifact from that JSON. Carries the extraction rules (dominance-based colour…

modu-ai/moai-adk · 112 tokens