better-auth-add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Run comprehensive SEO audit on current Nuxt project
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/seo-auditContext preview
What this command does when you run it.
Run comprehensive SEO audit on current Nuxt project
name: nuxt-seo:audit description: Run comprehensive SEO audit on current Nuxt project allowed-tools: - Read - Grep - Glob - Bash
Run a comprehensive SEO audit on the current Nuxt project.
1. Analyzes `nuxt.config.ts` for SEO module configuration 2. Checks all Vue pages for meta tag usage 3. Validates structured data implementation 4. Reviews sitemap and robots.txt configuration 5. Audits OG image setup 6. Identifies critical SEO issues
Start by reading the nuxt.config.ts file to understand the project's SEO setup:
# Check for SEO modules grep -l "nuxt-seo\|nuxt-robots\|nuxt-sitemap" nuxt.config.ts # Find SEO meta usage grep -r "useSeoMeta\|useHead" --include="*.vue" | head -20
Then systematically check each area and report findings.
Generate a report with:
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