frontend▌
1,025 indexed skills · max 10 per page
web-artifacts-builder
sickn33/antigravity-awesome-skills · Frontend
To build powerful frontend claude.ai artifacts, follow these steps:
react-native-architecture
wshobson/agents · Frontend
Production-ready React Native patterns with Expo, navigation, offline-first architecture, and native module integration. \n \n Covers Expo Router for file-based navigation, authentication flows with secure token storage, and route protection patterns \n Includes offline-first data sync using React Query with AsyncStorage persistence and online status detection \n Demonstrates native module integration for haptics, biometrics, push notifications, and platform-specific code patterns \n Provides pe
react-native-design
wshobson/agents · Frontend
Cross-platform mobile apps with React Native styling, navigation, and performant Reanimated animations. \n \n Covers StyleSheet patterns, dynamic styling, Flexbox layouts, and platform-specific designs for iOS and Android \n Includes React Navigation 6+ setup for stack and tab navigators with type-safe route definitions \n Provides Reanimated 3 fundamentals including shared values, animated styles, and Gesture Handler integration for drag interactions \n Features best practices for performance (
frontend-testing
langgenius/dify · Frontend
Generate Vitest and React Testing Library tests for Dify frontend components, hooks, and utilities. \n \n Covers component rendering, props validation, user interactions, edge cases, and async operations with Vitest 4.0.16 and React Testing Library 16.0 \n Enforces incremental, one-file-at-a-time testing workflow for multi-file directories; process by complexity (utilities → hooks → simple components → complex components → integration) \n Requires integration-first approach: import real project
react-state-management
wshobson/agents · Frontend
Modern React state management with Redux Toolkit, Zustand, Jotai, and React Query for every state category. \n \n Covers five state types: local component state, global state, server state, URL state, and form state, with recommended solutions for each \n Includes complete TypeScript patterns for Redux Toolkit slices, Zustand with scalable slice architecture, Jotai atomic state, and React Query with optimistic updates \n Demonstrates combining client state (Zustand) with server state (React Quer
baoyu-markdown-to-html
jimliu/baoyu-skills · Frontend
Converts Markdown to styled HTML with WeChat-optimized themes, code highlighting, and optional bottom citations. \n \n Supports four themes (default, grace, simple, modern) with customizable colors, fonts, and sizes via CLI options \n Handles advanced Markdown features including syntax-highlighted code blocks, tables, Mermaid/PlantUML diagrams, alerts, footnotes, and ruby text \n Optional citation mode converts external links to numbered references with a bottom \"引用链接\" section, preserving WeCh
vercel-cli-with-tokens
vercel-labs/agent-skills · Frontend
Deploy and manage projects on Vercel using the CLI with token-based authentication, without relying on vercel login.
update-swiftui-apis
avdlee/swiftui-agent-skill · Frontend
Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update swiftui-expert-skill/references/latest-apis.md.
copilot-cli-quickstart
github/awesome-copilot · Frontend
Interactive step-by-step tutorials for GitHub Copilot CLI with separate Developer and Non-Developer learning paths. \n \n Offers three core modes: Tutorial (guided lessons), Q&A (on-demand answers), and Reset (start over) \n Includes 7 shared and track-specific lessons covering prompts, permissions, slash commands, file mentions, planning, and advanced features like MCP servers \n Tracks progress with SQL-backed lesson completion and supports mid-tutorial track switching \n Provides beginne
mcp-builder
sickn33/antigravity-awesome-skills · Frontend
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.