with one click
m-focus
Generate focus ring system from the accent color.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate focus ring system from the accent color.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-focus |
| description | Generate focus ring system from the accent color. |
| user-invokable | true |
:focus-visible {\n outline: 2px solid var(--accent);\n outline-offset: 2px;\n border-radius: inherit;\n}\n\nAdapt for buttons, inputs, links, cards. Never outline: none without replacement.