ワンクリックで
export-css
Export the current design system as CSS custom properties. Includes color, typography, spacing, shadows, and radii tokens.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Export the current design system as CSS custom properties. Includes color, typography, spacing, shadows, and radii tokens.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Full accessibility audit covering focus management, semantic HTML, ARIA attributes, color contrast, touch targets, screen reader experience, and motion safety.
Auto-fix detectable accessibility issues. Adds focus styles, semantic HTML, ARIA attributes, and touch target sizing.
Verify visual alignment across sections. Check that headings, text, images, and components share consistent alignment points.
Add purposeful motion and transitions to the interface. Focuses on high-impact moments: page load reveals, hover states, and scroll-triggered entries. Not decorative jitter.
Audit and fix ARIA attributes. Ensures proper aria-label, aria-hidden, aria-live, and role usage throughout the interface.
Comprehensive design quality audit with severity ratings, specific line references, and actionable fix instructions. Deeper than /score — examines every declaration.
SOC 職業分類に基づく
| name | export-css |
| description | Export the current design system as CSS custom properties. Includes color, typography, spacing, shadows, and radii tokens. |
| user-invokable | true |
Extract all design tokens from the current codebase and output as a clean :root declaration block.
Group by category:
:root {
/* Color */
--color-surface: ...;
/* Typography */
--font-display: ...;
--type-scale-sm: ...;
/* Spacing */
--space-1: ...;
/* Shadows */
--shadow-sm: ...;
/* Radii */
--radius-sm: ...;
}
Include dark mode overrides in a separate @media block.