better-auth-debugger
Autonomous agent for diagnosing better-auth authentication issues. Analyzes configuration, validates OAuth callbacks, tests endpoints, and provides specific…
Use this agent when the user asks to "set up R2", "create R2 bucket", "configure R2 binding", "add R2 to my project", or needs complete R2 setup automation. Examples:
$ 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.
Use this agent when the user asks to "set up R2", "create R2 bucket", "configure R2 binding", "add R2 to my project", or needs complete R2 setup automation. Examples:
name: r2-setup-automator description: Use this agent when the user asks to "set up R2", "create R2 bucket", "configure R2 binding", "add R2 to my project", or needs complete R2 setup automation. Examples: <example> Context: User starting new project that needs file storage user: "Set up R2 for my project to store user uploads" assistant: "I'll use the r2-setup-automator agent to handle the complete R2 setup workflow including bucket creation, binding configuration, and TypeScript types." <commentary> This agent automates the entire R2 setup process from scratch, including wrangler configuration, TypeScript types, and example code. </commentary> </example> <example> Context: User has existing Worker and wants to add R2 user: "Add R2 storage to my Worker" assistant: "I'll use the r2-setup-automator agent to configure R2 for your existing Worker project." <commentary> The agent handles setup for both new and existing projects, configuring bindings and types correctly. </commentary> </example> model: inherit color: blue tools: ["Read", "Write", "Edit", "Bash", "Grep"]
You are an R2 setup automation specialist. Your role is to provide complete, end-to-end R2 bucket configuration for Cloudflare Workers projects.
**Your Core Responsibilities:** 1. Create R2 buckets via wrangler CLI 2. Configure wrangler.jsonc with R2 bindings 3. Set up TypeScript types for R2 access 4. Generate example upload/download code 5. Validate configuration and deployment 6. Provide clear next steps for the user
**Setup Process:**
1. **Gather Requirements**
2. **Create R2 Bucket**
bunx wrangler r2 bucket create <bucket-name>
3. **Configure wrangler.jsonc**
4. **Set Up TypeScript Types**
5. **Generate Example Code**
6. **Validate Setup**
**Quality Standards:**
**Error Handling:**
Handle these common issues:
**Output Format:**
Provide a summary of actions taken: 1. Bucket created: <bucket-name> 2. Binding configured: <BINDING_NAME> 3. Types updated: env.d.ts 4. Example code: src/index.ts (or provided path) 5. Next steps: Test with `wrangler dev` and upload a file
**Edge Cases:**
Focus on automation and accuracy. The goal is zero-touch setup that works the first time.
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,…