Integrate Vercel Blob object storage for file uploads, image management, and CDN-delivered assets in Next.js applications. Supports client-side uploads with presigned URLs and multipart transfers. Use when implementing file uploads (images, PDFs, videos), managing user-generated content, or troubleshooting missing tokens, size limit errors, or client upload failures. const file = formData.get(file) as File; const blob = await put(file.name, file, { access: public }); return blob.url; return awai
/plugin marketplace add jezweb/claude-skills/plugin install jezweb-vercel-blob-skills-vercel-blob@jezweb/claude-skillsInteractive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Automated code review for pull requests using multiple specialized agents with confidence-based scoring