github.com/secondsky/claude-skills
| Skill | Added | Review |
|---|---|---|
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 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
bun-sqlite plugins/bun/skills/bun-sqlite/SKILL.md Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 66 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad16332 | |
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 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad16332 | |
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 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 70 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad16332 | |
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 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
bun-docker plugins/bun/skills/bun-docker/SKILL.md Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 61 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad16332 | |
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 64 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad16332 | |
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 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad16332 | |
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 88 1.37x Agent success vs baseline Impact 96% 1.37xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: ad16332 |