DNYANESHWAR GALKAR avatar

DNYANESHWAR GALKAR

Community

@dsgalkar · pune, maharashtra , India

4Followers
|
18Public Repos
|
44Published Skills

A Vercel platform skill registry providing expert guidance for Next.js deployments, CI/CD, caching, security, and AI agent development on Vercel infrastructure.

Skills Distribution
DomainCloud & Comp...Vercel Platform De.. (30%)Next.js & React Fr.. (25%)AI Agent & SDK Dev.. (20%)Caching, CDN & Per.. (15%)

Agent Skills by DNYANESHWAR GALKAR

Showing 44 vetted skills indexed across 1 GitHub repositories.

dsgalkardsgalkar

plugin-audit

Audits vercel-plugin skill injection by testing hook matching against Claude Code conversation logs.

Community
Intermediate
dsgalkardsgalkar

benchmark-testing

Creates isolated test projects and launches Claude Code sessions to benchmark vercel-plugin skill injection.

Community
Intermediate
dsgalkardsgalkar

release

Automates versioned releases of vercel-plugin by running gates, bumping versions, and pushing commits.

Community
Intermediate
dsgalkardsgalkar

benchmark-sandbox

Runs vercel-plugin eval scenarios in ephemeral Vercel Sandboxes with build, verify, and deploy phases.

Community
Advanced
dsgalkardsgalkar

benchmark-agents

Runs interactive Claude Code eval sessions via WezTerm to verify Vercel plugin skill injection.

Community
Advanced
dsgalkardsgalkar

vercel-plugin-eval

Runs live eval sessions against the vercel-plugin to verify hook firing, skill injection, and dedup correctness.

Community
Advanced
dsgalkardsgalkar

benchmark-e2e

Runs end-to-end benchmark pipelines testing skill injection, dev servers, and generating improvement reports.

Community
Advanced
dsgalkardsgalkar

vercel-agent

Automates PR code review, incident investigation, and SDK installation on Vercel.

Community
Intermediate
dsgalkardsgalkar

routing-middleware

Configures Vercel Routing Middleware for request interception, rewrites, redirects, and geo-personalization.

Community
Intermediate
dsgalkardsgalkar

build-agents

Scaffolds durable AI agents using the eve framework with tools, channels, and Slack integration.

Community
Intermediate
dsgalkardsgalkar

deployments-cicd

Guides Vercel deployments, promotions, rollbacks, and CI/CD pipeline configuration.

Community
Intermediate
dsgalkardsgalkar

vercel-storage

Guides selection, configuration, and migration of Vercel storage products including Blob, Global Config, Neon Postgres, and Upstash Redis.

Community
Advanced
dsgalkardsgalkar

bootstrap

Orchestrates Vercel project linking, environment provisioning, and first-run database setup in safe order.

Community
Advanced
dsgalkardsgalkar

cdn-caching

Diagnose Vercel CDN cache hit rates, stale content, revalidation behavior, and ISR costs.

Community
Advanced
dsgalkardsgalkar

knowledge-update

Corrects outdated LLM knowledge about Vercel platform features and products.

Community
Basic
dsgalkardsgalkar

vercel-cli

Deploy, manage, and develop projects on Vercel from the command line.

Community
Advanced
dsgalkardsgalkar

runtime-cache

Implements Vercel Runtime Cache key-value storage with tag-based invalidation for serverless functions.

Community
Intermediate
dsgalkardsgalkar

ai-gateway

Configure and operate Vercel AI Gateway for model routing, authentication, budgets, and observability.

Community
Advanced
dsgalkardsgalkar

auth

Implements Clerk, Descope, and Auth0 authentication for Next.js applications on Vercel.

Community
Intermediate
dsgalkardsgalkar

turbopack

Configure and troubleshoot the Turbopack bundler in Next.js projects.

Community
Intermediate
dsgalkardsgalkar

marketplace

Discovers, installs, and manages Vercel Marketplace integrations via the vercel integration CLI.

Community
Intermediate
dsgalkardsgalkar

shadcn

Guides shadcn/ui CLI usage, component installation, theming, and custom registry workflows.

Community
Intermediate
dsgalkardsgalkar

vercel-services

Configure multi-service Vercel deployments with services, rewrites, and bindings in vercel.json.

Community
Intermediate
dsgalkardsgalkar

access-protected-vercel-deployment

Access Vercel deployments protected by authentication using vercel curl or OIDC token headers.

Community
Intermediate

Frequently Asked Questions About DNYANESHWAR GALKAR

FAQPage Schema
What 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.