github.com/secondsky/claude-skills
Skill | Added | Review |
|---|---|---|
responsive-web-design Builds adaptive web interfaces using Flexbox, CSS Grid, and media queries with a mobile-first approach. Use when creating multi-device layouts, implementing flexible UI systems, or ensuring cross-browser compatibility. | 80 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
recommendation-system Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues. | 79 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
recommendation-engine Build recommendation systems with collaborative filtering, matrix factorization, hybrid approaches. Use for product recommendations, personalization, or encountering cold start, sparsity, quality evaluation issues. | 73 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
react-native-skills React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs. | 78 1.65x Agent success vs baseline Impact 99% 1.65xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
react-composition-patterns React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. | 87 1.43x Agent success vs baseline Impact 99% 1.43xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
react-best-practices React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. | 69 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
push-notification-setup Implements push notifications across iOS, Android, and web using Firebase Cloud Messaging and native services. Use when adding notification capabilities, handling background messages, or setting up notification channels. | 80 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
progressive-web-app Progressive Web Apps with service workers, web manifest, offline support, installation prompts. Use for installable web apps, offline functionality, push notifications, or encountering service worker registration, cache strategy, manifest configuration errors. | 93 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
playwright Browser automation and E2E testing with Playwright. Auto-detects dev servers, writes clean test scripts. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use for cross-browser testing, visual regression, API testing, component testing in TypeScript/JavaScript and Python projects. | 79 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
payment-gateway-integration Integrates payment processing with Stripe, PayPal, or Square including subscriptions, webhooks, and PCI compliance. Use when implementing checkout flows, recurring billing, or handling refunds and disputes. | 89 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
oauth-implementation OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors. | 95 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
nuxt-production Nuxt 4 production optimization: hydration, performance, testing with Vitest, deployment to Cloudflare/Vercel/Netlify, and v4 migration. Use when: debugging hydration mismatches, optimizing performance and Core Web Vitals, writing tests with Vitest, deploying to Cloudflare Pages/Workers/Vercel/Netlify, or migrating from Nuxt 3 to Nuxt 4. Keywords: hydration, hydration mismatch, ClientOnly, SSR, performance, lazy loading, lazy hydration, Vitest, testing, deployment, Cloudflare Pages, Cloudflare Workers, Vercel, Netlify, NuxtHub, migration, Nuxt 3 to Nuxt 4 | 98 1.42x Agent success vs baseline Impact 100% 1.42xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
nuxt-core Nuxt 4 core framework fundamentals: project setup, configuration, routing, SEO, error handling, and directory structure. Use when: creating new Nuxt 4 projects, configuring nuxt.config.ts, setting up routing and middleware, implementing SEO with useHead/useSeoMeta, handling errors with error.vue and NuxtErrorBoundary, or understanding Nuxt 4 directory structure. Keywords: Nuxt 4, nuxt.config.ts, file-based routing, pages directory, definePageMeta, useHead, useSeoMeta, error.vue, NuxtErrorBoundary, middleware, navigateTo, NuxtLink, app directory, runtime config | 98 1.50x Agent success vs baseline Impact 99% 1.50xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
nuxt-ui-v4 Nuxt UI v4 component library for building Nuxt v4 applications. 125+ accessible components with Tailwind v4, Reka UI, dark mode, theming. Use for dashboards, forms, overlays, editors, page layouts, pricing pages, or encountering component, theming, or TypeScript errors. | 18 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
nuxt-studio This skill should be used when the user asks to "set up Nuxt Studio", "configure Studio OAuth", "deploy Studio to Cloudflare", "add visual editor to Nuxt", "configure studio.domain.com subdomain", "Studio authentication", "Nuxt CMS", or mentions visual content editing, Nuxt Studio module, TipTap editor, Monaco editor, or content management for Nuxt websites. | 54 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
neon-vercel-postgres Neon + Vercel serverless Postgres for edge and serverless environments. Use for Cloudflare Workers, Vercel Edge, Next.js apps with HTTP/WebSocket connections, database branching (git-like), Drizzle/Prisma ORM integration, migrations, PITR backups, or encountering connection pool exhausted errors, TCP connection issues, SSL config problems. | 82 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
nano-banana-prompts Generate optimized prompts for Gemini 2.5 Flash Image (Nano Banana). Use for image generation, crafting photo prompts, art styles, or multi-turn editing workflows with best practices. | 77 1.03x Agent success vs baseline Impact 97% 1.03xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
mutation-testing Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript with Vitest or bun test via @hughescr/stryker-bun-runner) and mutmut (Python). Find weak tests that pass despite code mutations. Use to improve test quality. | 89 1.43x Agent success vs baseline Impact 93% 1.43xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
motion Motion (Framer Motion) React animation library. Use for drag-and-drop, scroll animations, gestures, SVG morphing, or encountering bundle size, complex transitions, spring physics errors. | 90 1.33x Agent success vs baseline Impact 100% 1.33xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 88da5ff | |
model-deployment Deploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency issues, health check failures, version conflicts. | 88 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
mobile-offline-support Offline-first mobile apps with local storage, sync queues, conflict resolution. Use for offline functionality, data sync, connectivity handling, or encountering sync conflicts, queue management, storage limits, network transition errors. | 89 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
mobile-app-testing Mobile app testing with unit tests, UI automation, performance testing. Use for test infrastructure, E2E tests, testing standards, or encountering test framework setup, device farms, flaky tests, platform-specific test errors. | 77 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
mobile-app-debugging Mobile app debugging for iOS, Android, cross-platform frameworks. Use for crashes, memory leaks, performance issues, network problems, or encountering Xcode instruments, Android Profiler, React Native debugger, native bridge errors. | 75 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff | |
ml-pipeline-automation Automate ML workflows with Airflow, Kubeflow, MLflow. Use for reproducible pipelines, retraining schedules, MLOps, or encountering task failures, dependency errors, experiment tracking issues. | 80 1.25x Agent success vs baseline Impact 100% 1.25xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 88da5ff | |
ml-model-training Train ML models with scikit-learn, PyTorch, TensorFlow. Use for classification/regression, neural networks, hyperparameter tuning, or encountering overfitting, underfitting, convergence issues. | 88 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 88da5ff |