jeremylongshore / vercel-debug-bundle
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/vercel-debug-bundle && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1209" && unzip -o skill.zip -d .claude/skills/vercel-debug-bundle && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/vercel-debug-bundle/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Execute collect Vercel debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Vercel problems. Trigger with phrases like "vercel debug", "vercel support bundle", "collect vercel logs", "vercel diagnostic".
0 views
0 installs
Skill Content
---
name: vercel-debug-bundle
description: |
Execute collect Vercel debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Vercel problems.
Trigger with phrases like "vercel debug", "vercel support bundle",
"collect vercel logs", "vercel diagnostic".
allowed-tools: Read, Bash(grep:*), Bash(curl:*), Bash(tar:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# Vercel Debug Bundle
## Prerequisites
- Vercel SDK installed
- Access to application logs
- Permission to collect environment info
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
- `vercel-debug-YYYYMMDD-HHMMSS.tar.gz` archive containing:
- `summary.txt` - Environment and SDK info
- `logs.txt` - Recent redacted logs
- `config-redacted.txt` - Configuration (secrets removed)
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Vercel Support](https://vercel.com/docs/support)
- [Vercel Status](https://www.vercel-status.com)