← スキル一覧に戻る

mai-ui-orchestrator
by bradsingley
My clone repository
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: mai-ui-orchestrator description: Route MAI UI work to the right sub-skill so agents load only the guidance they need. metadata: author: yu.he@microsoft.com version: "1.0"
Use this skill first when a user mentions MAI UI. It keeps context lean by delegating detailed workflows to narrower skills.
How to route requests
| Scenario | Load this skill |
|---|---|
| Need MAI/Copilot color, motion, or voice guidance (plus token switchboard) | mai-theme-copilot |
Need to install packages, .npmrc, or credential helpers | mai-ui-bootstrap |
| Align on tokens, spacing, typography, accessibility | mai-ui-foundations |
| Author or update MAI UI implementation plans | mai-ui-planning-workflow |
| Choose components, enforce variants, or audit layouts (includes component reference files locally) | mai-ui-components-and-patterns |
| Source icons, imagery, or other creative assets | mai-ui-iconography-and-assets |
Usage pattern
- Read the user’s request.
- Identify which row in the table matches.
- Load the referenced skill and follow its instructions end-to-end.
- Return here only if the task scope changes or you need to chain multiple sub-skills.
Notes
- Always determine the active theme first (load
mai-theme-copilottoday, or the appropriate future theme skill) before applying foundations/components. Use the theme’s token switchboard orskills/mai-ui-foundations/scripts/token-link.mjsto import the correct stylesheet before moving on. - Sub-skills can be combined (e.g., bootstrap ➜ foundations ➜ components) as long as each has a clear completion checkpoint.
- Keep outputs modular too: attach planning docs, asset manifests, and implementation notes separately so they map back to the sub-skill that produced them.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です