Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计通过

frontend-orchestrator前端协调器

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

593

周安装

24

GitHub Stars

21

下载量

186
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:frontend-orchestrator(前端协调器)
来源仓库:https://github.com/sanky369/vibe-building-skills
仓库路径:skills/frontend-orchestrator
安装命令:
npx skills add https://github.com/sanky369/vibe-building-skills --skill frontend-orchestrator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sanky369/vibe-building-skills --skill frontend-orchestrator

简介

协调多技能协同完成复杂前端任务流。

  • 例如:先规划架构再生成组件最后优化样式。
  • 自动传递上下文信息减少重复描述。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 当前宿主需支持技能链式调用机制。
  • frontend-orchestrator 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Frontend Design Orchestrator

Overview

The Frontend Design Orchestrator is your strategic guide for applying the philosophy of "uncommon care" to your digital product. Rather than randomly applying design skills, this orchestrator helps you understand where your application stands, what matters most right now, and which skills to deploy in what sequence.

This skill embodies the principle: "Reduce until it's clear, refine until it's right." It helps you identify what's essential for your current stage and focuses your effort there first.

The 13 Frontend Design Skills

Your complete design system includes:

Foundation Layer:

  1. design-foundation — Design tokens, system structure, principles
  2. design-engineer-mindset — Bridge design and implementation, code as material

Visual Layer: 3. layout-system — Responsive layouts, grids, flexbox, container queries 4. typography-system — Type scales, hierarchy, readability 5. color-system — Color theory, accessibility, theming 6. visual-hierarchy-refactoring — Size, weight, contrast, whitespace, Gestalt principles

Component Layer: 7. component-architecture — Atomic design, composition, variants, documentation

Interaction Layer: 8. interaction-physics — Momentum, gestures, animation principles, implicit input 9. loading-states — Skeleton screens, spinners, progress bars, empty states 10. error-handling-recovery — Error messages, recovery workflows, graceful degradation 11. performance-optimization — Perceived latency, optimistic UI, Core Web Vitals

Quality Layer: 12. accessibility-excellence — WCAG compliance, semantic HTML, inclusive design 13. frontend-orchestrator — This skill - strategic coordination and sequencing

Core Methodology: Design Maturity Assessment

Every application exists at one of five design maturity levels. Understanding your level is the first step to improvement.

The Five Maturity Levels

Level 1: Functional MVP Your application works. Users can accomplish their core goals. But the experience feels rough, inconsistent, or confusing. Design feels like an afterthought. This is where most startups begin.

Level 2: Consistent Foundation You've established basic consistency. Components look similar, colors are somewhat coordinated, spacing has some logic. But the system isn't documented, and new features often break the pattern. Accessibility is partial or missing.

Level 3: System-Driven You have a documented design system with tokens, components, and clear patterns. New features follow the system. Accessibility is integrated. But the system might feel generic, lacking personality or delight. Interactions feel mechanical.

Level 4: Refined Experience Your system is mature and well-executed. Every detail has been considered. Interactions feel smooth and intentional. Accessibility is excellent. Users notice the care. But the experience might not yet feel timeless or anticipatory.

Level 5: Transcendent Design This is rare. Your product doesn't just work well—it feels loved. The experience anticipates user needs. Every interaction delights. The design feels timeless, not trendy. Users recommend it not because they have to, but because they want to.

The Orchestrator's Diagnostic Process

Step 1: Current State Assessment

Before recommending skills, the orchestrator asks these diagnostic questions:

Foundation Questions:

  • What is your primary goal right now? (Shipping fast, improving retention, reducing support tickets, building brand love?)
  • How many users are actively using your product?
  • What's your team's design maturity? (No designer, junior designer, experienced designer, design team?)
  • How much technical debt do you have in your UI/CSS?

Design System Questions:

  • Do you have a documented design system?
  • Are you using a CSS framework (Tailwind, CSS-in-JS, vanilla CSS)?
  • How consistent is your current design across the application?
  • Do you have design tokens or design system documentation?

User Experience Questions:

  • What's your biggest user frustration right now?
  • How many accessibility issues have been reported?
  • What's your mobile experience like compared to desktop?
  • Do users comment on the feel or polish of your product?

Interaction Questions:

  • How much thought has gone into animations and transitions?
  • Do users understand what actions are available to them?
  • How clear is your error messaging and feedback?
  • Do interactions feel responsive and intentional?

Performance Questions:

  • How fast does your application feel?
  • Do users complain about loading times?
  • Are there perceived performance issues?
  • Do you measure Core Web Vitals?

Step 2: Gap Analysis

Based on the assessment, the orchestrator identifies which skills will have the highest impact on your specific situation.

Current StateHighest Impact SkillWhySecondary Skills
Functional MVP, no systemdesign-foundationEstablishing a foundation prevents future technical debt and enables faster, more consistent development.layout-system, typography-system, design-engineer-mindset
Inconsistent design, partial systemdesign-foundationDocumenting and formalizing what exists prevents regressions and enables team alignment.component-architecture, color-system, visual-hierarchy-refactoring
System exists, but feels genericinteraction-physicsAdding intentionality to interactions transforms a functional product into one that feels loved.typography-system, accessibility-excellence, performance-optimization
Good system, poor accessibilityaccessibility-excellenceAccessibility is foundational and affects all other skills. Fixing it first ensures all future work is accessible.component-architecture, interaction-physics, error-handling-recovery
Mature system, needs refinementinteraction-physics, visual-hierarchy-refactoringRefinement happens at the margins—in the details of how things move, feel, and communicate.performance-optimization, loading-states, design-engineer-mindset
Users confused by interactionserror-handling-recovery, loading-statesClear feedback and error messages reduce support tickets and improve confidence.interaction-physics, performance-optimization
Slow perceived performanceperformance-optimizationPerceived speed dramatically affects user satisfaction and retention.loading-states, interaction-physics, design-engineer-mindset

Step 3: Skill Sequencing

The orchestrator recommends one of five implementation paths based on your situation:

Path A: Building from Scratch (Functional MVP → Refined Experience)

  1. design-foundation — Establish tokens, system structure, component library
  2. design-engineer-mindset — Understand code as design material
  3. layout-system — Create responsive, accessible layout patterns
  4. typography-system — Define type scales and hierarchy
  5. visual-hierarchy-refactoring — Establish clear visual hierarchy through size, weight, contrast
  6. color-system — Establish color system with accessibility in mind
  7. component-architecture — Build reusable, well-documented components
  8. loading-states — Design loading and empty states
  9. error-handling-recovery — Design error states and recovery
  10. interaction-physics — Add intentionality to animations and transitions
  11. performance-optimization — Optimize perceived performance
  12. accessibility-excellence — Audit and improve accessibility across all layers

Path B: Formalizing Existing Design (Inconsistent → System-Driven)

  1. design-foundation — Document and formalize existing patterns
  2. visual-hierarchy-refactoring — Audit and improve visual hierarchy
  3. component-architecture — Extract and document existing components
  4. layout-system — Audit and standardize layout patterns
  5. typography-system — Audit and standardize typography
  6. color-system — Audit and standardize color usage
  7. design-engineer-mindset — Establish design-code alignment
  8. accessibility-excellence — Audit and improve accessibility
  9. loading-states — Standardize loading and empty states
  10. error-handling-recovery — Standardize error handling
  11. interaction-physics — Add intentionality to interactions
  12. performance-optimization — Optimize perceived performance

Path C: Improving Mature System (System-Driven → Transcendent)

  1. design-engineer-mindset — Deepen implementation fidelity
  2. interaction-physics — Add delight and intentionality
  3. visual-hierarchy-refactoring — Refine visual hierarchy
  4. performance-optimization — Optimize perceived performance
  5. loading-states — Enhance loading state design
  6. error-handling-recovery — Enhance error state design
  7. accessibility-excellence — Audit and enhance accessibility
  8. typography-system — Refine typography and readability
  9. color-system — Refine color system and theming
  10. component-architecture — Enhance component library

Path D: Fixing Performance Issues (Slow → Responsive)

  1. performance-optimization — Measure and optimize perceived latency
  2. design-engineer-mindset — Understand rendering pipeline
  3. loading-states — Implement skeleton screens and progress bars
  4. interaction-physics — Optimize animation performance
  5. error-handling-recovery — Improve error feedback
  6. accessibility-excellence — Ensure accessibility during optimization

Path E: Improving Accessibility (Partial → Excellent)

  1. accessibility-excellence — Audit and establish accessibility baseline
  2. error-handling-recovery — Ensure error messages are accessible
  3. loading-states — Ensure loading states are accessible
  4. component-architecture — Build accessible components
  5. interaction-physics — Ensure animations respect prefers-reduced-motion
  6. visual-hierarchy-refactoring — Ensure sufficient contrast and hierarchy
  7. typography-system — Ensure readable typography
  8. performance-optimization — Ensure performance doesn't impact accessibility

How to Use the Orchestrator

Step 1: Assess Your Current State

Ask yourself these questions:

  1. What's your design maturity level? (1-5)
  2. What's your biggest pain point? (Inconsistency, performance, accessibility, interactions, etc.)
  3. What's your primary goal? (Ship fast, improve retention, build brand love, etc.)
  4. What's your team size and expertise? (Solo developer, junior designer, experienced team, etc.)

Step 2: Choose Your Path

Based on your assessment, select the path that matches your situation:

  • Path A if you're building from scratch
  • Path B if you have inconsistent design you want to formalize
  • Path C if you have a mature system you want to refine
  • Path D if performance is your main issue
  • Path E if accessibility is your main issue

Step 3: Follow the Sequence

Work through the skills in the recommended order. Each skill builds on the previous ones.

Step 4: Iterate and Refine

After implementing each skill, assess your progress. You may need to revisit earlier skills or adjust your path based on what you learn.

Integration Between Skills

Foundation Skills Enable All Others

  • design-foundation provides tokens used by all other skills
  • design-engineer-mindset ensures fidelity across all implementations

Visual Skills Work Together

  • layout-system creates structure
  • typography-system establishes hierarchy
  • color-system adds visual interest
  • visual-hierarchy-refactoring ties them together

Interaction Skills Create Delight

  • interaction-physics makes interactions feel natural
  • loading-states maintain confidence during waits
  • error-handling-recovery guide users to resolution
  • performance-optimization make everything feel fast

Quality Skills Ensure Excellence

  • accessibility-excellence ensures everyone can use your product
  • frontend-orchestrator ensures strategic coordination

How to Use This Skill with Claude Code

Automatic Skill Invocation

After assessing the user's situation and recommending a path, ask the user if they want you to automatically invoke the recommended skills in sequence. For example:

"Based on your assessment, I recommend Path B with these skills:
1. design-foundation
2. visual-hierarchy-refactoring
3. component-architecture
...

Would you like me to run these skills now? I'll invoke each one in sequence to analyze your codebase and provide specific recommendations."

If the user agrees, invoke each recommended skill using the /skill-name command (e.g., /design-foundation, /interaction-physics). Work through them in the recommended order, applying each skill's methodology to the user's specific codebase.

Get a Personalized Roadmap

"I'm using the frontend-orchestrator skill. Can you help me:
- Assess my current design maturity
- Identify my biggest pain points
- Recommend a skill sequence
- Then run the recommended skills automatically"

Diagnose Design Issues

"My users are complaining about [issue]. Using the orchestrator:
- What's the root cause?
- Which skills would help?
- What should I prioritize?"

Plan a Design System

"Can you help me plan a design system using the orchestrator?
- Assess my current state
- Recommend a path
- Create a step-by-step guide
- Estimate effort for each skill"

Key Principles

1. Start Where You Are Don't try to implement all skills at once. Start with the highest-impact skill for your situation.

2. Build Momentum Early wins create confidence and buy-in for continued improvement.

3. Iterate, Don't Perfectionism Each skill can be refined later. Get the basics right first.

4. Measure Progress Track improvements in user satisfaction, support tickets, and retention.

5. Celebrate Refinement The journey from MVP to transcendent design is a marathon, not a sprint.

Checklist: Are You Ready to Begin?

  • I've assessed my current design maturity level
  • I've identified my biggest pain point
  • I've chosen my implementation path
  • I understand the sequence of skills
  • I know which skill to start with
  • I have a team or resources to implement
  • I'm ready to commit to the journey

The orchestrator's role is to guide you from where you are to where you want to be. Start with the next skill in your path.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.64%
按下载量换算50

Codex

23.97%
按下载量换算45

Gemini CLI

17.55%
按下载量换算33

OpenCode

13.78%
按下载量换算26

Antigravity

8.86%
按下载量换算16

Cursor

3.16%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills