← Volver al catálogo
secondsky

Autor en el catálogo

secondsky

212 skills33.920 estrellas en totalgithub.com/secondsky

Skills publicadas

Mostrando 48 de 212

bun-http-server

160

Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.

Design e Frontend#ai#tailwindpor secondsky

ai-sdk-core

160

Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.

Design e Frontend#ai#tailwindpor secondsky

api-design-principles

160

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Design e Frontend#ai#tailwindpor secondsky

api-rate-limiting

160

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.

Design e Frontend#ai#tailwindpor secondsky

app-store-deployment

160

Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.

DevOps e Infra#deploy#aipor secondsky

ai-sdk-ui

160

Vercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream errors, no response, streaming issues.

Design e Frontend#seo#aipor secondsky

better-chatbot-patterns

160

Reusable better-chatbot patterns for custom deployments. Use for server action validators, tool abstraction, multi-AI providers, or encountering auth validation, FormData parsing, workflow execution errors.

Automação#deploy#aipor secondsky

bun-drizzle-integration

160

Use when integrating Drizzle ORM with Bun's SQLite driver for type-safe schema definitions and migrations.

Design e Frontend#sql#aipor secondsky

ai-elements-chatbot

160

shadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.

Design e Frontend#ai#tailwindpor secondsky

api-error-handling

160

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.

Design e Frontend#ai#tailwindpor secondsky

api-security-hardening

160

REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.

Segurança#ai#tailwindpor secondsky

base-ui-react

160

MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.

Design e Frontend#ai#tailwindpor secondsky

bun-docker

160

Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.

DevOps e Infra#deploy#aipor secondsky

bun-file-io

160

Use for Bun file I/O: Bun.file, Bun.write, streams, directories, glob patterns, metadata.

Design e Frontend#ai#tailwindpor secondsky

api-authentication

160

Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.

Design e Frontend#ai#tailwindpor secondsky

access-control-rbac

160

Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.

Design e Frontend#ai#tailwindpor secondsky

better-auth

160

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.

Design e Frontend#typescript#aipor secondsky

api-reference-documentation

160

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.

Design e Frontend#ai#tailwindpor secondsky

bun-tanstack-start

160

TanStack Start full-stack React framework with Bun runtime. Use for TanStack Router, server functions, vinxi, or encountering SSR, build, preset errors.

Design e Frontend#ai#tailwindpor secondsky

bun-test-basics

160

Use for bun:test syntax, assertions, describe/it, test.skip/only/each, and basic patterns.

Design e Frontend#ai#tailwindpor secondsky

bun-websocket-server

160

This skill should be used when the user asks about "WebSocket in Bun", "real-time communication", "Bun.serve websocket", "ws server", "socket connections", "pub/sub", "broadcasting messages", "WebSocket upgrade", or building real-time applications with Bun.

Design e Frontend#ai#tailwindpor secondsky

bun-workers

160

Use for Web Workers in Bun, worker_threads, parallel processing, and background tasks.

Design e Frontend#ai#tailwindpor secondsky

aceternity-ui

160

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

Design e Frontend#ai#tailwindpor secondsky

api-pagination

160

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.

Design e Frontend#ai#tailwindpor secondsky

bun-bundler

160

This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minification", "sourcemaps", "bundle optimization", "esbuild alternative", "building for production", "bundling TypeScript", "bundling for browser", "bundling for Node", or JavaScript/TypeScript bundling with Bun.

Design e Frontend#javascript#typescriptpor secondsky

bun-sveltekit

160

Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs

Design e Frontend#ai#tailwindpor secondsky

bun-test-mocking

160

Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.

Design e Frontend#ai#tailwindpor secondsky

claude-agent-sdk

160

Anthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not found, context length exceeded errors.

Automação#mcp#aipor secondsky

api-contract-testing

160

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.

Design e Frontend#ai#tailwindpor secondsky

api-gateway-configuration

160

Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.

Design e Frontend#ai#tailwindpor secondsky

api-changelog-versioning

160

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.

Design e Frontend#ai#tailwindpor secondsky

bun-hono-integration

160

Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web framework features.

Design e Frontend#ai#tailwindpor secondsky

bun-jest-migration

160

Use when migrating from Jest to Bun's test runner, import compatibility, mocks, and config.

Design e Frontend#ai#tailwindpor secondsky

bun-nextjs

160

This skill should be used when the user asks about "Next.js with Bun", "Bun and Next", "running Next.js on Bun", "Next.js development with Bun", "create-next-app with Bun", or building Next.js applications using Bun as the runtime.

Design e Frontend#ai#tailwindpor secondsky

bun-nuxt

160

Use when running Nuxt 3 with Bun runtime, building Vue/Nuxt apps with Bun, or configuring Nuxt projects to use Bun for development and production.

Design e Frontend#ai#tailwindpor secondsky

bun-package-manager

160

Bun package manager commands (install, add, remove, update), workspaces, lockfiles, npm/yarn/pnpm migration. Use for dependency management with Bun.

Design e Frontend#ai#tailwindpor secondsky

bun-test-coverage

160

Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.

Design e Frontend#ai#tailwindpor secondsky

chrome-devtools

160

Browser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encountering JavaScript debugging, browser automation errors.

Automação#javascript#aipor secondsky

cloudflare-cron-triggers

160

Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.

Design e Frontend#ai#tailwindpor secondsky

cloudflare-mcp-server

160

Build MCP (Model Context Protocol) servers on Cloudflare Workers with tools, resources, and prompts.

Design e Frontend#mcp#aipor secondsky

api-filtering-sorting

160

Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.

Design e Frontend#ai#tailwindpor secondsky

auto-animate

160

AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animation libraries complexity.

Design e Frontend#ai#tailwindpor secondsky

bun-cloudflare-workers

160

This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangler with Bun", "edge deployment", "Bun to Cloudflare", or building and deploying applications to Cloudflare Workers using Bun.

Design e Frontend#deploy#aipor secondsky

bun-react-ssr

160

Use when building server-rendered React with Bun, including streaming SSR, hydration, renderToString, or custom SSR without a framework.

Design e Frontend#ai#tailwindpor secondsky

claude-api

160

Anthropic Messages API (Claude API) for integrations, streaming, prompt caching, tool use, vision. Use for chatbots, assistants, or encountering rate limits, 429 errors.

Automação#ai#tailwindpor secondsky

cloudflare-sandbox

160

Cloudflare Sandboxes SDK for secure code execution in Linux containers at edge. Use for untrusted code, Python/Node.js scripts, AI code interpreters, git operations.

Design e Frontend#git#pythonpor secondsky

defense-in-depth-validation

160

Validate at every layer data passes through to make bugs impossible. Use when invalid data causes failures deep in execution, requiring validation at multiple system layers.

Design e Frontend#ai#tailwindpor secondsky

api-response-optimization

160

Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.

Design e Frontend#ai#tailwindpor secondsky

Alerta por categoría

Recibe nuevas skills de Design e Frontend todos los lunes