command-palette
Command palette design, keyboard shortcuts, quick actions, and power user interfaces.
Works with
--- name: command-palette description: Command palette design, keyboard shortcuts, quick actions, and power user interfaces. license: MIT --- # Command Palette ## When to Build One - Users perform repeated actions that could be faster - App has many features across many sections - Target users are comfortable with keyboard-first interaction - Navigation is deep enough that mouse navigation is slow ## Design - **Trigger:** Cmd+K (Mac) / Ctrl+K (Windows). Universal convention. - **Appearance:** Centered modal with search input at top - **Results:** Grouped by type (Actions, Pages, Recent, Settings) - **Keyboard navigation:** Arrow keys to move, Enter to select, Escape to close - **No results:** Show helpful suggestions or common actions ## Search Behavior - Fuzzy matching (typo tolerance) - Recency bias (recent commands ranked higher) - Frequency bias (commonly used commands ranked higher) - Show keyboard shortcut next to each action - Highlight matching characters in results ## Categories | Category | Examples | |----------|---------| | Navigation | Go to Dashboard, Go to Settings | | Actions | Create Project, Export Data | | Recent | Recently visited pages or actions | | Settings | Toggle dark mode, Change language | | Help | Docs, Keyboard shortcuts, Support | ## Accessibility - Full keyboard navigation - `role="combobox"` on the input - `role="listbox"` on results - `aria-activedescendant` for keyboard position - Screen reader announces result count changes
More Accessibility skills
skill-creator
anthropics/skills
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
hyperframes-core
heygen-com/hyperframes
The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md plan formats. Read before writing composition HTML.
ui-ux-pro-max
nextlevelbuilder/ui-ux-pro-max-skill
UI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing, or fixing interfaces, including pages, components, design systems, accessibility, interaction, responsive layout, typography, color, charts, and stack-specific UI implementation. Searchable local data: 79 searchable styles (50 active), 192 product palettes and reasoning profiles, 74 font pairings, 119 UX guidelines, 105 icons, 17 GSAP presets, 25 chart types, and 22 stacks.

