Agent skill · Workflow & Productivity

od-default

Hidden fallback scenario for free-form Home prompts. Infer the task type and ask only when routing is materially ambiguous.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill od-default --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: plugins/_official/scenarios/od-default/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# od-default (hidden scenario) This plugin runs only when the user types a free-form Home prompt without choosing one of the visible category chips. It is the design-engine fallback, not a visible catalog entry. ## Route first; clarify only when needed Infer the task type from the user's brief and known conversation context. When one route is reasonably clear, bind it and continue directly to that Open Design flow. A free-form Home prompt, a first turn, or the presence of a discovery stage does not by itself require a question form. Emit the form below only when two or more routes remain materially plausible and choosing the wrong one would change the delivery format. Localize every user-facing string to the user's chat language, but keep ids, types, option values, and the ordered `taskType` options stable. Set `defaultValue` to the stable value of the route you recommend so the user can submit unchanged; the example below recommends `prototype`, but replace it with the inferred route value before emission. You may add at most two other unanswered questions, and only when their answers are also required before useful work can begin; never restore a fixed discovery checklist. ```htm

What's inside
Steps it walks through
  1. Route first; clarify only when needed
  2. After the answer
Ships with 1 file
  • open-design.json
More from open-design
All skills →
About this skill
What does the od-default skill do?

Hidden fallback scenario for free-form Home prompts. Infer the task type and ask only when routing is materially ambiguous.

How do I install it?

Run `npx skills add nexu-io/open-design --skill od-default --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going