better-auth-add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Preview and debug OG image generation for a specific route or all routes
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/og-previewContext preview
What this command does when you run it.
Preview and debug OG image generation for a specific route or all routes
name: nuxt-seo:og-preview description: Preview and debug OG image generation for a specific route or all routes allowed-tools: - Read - Grep - Glob - Bash - WebFetch
Preview and debug Open Graph image generation for Nuxt applications using nuxt-og-image.
1. Checks OG image configuration in nuxt.config.ts 2. Identifies all routes with defineOgImage usage 3. Lists available OG image templates 4. Provides preview URLs for testing 5. Validates Satori CSS compatibility
# Find OG image config grep -A 20 "ogImage" nuxt.config.ts # Find defineOgImage usage grep -r "defineOgImage" --include="*.vue" -l # List OG image templates ls -la components/OgImage/
When dev server is running:
| URL | Purpose | |-----|---------| | `/_nuxt-og-image/playground` | Interactive OG image playground | | `/__og-image__/image/[route]/og.png` | Preview specific route's OG image | | `/__og-image__/image/[route]/og.png?debug` | Debug mode with overlay |
1. **Template Not Found**
2. **Rendering Issues (Satori)**
3. **Chromium Fallback**
# OG Image Preview Report ## Configuration - Renderer: [satori/chromium] - Default template: [template name] - Custom fonts: [yes/no] ## Routes with OG Images | Route | Template | Props | |-------|----------|-------| | `/` | NuxtSeo | title, description | | `/blog/[slug]` | BlogPost | title, author, date | ## Available Templates - NuxtSeo (default) - BlogPost - Product ## Preview URLs - Playground: http://localhost:3000/_nuxt-og-image/playground - Home: http://localhost:3000/__og-image__/image/og.png ## Issues Found - [Issue description]
Start by checking the project's OG image configuration and list all routes using defineOgImage.
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