CtrlK
BlogDocsLog inGet started
Tessl Logo

claude-skills

github.com/secondsky/claude-skills

SkillAddedReview
bun-test-basics

plugins/bun/skills/bun-test-basics/SKILL.md

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

65

bun-tanstack-start

plugins/bun/skills/bun-tanstack-start/SKILL.md

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

64

bun-ffi

plugins/bun/skills/bun-ffi/SKILL.md

This skill should be used when the user asks about "bun:ffi", "foreign function interface", "calling C from Bun", "native libraries", "dlopen", "shared libraries", "calling native code", or integrating C/C++ libraries with Bun.

61

bun-sqlite

plugins/bun/skills/bun-sqlite/SKILL.md

Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries.

56

bun-shell

plugins/bun/skills/bun-shell/SKILL.md

Bun shell scripting with Bun.$, Bun.spawn, subprocess management. Use for shell commands, template literals, or command execution.

64

bun-runtime

plugins/bun/skills/bun-runtime/SKILL.md

Use for Bun runtime, bunfig.toml, watch/hot modes, env vars, CLI flags, and module resolution.

64

bun-redis

plugins/bun/skills/bun-redis/SKILL.md

Use when working with Redis in Bun (ioredis, Upstash), caching, pub/sub, session storage, or key-value operations.

66

bun-react-ssr

plugins/bun/skills/bun-react-ssr/SKILL.md

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

66

bun-package-manager

plugins/bun/skills/bun-package-manager/SKILL.md

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

67

bun-nuxt

plugins/bun/skills/bun-nuxt/SKILL.md

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.

60

bun-nextjs

plugins/bun/skills/bun-nextjs/SKILL.md

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.

64

bun-macros

plugins/bun/skills/bun-macros/SKILL.md

Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files, inlining environment variables, or executing code during the bundling process.

66

bun-jest-migration

plugins/bun/skills/bun-jest-migration/SKILL.md

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

63

bun-http-server

plugins/bun/skills/bun-http-server/SKILL.md

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

68

bun-hot-reloading

plugins/bun/skills/bun-hot-reloading/SKILL.md

Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP server reload.

68

bun-hono-integration

plugins/bun/skills/bun-hono-integration/SKILL.md

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

70

bun-drizzle-integration

plugins/bun/skills/bun-drizzle-integration/SKILL.md

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

63

bun-docker

plugins/bun/skills/bun-docker/SKILL.md

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

60

bun-cloudflare-workers

plugins/bun/skills/bun-cloudflare-workers/SKILL.md

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.

64

bun-bundler

plugins/bun/skills/bun-bundler/SKILL.md

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.

61

architecture-patterns

plugins/architecture-patterns/skills/architecture-patterns/SKILL.md

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.

61

app-store-deployment

plugins/app-store-deployment/skills/app-store-deployment/SKILL.md

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.

64

api-versioning-strategy

plugins/api-versioning-strategy/skills/api-versioning-strategy/SKILL.md

Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.

69

api-testing

plugins/api-testing/skills/api-testing/SKILL.md

HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.

62

api-security-hardening

plugins/api-security-hardening/skills/api-security-hardening/SKILL.md

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.

88

1.37x