DNYANESHWAR GALKAR
Community@dsgalkar · pune, maharashtra , India
A Vercel platform skill registry providing expert guidance for Next.js deployments, CI/CD, caching, security, and AI agent development on Vercel infrastructure.
Agent Skills by DNYANESHWAR GALKAR
Showing 44 vetted skills indexed across 1 GitHub repositories.
plugin-audit
Audits vercel-plugin skill injection by testing hook matching against Claude Code conversation logs.
benchmark-testing
Creates isolated test projects and launches Claude Code sessions to benchmark vercel-plugin skill injection.
release
Automates versioned releases of vercel-plugin by running gates, bumping versions, and pushing commits.
benchmark-sandbox
Runs vercel-plugin eval scenarios in ephemeral Vercel Sandboxes with build, verify, and deploy phases.
benchmark-agents
Runs interactive Claude Code eval sessions via WezTerm to verify Vercel plugin skill injection.
vercel-plugin-eval
Runs live eval sessions against the vercel-plugin to verify hook firing, skill injection, and dedup correctness.
benchmark-e2e
Runs end-to-end benchmark pipelines testing skill injection, dev servers, and generating improvement reports.
vercel-agent
Automates PR code review, incident investigation, and SDK installation on Vercel.
routing-middleware
Configures Vercel Routing Middleware for request interception, rewrites, redirects, and geo-personalization.
build-agents
Scaffolds durable AI agents using the eve framework with tools, channels, and Slack integration.
deployments-cicd
Guides Vercel deployments, promotions, rollbacks, and CI/CD pipeline configuration.
vercel-storage
Guides selection, configuration, and migration of Vercel storage products including Blob, Global Config, Neon Postgres, and Upstash Redis.
bootstrap
Orchestrates Vercel project linking, environment provisioning, and first-run database setup in safe order.
cdn-caching
Diagnose Vercel CDN cache hit rates, stale content, revalidation behavior, and ISR costs.
knowledge-update
Corrects outdated LLM knowledge about Vercel platform features and products.
vercel-cli
Deploy, manage, and develop projects on Vercel from the command line.
runtime-cache
Implements Vercel Runtime Cache key-value storage with tag-based invalidation for serverless functions.
ai-gateway
Configure and operate Vercel AI Gateway for model routing, authentication, budgets, and observability.
auth
Implements Clerk, Descope, and Auth0 authentication for Next.js applications on Vercel.
turbopack
Configure and troubleshoot the Turbopack bundler in Next.js projects.
marketplace
Discovers, installs, and manages Vercel Marketplace integrations via the vercel integration CLI.
shadcn
Guides shadcn/ui CLI usage, component installation, theming, and custom registry workflows.
vercel-services
Configure multi-service Vercel deployments with services, rewrites, and bindings in vercel.json.
access-protected-vercel-deployment
Access Vercel deployments protected by authentication using vercel curl or OIDC token headers.
Frequently Asked Questions About DNYANESHWAR GALKAR
FAQPage SchemaWhat tasks can I accomplish using dsgalkar's Vercel skill registry?▼
You can deploy and manage Vercel projects, configure CI/CD pipelines, debug CDN caching and ISR, build Next.js 16 apps with Cache Components, set up firewall rules and DDoS protection, manage environment variables, scaffold AI agents with eve, and run untrusted code in Firecracker microVM sandboxes.
Who is the target audience for these Vercel skills?▼
Frontend and full-stack engineers building on Vercel and Next.js, platform engineers managing deployments and CI/CD, and developers creating AI agents, chat bots, or multi-service backends. Skills trigger automatically based on file patterns, bash commands, and prompt signals in Claude Code sessions.
How do the skills get activated during development?▼
Skills inject automatically into Claude Code sessions by matching pathPatterns (e.g., vercel.json, middleware.ts), bashPatterns (e.g., vercel deploy, npx shadcn), importPatterns, and prompt signals. The plugin-audit and benchmark-testing skills verify hook matching and coverage against real projects.
What prerequisites are needed to use these skills?▼
You need Claude Code with the vercel-plugin installed, plus a Vercel-linked project for platform skills. Specific skills require relevant dependencies such as @vercel/sandbox, @vercel/microfrontends, the flags npm package, or the eve framework initialized via npx eve init.
Do these skills cover Next.js 16 migration and security?▼
Yes. The next-upgrade skill runs official codemods for version migration, routing-middleware guides the middleware.ts to proxy.ts rename, and next-cache-components handles unstable_cache deprecation. The vercel-firewall skill covers WAF rules, rate limiting, bot management, and Attack Mode configuration.