
from agent-skills13
Type-safe keyboard shortcuts for React apps with cross-platform Mod key abstraction and sequence recording.
This skill provides comprehensive capabilities for implementing type-safe keyboard shortcuts in React applications. It allows agents to integrate complex hotkey behaviors including single keys, multi-key sequences, and user-definable shortcut recording.
Use this skill when the task involves adding keyboard accessibility, implementing Vim-style navigation (sequences), creating shortcut recorders for users, or ensuring keyboard shortcuts work consistently across macOS (Cmd) and Windows/Linux (Ctrl) using the Mod abstraction.
useHotkey, useHotkeySequence, useHotkeyRecorder, and managing focus with tabIndex for scoped shortcuts.Primarily targeted at agents capable of modifying React codebases, such as Claude Code, Cursor, and other AI coding assistants.
This skill has not been reviewed by our automated audit pipeline yet.
Git Workflow Practices
Provides branching strategies, commit conventions, CI/CD recommendations, and repository hygiene patterns for teams adopting trunk-based development and stacked
Design System
Guides building scalable design systems: tokens, theming, component patterns, accessibility, and governance.
Tauri
Tauri v2 guidance for building small, secure desktop and mobile apps with web frontends and Rust backends — covers IPC, plugins, packaging, signing, and distrib
Valkey (Redis-compatible)
Valkey is a Redis-compatible in-memory datastore for caching, sessions, pub/sub, streams, queues, and distributed locks—useful for low-latency caching, rate lim
React Motion Animations
Expert implementation of Motion (formerly Framer Motion) for React, covering gestures, scroll effects, and layout transitions.
React Native with Expo
Comprehensive guide for building universal native apps using React Native and Expo, covering routing, CI/CD, and native device APIs.