Topic: claude-code-skills
8,614 skills in this topic.
-
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.
secondsky/claude-skills 109
-
nextjs
secondsky/claude-skills 109
-
api-reference-documentation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
secondsky/claude-skills 109
-
api-testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
secondsky/claude-skills 109
-
nuxt-content
secondsky/claude-skills 109
-
mobile-first-design
Designs responsive interfaces starting from mobile screens with progressive enhancement for larger devices. Use when building responsive websites, optimizing for mobile users, or implementing adaptive layouts.
secondsky/claude-skills 109
-
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.
secondsky/claude-skills 109
-
multi-ai-consultant
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
secondsky/claude-skills 109
-
better-chatbot-patterns
secondsky/claude-skills 109
-
claude-agent-sdk
secondsky/claude-skills 109
-
better-auth
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
secondsky/claude-skills 109
-
base-ui-react
secondsky/claude-skills 109
-
auto-animate
secondsky/claude-skills 109
-
architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
secondsky/claude-skills 109
-
api-error-handling
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
secondsky/claude-skills 109
-
api-changelog-versioning
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
secondsky/claude-skills 109
-
api-contract-testing
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
secondsky/claude-skills 109
-
mcp-dynamic-orchestrator
secondsky/claude-skills 109
-
claude-api
secondsky/claude-skills 109
-
nuxt-server
Nuxt 4 server-side development with Nitro: API routes, server middleware,
database integration, and backend patterns.
Use when: creating server API routes, implementing server middleware,
integrating databases (D1, PostgreSQL, Drizzle), handling file uploads,
implementing WebSockets, or building backend logic with Nitro.
Keywords: server routes, API routes, Nitro, defineEventHandler,
getRouterParam, getQuery, readBody, setCookie, createError,
server middleware, D1, Drizzle, PostgreSQL, WebSocket, file upload
secondsky/claude-skills 109
-
api-rate-limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
secondsky/claude-skills 109
-
api-pagination
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
secondsky/claude-skills 109
-
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
secondsky/claude-skills 109
-
nuxt-data
Nuxt 4 data management: composables, data fetching with useFetch/useAsyncData,
and state management with useState and Pinia.
Use when: creating custom composables, fetching data with useFetch or useAsyncData,
managing global state with useState, integrating Pinia, debugging reactive data issues,
or implementing SSR-safe state patterns.
Keywords: useFetch, useAsyncData, $fetch, useState, composables, Pinia,
data fetching, state management, reactive, shallow reactivity, reactive keys,
transform, pending, error, refresh, dedupe, caching
secondsky/claude-skills 109