frontend▌
1,037 indexed skills · max 10 per page
swiftui-performance
dpearson2699/swift-ios-skills · Frontend
Diagnose and fix SwiftUI rendering bottlenecks through code review, Instruments profiling, and targeted remediation. \n \n Covers view invalidation storms, unstable list identity, expensive body computations, layout thrash, and image decoding issues with concrete code examples and fixes \n Includes step-by-step Instruments profiling workflow using the SwiftUI template to identify high body-evaluation counts and CPU hotspots \n Explains identity and lifetime mechanics, lazy loading patterns, and
asc-xcode-build
rudrankriyam/app-store-connect-cli-skills · Frontend
Build and export iOS/macOS apps with xcodebuild for App Store Connect upload. \n \n Handles both iOS (IPA) and macOS (PKG) builds through archive and export workflows with xcodebuild \n Requires valid signing identity, provisioning profiles, and Xcode command line tools configured \n Integrates with asc CLI for uploading builds; macOS uploads require explicit version and build number parameters \n Build numbers must be unique and higher than previous uploads; includes commands to check existing
logo-design-guide
inferen-sh/skills · Frontend
AI-powered logo design with prompting strategies, scalability rules, and iteration workflows. \n \n Covers six logo types (wordmark, lettermark, pictorial, abstract, mascot, combination) with use cases and design considerations for each \n Provides tested prompt structures and keywords that work with AI image generators, plus explicit anti-patterns to avoid (text rendering, photorealism, gradients) \n Includes scalability checklist ensuring logos work from 16px favicons to billboards, plus color
hyva-compile-tailwind-css
hyva-themes/hyva-ai-tools · Frontend
Compiles Tailwind CSS for Hyvä themes in Magento 2. Handles both production builds and development watch mode.
adk-observability-guide
google/adk-docs · Frontend
Observability setup guide for ADK agents covering tracing, logging, analytics, and third-party integrations. \n \n Four observability tiers: Cloud Trace (always enabled, distributed tracing), Prompt-Response Logging (GenAI interactions to GCS/BigQuery), BigQuery Agent Analytics (structured agent events), and third-party platforms (AgentOps, Phoenix, MLflow, Weave, Arize, Monocle, Freeplay) \n Cloud Trace automatically configured in scaffolded projects and Agent Engine deployments; captures execu
brand-guidelines
anthropics/skills · AI/ML
Apply Anthropic's official brand colors and typography to visual artifacts and designs. \n \n Includes a defined color palette with primary dark/light neutrals, mid and light grays, plus three accent colors (orange, blue, green) \n Applies Poppins font to headings (24pt+) and Lora font to body text, with automatic fallbacks to Arial and Georgia \n Smart color selection based on background context to preserve readability and visual hierarchy \n Works with system-installed fonts; no additional ins
legacy-circuit-mockups
github/awesome-copilot · Frontend
HTML5 Canvas breadboard circuit mockups for retro computing and vintage electronics projects. \n \n Supports 40+ components including W65C02S microprocessors, 555 timers, 28C256 EEPROMs, W65C22 VIAs, 7400-series logic gates, and passive components like LEDs, resistors, and capacitors \n Renders circuits on a 20px grid system with component rotation, wire color coding, and pinout reference tables for accurate layout visualization \n Includes step-by-step workflows for common builds: LED circuits,
react
lobehub/lobehub · Frontend
$23
convex-quickstart
get-convex/agent-skills · Frontend
Scaffold a new Convex project or integrate Convex into an existing frontend app. \n \n Supports two paths: scaffolding from templates (React + Vite, Next.js, Vue, Svelte, or bare backend) or adding Convex to an existing app with manual provider setup \n Templates include pre-configured frontend frameworks, Tailwind, shadcn/ui, and optional auth (Clerk, Convex Auth, Lucia) \n Requires running npx convex dev as a long-running process to sync backend code and manage deployments; cloud agents can us
vueuse-functions
antfu/skills · Frontend
Map Vue.js and Nuxt requirements to 200+ VueUse composables for concise, maintainable implementations. \n \n Covers state management, DOM elements, browser APIs, sensors, networking, animations, components, watchers, reactivity, arrays, time utilities, and integrations with Firebase, Electron, RxJS, and more \n Each composable includes invocation rules (AUTO, EXTERNAL, EXPLICIT_ONLY) to guide when and how to apply it; consult reference docs for usage details and type declarations \n Automaticall