agentsclimarketplace

Od new generation

Skill nexu-io/open-design/plugins/_official/scenarios/od-new-generation

🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.

Install
npx -y skills add nexu-io/open-design --skill od-new-generation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Default reference pipeline for the new-generation taskKind — discovery → plan → generate → critique with a critique-theater devloop.

SKILL.md

1.3 KB, as published. Nobody here has run it

od-new-generation (scenario)

Spec §10.1 / §23.3.3: when a plugin omits od.pipeline, the daemon falls back to this scenario plugin's pipeline. Replacing the default for an enterprise / vertical edition is now a content edit rather than a code change.

Default pipeline

{
  "stages": [
    { "id": "discovery", "atoms": ["discovery-question-form"] },
    { "id": "plan",      "atoms": ["direction-picker", "todo-write"] },
    { "id": "generate",  "atoms": ["file-write", "live-artifact"] },
    {
      "id": "critique", "atoms": ["critique-theater"],
      "repeat": true,
      "until": "critique.score>=4 || iterations>=3"
    }
  ]
}

The discovery stage gives the agent a clean surface for clarifying questions; the plan stage commits to a TodoWrite-backed plan; the generate stage produces the artifact; the critique stage devloops until the score converges or the iteration ceiling is hit.

Plugins that customise this scenario

A plugin can override or extend by declaring its own od.pipeline. The default applies only when the plugin's pipeline is absent.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.