vue-ssr-design

Coordinate design delegation and task splitting for Vue SSR Starter Kit.

3|Updated Jan 14, 2023
One-click install
npx skills add https://github.com/e-xode/vue-ssr --skill vue-ssr-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vue-ssr-design
Source: https://github.com/e-xode/vue-ssr/tree/main/.claude/skills/vue-ssr-design
Command: npx skills add https://github.com/e-xode/vue-ssr --skill vue-ssr-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents design and implementation from getting tangled by coordinating when to delegate visual work to a design agent versus handling it directly, keeping responsibilities clear in the Vue SSR starter kit.

Core Features & Use Cases

  • Delegation routing for UI changes: Decide when visual output, layout, theming, and responsive polish require the design agent versus inline tweaks.
  • Clear division of concerns: Maintain boundaries between design coordination and the dedicated skill families (design-ux, design-scss, vuetify-*), avoiding cross-layer responsibility leaks.
  • Design-first feature workflow: Use a repeatable flow (design direction → design execution → parallel logic/i18n work → merge → validation) to reduce rework and visual debt.
  • Design principles as guardrails: Enforce starter-kit rules like clean/minimal structure, token-driven styling, responsive defaults, accessibility-first, and dark-mode readiness.
  • Mixed-task splitting: Produce a reliable handoff plan when a request includes both visual structure and Vue logic (including where translations and validation should land).

Quick Start

Ask to route a UI/design task: “Should the design agent or the vue agent handle the restyle of this login card, and how should we split layout, SCSS/Vuetify, and logic responsibilities?”

Frequently Asked Questions about vue-ssr-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I split UI design and Vue logic responsibilities in an SSR project?

To split UI design and Vue logic, route visual output, layout, and theming work to a design agent while handling Vue logic inline. This coordination prevents design and implementation from getting tangled in a Vue SSR starter kit.

When should I delegate Vuetify theming to a design agent versus handling it inline?

Delegate Vuetify theming to a design agent for visual output, layout adjustments, or responsive polish tasks. Handle minor inline tweaks directly to maintain clear boundaries between design coordination and Vuetify family skills.

What is the design-first workflow for Vue SSR features?

The design-first workflow for Vue SSR features follows a repeatable sequence: design direction, design execution, parallel logic and i18n work, merge, and validation. This structured flow reduces rework and visual debt.

Does the Vue SSR design workflow enforce accessibility and dark-mode readiness?

Yes, the Vue SSR design workflow enforces accessibility-first and dark-mode readiness as starter-kit guardrails. It also mandates clean minimal structure, token-driven SCSS styling, and responsive defaults across all delegated design tasks.

How do I manage SCSS tokens when splitting tasks between design and Vue agents?

Manage SCSS tokens by enforcing token-driven styling as a design principle guardrail. Route SCSS token adjustments to the design-scss skill family, ensuring the Vue agent handles logic without leaking cross-layer styling responsibilities.