frontend▌
1,025 indexed skills · max 10 per page
ui-typography
bencium/bencium-claude-code-design-skill · Frontend
These rules are distilled from Matthew Butterick's Practical Typography (https://practicaltypography.com). Butterick is a typographer, writer, and type designer whose work bridges professional typography and everyday digital writing. Thank you, Matthew, for making this knowledge accessible and encyclopedic. If you find this skill valuable, consider supporting his work directly.
nextjs-pathname-id-fetch
wsimmonds/claude-nextjs-skills · Frontend
Use this pattern whenever a page needs to load data based on whatever identifier appears in the URL. Common scenarios include:
sentry-react-native-setup
getsentry/sentry-agent-skills · Frontend
Install and configure Sentry in React Native projects using the official wizard CLI.
nextjs-use-search-params-suspense
wsimmonds/claude-nextjs-skills · Frontend
The useSearchParams hook requires TWO things:
visual-designer
daffy0208/ai-dev-standards · Frontend
Great design is invisible - users notice when it's bad, not when it's good.
html-visual
2ykwang/agent-skills · Frontend
Visualize the user's request as an interactive single HTML file. First, read references/common-rules.md to review common rules.
websocket-realtime-builder
patricio0312rev/skills · Frontend
Build real-time applications with WebSockets and Socket.io.
frontend-design
digitalsamba/claude-code-video-toolkit · Frontend
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
comfyui-prompt-engineer
mckruz/comfyui-expert · Frontend
Generates optimized prompts tailored to specific models and identity methods. Different models respond differently to prompts.
axiom-swiftui-search-ref
charleswiltgen/axiom · Frontend
SwiftUI search is environment-based and navigation-consumed. You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs.