better-auth-add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Template to use (hono, next, nuxt, sveltekit, tanstack, basic)
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/bun-initContext preview
What this command does when you run it.
Template to use (hono, next, nuxt, sveltekit, tanstack, basic)
name: bun:init
description: Initialize a new Bun project with optional framework selection
arguments:
- name: project-name
description: Name of the project to create
required: false
- name: template
description: Template to use (hono, next, nuxt, sveltekit, tanstack, basic)
required: falseInitialize a new Bun project with the best configuration for the selected template.
1. **Determine project type** - Ask user if template not specified 2. **Create project structure** - Use appropriate scaffolding 3. **Configure for Bun** - Ensure Bun-optimized settings 4. **Install dependencies** - Run `bun install` 5. **Initialize git** - Set up git repository 6. **Show next steps** - Guide user on what to do next
bun init
Creates minimal Bun project with TypeScript.
bun create hono {project-name}Creates Hono API project optimized for Bun.
bunx create-next-app@latest {project-name}Creates Next.js project with Bun package manager.
bunx nuxi@latest init {project-name}Creates Nuxt 3 project with Bun runtime.
bunx sv create {project-name}Creates SvelteKit project with Bun adapter.
bunx create-tanstack-start@latest {project-name}Creates TanStack Start full-stack React project.
After scaffolding, apply these Bun-specific optimizations:
1. **Update package.json scripts** to use `bun --bun` where beneficial 2. **Create bunfig.toml** with recommended settings 3. **Add .gitignore** entries for Bun-specific files 4. **Configure TypeScript** for Bun types
[install] auto-install = true [run] bun = true [test] coverage = true
If template not provided:
If project name not provided:
After initialization, display: 1. Project structure summary 2. Key files created 3. Available scripts 4. Command to start development
145 production-ready skills for Claude Code CLI 🔌 Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).
Repo: secondsky/claude-skills
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Interactive setup wizard for better-auth authentication. Guides through database, framework, OAuth providers, and plugin configuration.
Explain Better Auth error codes and provide solutions with code examples
Display Better Auth available authentication providers and their configuration