vercel-advanced-troubleshooting

Execute apply Vercel advanced debugging techniques for hard-to-diagnose issues.

Content Preview
---
name: vercel-advanced-troubleshooting
description: |
  Execute apply Vercel advanced debugging techniques for hard-to-diagnose issues.
  Use when standard troubleshooting fails, investigating complex race conditions,
  or preparing evidence bundles for Vercel support escalation.
  Trigger with phrases like "vercel hard bug", "vercel mystery error",
  "vercel impossible to debug", "difficult vercel issue", "vercel deep debug".
allowed-tools: Read, Grep, Bash(kubectl:*), Bash(curl:*), Bash(tcp
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/vercel-advanced-troubleshooting.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/vercel-pack/skills/vercel-advanced-troubleshooting/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/vercel-pack/skills/vercel-advanced-troubleshooting/SKILL.md

Related Skills