Source

smithery/secondsky

97 skills · 0 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
aceternity-ui 100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects…
smithery/secondsky
0
2
api-changelog-versioning Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API con…
smithery/secondsky
0
3
api-contract-testing Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use …
smithery/secondsky
0
4
api-error-handling Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when b…
smithery/secondsky
0
5
api-response-optimization Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improvi…
smithery/secondsky
0
6
api-versioning-strategy Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation s…
smithery/secondsky
0
7
bun-bundler This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "…
smithery/secondsky
0
8
bun-cloudflare-workers This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangl…
smithery/secondsky
0
9
bun-docker Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.
smithery/secondsky
0
10
bun-ffi This skill should be used when the user asks about \"bun:ffi\", \"foreign function interface\", \"calling C from Bun\…
smithery/secondsky
0
11
bun-hono-integration Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web…
smithery/secondsky
0
12
bun-hot-reloading Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. C…
smithery/secondsky
0
13
bun-http-server Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs,…
smithery/secondsky
0
14
bun-jest-migration Use when migrating from Jest to Bun's test runner, import compatibility, mocks, and config.
smithery/secondsky
0
15
bun-macros Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding fi…
smithery/secondsky
0
16
bun-nextjs This skill should be used when the user asks about "Next.js with Bun", "Bun and Next", "running Next.js on Bun", "Nex…
smithery/secondsky
0
17
bun-nuxt Use when running Nuxt 3 with Bun runtime, building Vue/Nuxt apps with Bun, or configuring Nuxt projects to use Bun fo…
smithery/secondsky
0
18
bun-react-ssr Use when building server-rendered React with Bun, including streaming SSR, hydration, renderToString, or custom SSR w…
smithery/secondsky
0
19
bun-redis Use when working with Redis in Bun (ioredis, Upstash), caching, pub/sub, session storage, or key-value operations.
smithery/secondsky
0
20
bun-sqlite Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries.
smithery/secondsky
0
21
bun-sveltekit Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs
smithery/secondsky
0
22
bun-tanstack-start TanStack Start full-stack React framework with Bun runtime. Use for TanStack Router, server functions, vinxi, or enco…
smithery/secondsky
0
23
bun-test-basics Use for bun:test syntax, assertions, describe/it, test.skip/only/each, and basic patterns.
smithery/secondsky
0
24
bun-test-coverage Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.
smithery/secondsky
0
25
bun-websocket-server This skill should be used when the user asks about "WebSocket in Bun", "real-time communication", "Bun.serve websocke…
smithery/secondsky
0
26
bun-workers Use for Web Workers in Bun, worker_threads, parallel processing, and background tasks.
smithery/secondsky
0
27
claude-code-bash-patterns Claude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI…
smithery/secondsky
0
28
claude-hook-writer Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces…
smithery/secondsky
0
29
cloudflare-browser-rendering Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rend…
smithery/secondsky
0
30
cloudflare-cron-triggers Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering han…
smithery/secondsky
0
31
cloudflare-d1 Cloudflare D1 serverless SQLite on edge. Use for databases, migrations, bindings, or encountering D1_ERROR, statement…
smithery/secondsky
0
32
cloudflare-mcp-server Build MCP (Model Context Protocol) servers on Cloudflare Workers with tools, resources, and prompts.
smithery/secondsky
0
33
cloudflare-workers-ci-cd Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment…
smithery/secondsky
0
34
cloudflare-workers-dev-experience Cloudflare Workers local development with Wrangler, Miniflare, hot reload, debugging. Use for project setup, wrangler…
smithery/secondsky
0
35
cloudflare-workers-migration Migrate to Cloudflare Workers from AWS Lambda, Vercel, Express, and Node.js. Use when porting existing applications t…
smithery/secondsky
0
36
cloudflare-workers-observability Cloudflare Workers observability with logging, Analytics Engine, Tail Workers, metrics, and alerting. Use for monitor…
smithery/secondsky
0
37
cloudflare-workers-performance Cloudflare Workers performance optimization with CPU, memory, caching, bundle size. Use for slow workers, high latenc…
smithery/secondsky
0
38
cloudflare-workers-runtime-apis Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, and Encoding. Use for HTTP reque…
smithery/secondsky
0
39
cloudflare-workers-security Cloudflare Workers security with authentication, CORS, rate limiting, input validation. Use for securing APIs, JWT/AP…
smithery/secondsky
0
40
cloudflare-workers-testing Comprehensive testing guide for Cloudflare Workers using Vitest and @cloudflare/vitest-pool-workers. Use for test set…
smithery/secondsky
0
41
csrf-protection Implements CSRF protection using synchronizer tokens, double-submit cookies, and SameSite attributes. Use when securi…
smithery/secondsky
0
42
graphql-implementation Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graph…
smithery/secondsky
0
43
health-check-endpoints Health check endpoints for liveness, readiness, dependency monitoring. Use for Kubernetes, load balancers, auto-scali…
smithery/secondsky
0
44
idempotency-handling Idempotent API operations with idempotency keys, Redis caching, DB constraints. Use for payment systems, webhook retr…
smithery/secondsky
0
45
image-optimization Optimizes images for web performance using modern formats, responsive techniques, and lazy loading strategies. Use wh…
smithery/secondsky
0
46
internationalization-i18n Implements multi-language support using i18next, gettext, or Intl API with translation workflows and RTL support. Use…
smithery/secondsky
0
47
jest-generator Generate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, t…
smithery/secondsky
0
48
maz-ui Maz-UI v4 - Modern Vue & Nuxt component library with 50+ standalone components, composables, directives, theming, i18…
smithery/secondsky
0
49
ml-model-training Train ML models with scikit-learn, PyTorch, TensorFlow. Use for classification/regression, neural networks, hyperpara…
smithery/secondsky
0
50
ml-pipeline-automation Automate ML workflows with Airflow, Kubeflow, MLflow. Use for reproducible pipelines, retraining schedules, MLOps, or…
smithery/secondsky
0
Page 1 · 97 total Next