Borrowing it
Nothing to install: this file belongs to yoshimi-I/ai-engineer-teams. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/yoshimi-I/ai-engineer-teams/main/.kiro/skills/baseline-ui/SKILL.mdgit clone --depth 1 https://github.com/yoshimi-I/ai-engineer-teamsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/baseline-ui)<a href="https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/baseline-ui"><img src="https://agentmods.dev/badge/skills/yoshimi-i/ai-engineer-teams/baseline-ui/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/baseline-ui"><img src="https://agentmods.dev/badge/skills/yoshimi-i/ai-engineer-teams/baseline-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00117 | $0.01232 |
| Opus 5 | $0.00059 | $0.00616 |
| Sonnet 5 | $0.00023 | $0.00246 |
| Haiku 4.5 | $0.00012 | $0.00123 |
Grade A, and why
baseline-ui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
ベースラインUI
AI生成インターフェースの品質低下を防ぐための制約。
使い方
-
/baseline-uiこの会話のUI作業に以下の制約を適用する。 -
/baseline-ui <file>ファイルを以下の制約に照らしてレビューし、出力:- 違反箇所(該当行/スニペットを引用)
- 重要な理由(1文)
- 具体的な修正案(コードレベル)
スタック
- Tailwind CSSのデフォルト値を使うこと(カスタム値が既存 or 明示的に要求された場合を除く)
- JSアニメーションが必要な場合は
motion/react(旧framer-motion)を使用 - Tailwind CSSのエントランス・マイクロアニメーションには
tw-animate-cssを推奨 - クラスロジックには
cnユーティリティ(clsx+tailwind-merge)を使用
コンポーネント
- キーボード・フォーカス動作があるものにはアクセシブルなプリミティブを使用(
Base UI,React Aria,Radix) - プロジェクト既存のコンポーネントプリミティブを優先
- 同一インタラクション面でプリミティブシステムを混在させない
- 新規プリミティブにはスタック互換なら
Base UIを推奨 - アイコンのみのボタンには
aria-labelを付与 - 明示的に要求されない限り、キーボード・フォーカス動作を手動で再実装しない
インタラクション
- 破壊的・不可逆なアクションには
AlertDialogを使用 - ローディング状態にはスケルトンを推奨
h-screenは使わない、h-dvhを使う- 固定要素には
safe-area-insetを尊重 - エラーはアクションが発生した場所の近くに表示
inputやtextareaでペーストをブロックしない
アニメーション
- 明示的に要求されない限りアニメーションを追加しない
- コンポジタプロパティのみアニメーション(
transform,opacity) - レイアウトプロパティのアニメーション禁止(
width,height,top,left,margin,padding) - ペイントプロパティ(
background,color)のアニメーションは小さなローカルUI(テキスト、アイコン)のみ許可 - エントランスには
ease-outを推奨 - インタラクションフィードバックは
200msを超えない - ループアニメーションは画面外で一時停止
prefers-reduced-motionを尊重- 明示的に要求されない限りカスタムイージングカーブを導入しない
- 大きな画像やフルスクリーン面のアニメーションを避ける
タイポグラフィ
- 見出しには
text-balance、本文/段落にはtext-prettyを使用 - データには
tabular-numsを使用 - 密なUIには
truncateやline-clampを推奨 - 明示的に要求されない限り
letter-spacing(tracking-*)を変更しない
レイアウト
- 固定の
z-indexスケールを使用(任意のz-*禁止) - 正方形要素には
w-*+h-*の代わりにsize-*を推奨
パフォーマンス
- 大きな
blur()やbackdrop-filter面のアニメーション禁止 - アクティブなアニメーション外で
will-changeを適用しない - レンダーロジックで表現できるものに
useEffectを使わない
デザイン
- 明示的に要求されない限りグラデーション禁止
- 紫やマルチカラーグラデーション禁止
- グロー効果を主要なアフォーダンスとして使わない
- 明示的に要求されない限りTailwind CSSデフォルトのシャドウスケールを使用
- 空の状態には1つの明確な次のアクションを提示
- アクセントカラーの使用は1ビューにつき1色まで
- 新しい色を導入する前に既存テーマやTailwind CSSカラートークンを使用
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 87 lines · 117 tokens per session scan A 77e1517779d8
baseline-ui is a skill published in the GitHub repository yoshimi-I/ai-engineer-teams (2 stars, last pushed 2mo ago), licensed MIT. It adds 117 tokens to every session and 1,232 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
moai-design-tools
Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil designs, or exporting to React/Tailwind code.
ui-first-builder
Creates production-ready UI immediately from any description. Generates complete pages, components, and realistic mock data in FIRST response. Uses Next.js 16 + Tailwind + shadcn/ui. Never asks questions - infers everything from context. Triggers: UI creation, page building, component generation, build interface…
component-design
Apply a coherent visual system, responsive behavior, interaction states, and accessibility to Kun components.
design-review
Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…
coss-ui
Set up or extend a Next.js web app with Coss/UI — the official Cal.com design system, built on Base UI + Tailwind CSS v4 and installed through the shadcn CLI via the namespaced @coss/ registry. Two modes: Init (shadcn init @coss/style on a new project) and Add (pull @coss/ui primitives, single @coss/ components, or…