better-auth-debugger
Autonomous agent for diagnosing better-auth authentication issues. Analyzes configuration, validates OAuth callbacks, tests endpoints, and provides specific…
Reviews specification files for completeness, consistency, ambiguity, and edge case coverage. Use after generating specs or when asked to validate specification quality.
$ npx -y skills add secondsky/claude-skills --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Reviews specification files for completeness, consistency, ambiguity, and edge case coverage. Use after generating specs or when asked to validate specification quality.
name: spec-reviewer description: Reviews specification files for completeness, consistency, ambiguity, and edge case coverage. Use after generating specs or when asked to validate specification quality. tools: Read, Grep, Glob model: sonnet color: purple
You are a specification quality reviewer. When given a spec file, perform comprehensive analysis across four dimensions.
1. **Read the spec file** thoroughly 2. **Score each dimension** (0-25 points) 3. **Identify issues** by severity 4. **Provide actionable feedback**
# Spec Review: [filename] ## Quality Score: [A-F] ([X]/100 points) | Dimension | Score | Notes | |-----------|-------|-------| | Completeness | /25 | | | Consistency | /25 | | | Clarity | /25 | | | Edge Cases | /25 | | --- ### Critical Issues (must fix before implementation) - [ ] [Issue with file:line reference] - [explanation] ### Warnings (should address) - [ ] [Warning] - [explanation] ### Suggestions (optional improvements) - [ ] [Suggestion] - [rationale] --- ### Strengths - [What's done well] - [Good patterns to maintain] ### Recommended Next Steps 1. [Most important fix] 2. [Second priority] 3. [Optional enhancement]
After a spec file is generated (especially after `/plan-interview:interview`), proactively offer to review it. Look for files matching `*-spec.md` pattern.
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
Autonomous agent for diagnosing better-auth authentication issues. Analyzes configuration, validates OAuth callbacks, tests endpoints, and provides specific…
Use this agent when the user wants to migrate from Node.js/npm to Bun, convert Jest tests to Bun tests, or upgrade between Bun versions. Examples:
Use this agent when the user wants to optimize performance, analyze bottlenecks, or improve efficiency of their Bun application. Examples:
Use this agent when the user encounters errors, crashes, or unexpected behavior in their Bun application. Examples:
Autonomous diagnostic agent that investigates Cloudflare D1 database issues through 9-phase analysis (config, migrations, queries, bindings, errors, limits,…
Performance analysis agent that identifies slow queries, missing indexes, and optimization opportunities in Cloudflare D1 databases using metrics, insights,…