frontend▌
1,037 indexed skills · max 10 per page
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
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
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.
frontend-testing-best-practices
sergiodxa/agent-skills · Frontend
End-to-end testing focused on real user behavior, minimal mocking, and avoiding component unit tests. \n \n Prioritizes E2E tests over unit tests; reserves unit tests for pure functions only \n Emphasizes accessible selectors (role-based, label-based) over CSS selectors and test IDs in E2E tests \n Recommends writing E2E tests instead of heavily mocked unit tests; suggests 3+ mocks as a signal to switch approaches \n Includes rules for test structure, selector strategy, and when to apply each te
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,
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
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
dataverse-python-quickstart
github/awesome-copilot · Frontend
Python SDK setup and CRUD snippets for Microsoft Dataverse operations. \n \n Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication \n Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions \n Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing \n Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) \n Option
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