better-auth-add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
Route consultation to Gemini, Codex, or Claude based on problem type and capabilities. Recommends best AI for web research, code analysis, or fresh perspective needs.
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/consult-aiContext preview
What this command does when you run it.
Route consultation to Gemini, Codex, or Claude based on problem type and capabilities. Recommends best AI for web research, code analysis, or fresh perspective needs.
name: multi-ai-consultant:consult-ai description: Route consultation to Gemini, Codex, or Claude based on problem type and capabilities. Recommends best AI for web research, code analysis, or fresh perspective needs.
You are being asked to consult an AI for a second opinion, but the specific AI hasn't been chosen yet.
1. **Assess the situation**: What kind of problem is this? 2. **Recommend AI**: Based on problem type, suggest which AI to use 3. **Ask user**: Get confirmation on which AI to consult 4. **Execute**: Route to the appropriate consultation command
---
**Analyze**:
---
Based on your assessment, recommend one of the three AIs:
**Best for**:
**Advantages**:
**Cost**: ~$0.10-0.50 per consultation (depending on context size)
**Example scenarios**:
---
**Best for**:
**Advantages**:
**Cost**: ~$0.05-0.30 per consultation (depending on codebase size)
**Example scenarios**:
---
**Best for**:
**Advantages**:
**Cost**: Free (same API call)
**Example scenarios**:
---
**Format your recommendation**:
## ๐ค AI Consultation Recommendation **Problem type**: [bug|architecture|design|performance|security|other] **Recommended AI**: [Gemini|Codex|Fresh Claude] **Reasoning**: - [Why this AI is best for this problem] - [What capabilities are needed] - [What the AI will provide] **Alternatives**: - [Other AI]: [Why it might also work, but not ideal] **Estimated cost**: [Free|~$X.XX] **Should I proceed with [recommended AI]?** Or you can choose: 1. Gemini (web research, thinking, grounding) 2. Codex (repo-aware, OpenAI reasoning) 3. Fresh Claude (free, fast, fresh perspective)
---
Based on user's choice, internally execute the appropriate slash command:
**User chose Gemini** โ Execute `/consult-gemini` instructions **User chose Codex** โ Execute `/consult-codex` instructions **User chose Fresh Claude** โ Execute `/consult-claude` instructions
**Do not** ask the user which command to run - just execute it directly based on their choice.
---
Quick reference for choosing:
| Need | Gemini | Codex | Fresh Claude | |------|--------|-------|--------------| | Web research | โ Best | โ No | โ No | | Extended thinking | โ Yes | โ ๏ธ Okay | โ ๏ธ Okay | | Grounding | โ Yes | โ No | โ No | | Repo-aware auto | โ ๏ธ Manual | โ Yes | โ ๏ธ Manual | | Fresh perspective | โ ๏ธ Okay | โ ๏ธ Okay | โ Best | | Cost | ๐ฐ Paid | ๐ฐ Paid | โ Free | | Speed | โ ๏ธ Slower | โ ๏ธ Medium | โ Fast | | Latest docs/patterns | โ Yes | โ No | โ No |
---
**Situation**: 401 error on login after token refresh
**Recommendation**: **Gemini**
**Situation**: How to organize complex component hierarchy
**Recommendation**: **Codex**
**Situation**: Tried 3 approaches, all fail differently
**Recommendation**: **Fresh Claude**
**Situation**: Planning how to split monolith into services
**Recommendation**: **Gemini**
**Situation**: App is slow, unclear why
**Recommendation**: **Codex** -
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