agentsclimarketplace

Design orchestrator

Skill Sheshiyer/skill-clusters/skills/design-orchestrator

Hub-and-spoke agent-skill clusters, one per stack (Astro·GSAP·Remotion, Tauri, …). Installable via skills.sh.

Install
npx -y skills add Sheshiyer/skill-clusters --skill design-orchestrator

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

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Route a UI/visual-design task to the right skill among 9 design specialists — research-first methodology, the design-intelligence database, concrete style systems, senior engineering rules, spec emitters, design-agent workflows, theming, static art, and brand extraction. USE WHEN a user is designing, styling, redesigning, or polishing an interface, artifact, or brand surface but hasn't named the specific skill or approach.

SKILL.md

3.6 KB, 750 tokens by cl100k_base, as published. Nobody here has run it

Design Orchestrator

The single entry skill for design work. It locates the task on the intent × deliverable map and delegates to one of 9 specialist spokes. The cross-cutting model every design task shares — research and constraints before generation, the decision ledger, and the anti-AI-slop quality gate — lives in design-core; read it before generating any pixels.

Routing map (intent → spoke)

Design a real product UI (default path)

  • Any interface, landing page, dashboard, redesign, or visual polish → refero-design (research is mandatory — reference before implementation)
  • Need styles / palettes / font pairings / chart types per stack → ui-ux-pro-max (searchable design-intelligence DB)
  • Want a specific, opinionated look applied → swiss-design (Swiss/modernist system in Tailwind)

Engineer the interface to a senior bar

  • Metric-based rules, component architecture, motion, hardware-accelerated performance → taste-skill
  • Emit a reusable, agent-enforceable spec file (anti-generic standards) → stitch-design-taste (produces DESIGN.md)

Run a design-agent workflow

  • Iterate drafts / branch variations / extend to more pages from a component → superdesign

Theme an existing artifact

  • Apply or generate a theme for slides, docs, reports, or HTML → theme-factory

Produce static visual art

  • Poster, art piece, print-ready .png / .pdfcanvas-design

Pull brand identity from the web

  • Extract logos, colors, backdrops, brand name from a URL → openbrand

Standard Operating Flow

  1. Locate the task on intent × deliverable: is the output a product UI, a spec, a themed artifact, static art, or brand data?
  2. If the output is a product UI or anything user-facing, pull the gate from design-core first — research → lock references → ledger decisions → generate → check against the slop gate. Skipping research is the failure mode.
  3. Delegate to the spoke(s). Multi-step asks fan out in deliverable order (e.g. "brand this landing page" → openbrand for tokens → refero-design for the layout → taste-skill for the build).
  4. Return: chosen spoke(s), the references/constraints that anchored the work, the deliverable type, and the next action.

Guardrails

See design-core. In short: research before generation — never average from the model's defaults; ground every choice in a concrete reference and record it in the decision ledger. Keep type scale, spacing, and color on a system, not ad-hoc. Treat "make it look good" as a request to find references and commit to a direction, not to improvise. The cluster's value is craft that resists generic AI output — don't quietly fall back to the default look.

Loading spokes on demand

To keep CLI startup context lean, this cluster's spokes are not separately registered as skills — only this orchestrator and its *-core are enumerated. When you route to a spoke named above, load it on demand by reading its file:

~/.agents/skill-clusters/skills/<spoke-name>/SKILL.md (or skills/<spoke-name>/SKILL.md inside the skill-clusters repo).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

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.