83,201 skills sorted by stars.
Solid Router advanced: preloading routes, streaming with Suspense, revalidation (automatic/manual), layouts, response he...
Solid Router alternative routers: HashRouter for hash-based URLs, MemoryRouter for testing and in-memory navigation.
Solid Router components: A for links, Route for route config, Router for setup, Navigate for redirects, active states, s...
Solid Router data APIs: query for caching/deduplication, createAsync for reactive promises, createAsyncStore for store-b...
Solid Router navigation: use <A> component for links with activeClass, useNavigate for programmatic navigation, useParam...
Solid Router preloading: preload function for routes, usePreloadRoute hook, hover/focus intent detection, lazy component...
Solid Router queries: query() for data fetching with caching/deduplication, createAsync() for reactive signals, createAs...
SOLID principles for Ruby 3.3+ and Rails 8. Files < 100 lines, contracts separated, modular architecture. Modules MANDAT...
SolidStart security: XSS prevention, CSP headers, CORS configuration, CSRF protection, input validation, server-side val...
SolidStart service workers: registration, caching strategies, offline support, background sync, PWA features.
Each class should encapsulate a single concept or responsibility Use when designing system architecture. Architecture ca...
SolidJS styling: CSS Modules, Tailwind, Sass, Less, CSS-in-JS, global styles, component-scoped styles, class and style b...
SOLID principles for Swift 6 and SwiftUI (iOS 26+). Files < 150 lines, protocols separated, @Observable, actors, Preview...
SolidJS terminology standards: use 'primitive' not 'hook', 'reactive value' not just 'signal', 'computation' not 'comput...
SolidJS testing patterns: use Vitest with @solidjs/testing-library, createRoot for cleanup, render components with funct...
Expert in Solidity smart contract development with security and gas optimization
Professional-grade Solidity smart contract security auditor. Performs comprehensive audits or targeted reviews (security...
Deep expertise in Solidity language features, patterns, and best practices for secure smart contract development. Covers...
Solidity smart contract development workflow. Use when modifying smart contracts in apps/erc20-token/contracts/.
Solidity/Ethereum guardrails, patterns, and best practices for AI-assisted development. Use when working with Solidity f...
Use when the user wants to audit Solidity smart contracts for security vulnerabilities, scan EVM-compatible contracts fo...
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns....
Smart contract security patterns, vulnerability prevention, gas optimization, and audit preparation for Solidity develop...
Builds UIs with SolidJS including signals, effects, memos, and fine-grained reactivity. Use when creating high-performan...
SolidJS expert including reactivity, components, and store patterns
SolidJS reactivity + UI state patterns for OpenWork
SolidStart advanced server: getRequestEvent for request context, static assets handling, returning responses, request ev...
SolidStart API routes: export GET/POST/PATCH/DELETE functions, handle APIEvent with request/params/fetch, GraphQL and tR...
Comprehensive SolidStart and SolidJS development guide with patterns for reactivity, data fetching, routing, state manag...
SolidStart clientOnly: render components/pages exclusively on client, bypass SSR for browser APIs (window, document), dy...
SolidStart configuration: app.config.ts with defineConfig, deployment presets (Netlify/Vercel/Cloudflare/etc.), prerende...
SolidStart data mutation: form submissions with actions, validation, error handling, pending states, optimistic UI, redi...
SolidStart entrypoints: app.tsx for isomorphic root, entry-client.tsx for browser initialization, entry-server.tsx for S...
SolidStart environment variables: VITE_ prefix for public variables, process.env for server-only, .env files, type safet...
SolidStart hydration guard: keep SSR/CSR output identical, gate browser-only APIs, use stable IDs, align Suspense/resour...