ワンクリックで
m-motion-tokens
Generate motion tokens: 6 duration steps and 5 named easing curves for consistent animation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate motion tokens: 6 duration steps and 5 named easing curves for consistent animation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Auto-fix detectable accessibility issues.
Full accessibility audit. Focus, semantic HTML, ARIA, contrast, touch targets, motion safety.
Verify visual alignment across sections. Check consistent left edges, centered elements, grid alignment.
Add purposeful motion. Page load reveals, hover states, scroll entries.
Audit ARIA attributes. Ensure proper usage without over-specification.
Comprehensive design quality report with specific findings per axis, line references, severity ratings, and fix instructions.
| name | m-motion-tokens |
| description | Generate motion tokens: 6 duration steps and 5 named easing curves for consistent animation. |
Durations: instant (50ms), fast (100ms), normal (200ms), slow (300ms), slower (500ms), slowest (700ms).\n\nEasings:\n- standard: cubic-bezier(0.4, 0, 0.2, 1) — general\n- decelerate: cubic-bezier(0, 0, 0.2, 1) — entering\n- accelerate: cubic-bezier(0.4, 0, 1, 1) — exiting\n- spring: cubic-bezier(0.34, 1.56, 0.64, 1) — playful\n- smooth: cubic-bezier(0.16, 1, 0.3, 1) — refined