James avatar

James

Community

@JamesMitofsky · Washington D.C.

12Followers
|
47Public Repos
|
15Published Skills

🧗‍♂️🏃‍♂️🏂 🇩🇪🇫🇷🇺🇸 🎸🎨 🎹

Skills Distribution
DomainCloud & Comp...Netlify Deployment.. (30%)Serverless & Edge .. (25%)Data Storage & Man.. (15%)Identity & Access .. (15%)

Agent Skills by James

Showing 15 vetted skills indexed across 1 GitHub repositories.

JamesMitofskyJamesMitofsky

netlify-caching

Configure CDN cache headers, cache tags, and on-demand purging for Netlify deployments.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-frameworks

Configure web framework adapters and plugins for Netlify deployment and local development.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-config

Configures netlify.toml build settings, redirects, headers, deploy contexts, and environment variables.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-deploy

Deploy and publish web projects on Netlify using the Netlify CLI.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-blobs

Store and retrieve files and binary assets using Netlify Blobs object storage.

Community
Intermediate
JamesMitofskyJamesMitofsky

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarks and description optimization.

Community
Advanced
JamesMitofskyJamesMitofsky

netlify-identity

Implement user authentication, OAuth, and role-based access control with Netlify Identity.

Community
Advanced
JamesMitofskyJamesMitofsky

netlify-database

Provision and manage Netlify Database Postgres instances with Drizzle ORM migrations and CLI workflows.

Community
Advanced
JamesMitofskyJamesMitofsky

netlify-access-control

Routes Netlify access-control requests to Identity, Password Protection, Auth0, or SAML SSO.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-functions

Write Netlify serverless functions using modern default export and Config syntax.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-edge-functions

Write Netlify Edge Functions for middleware, geolocation, and request manipulation on Deno.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-agent-runner

Run Claude, Codex, or Gemini coding agents remotely on Netlify infrastructure.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-forms

Implements Netlify Forms for HTML and JavaScript-rendered form submission handling.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-ai-gateway

Route OpenAI, Anthropic, and Gemini SDK calls through Netlify's managed AI Gateway proxy.

Community
Intermediate
JamesMitofskyJamesMitofsky

netlify-image-cdn

Configure Netlify Image CDN transformations, remote allowlisting, and upload pipelines.

Community
Intermediate

Frequently Asked Questions About James

FAQPage Schema
What tasks can I accomplish with James Mitofsky's Netlify skills?

You can deploy and host web projects, configure netlify.toml redirects and headers, control CDN caching, write serverless and edge functions, store files in Netlify Blobs, provision managed Postgres databases, add authentication and access control, process HTML forms, optimize images, and route AI calls through the Netlify AI Gateway.

Who are these Netlify skills designed for?

They target web developers and platform engineers building on Netlify — from frontend developers deploying Vite, Astro, Next.js, Nuxt, SvelteKit, or Remix projects, to backend engineers writing TypeScript serverless functions, Deno edge middleware, and teams securing internal apps with SSO or SAML.

How do I deploy and run a project using these skills?

Use the netlify-deploy skill to link a local project to a Netlify site, ship production or preview deploys, and set up Git-based continuous deployment. Run projects locally with netlify dev or the Netlify Vite plugin, then debug live sites by streaming function and deploy logs via netlify logs.

What prerequisites or dependencies do these skills require?

Skills assume a Netlify account and the Netlify CLI. Specific features require packages like @netlify/identity for authentication, @netlify/database with Drizzle ORM for Postgres, and the OpenAI, Anthropic, or @google/genai SDKs for AI Gateway usage. Edge functions run on the Deno runtime.

How do the skills handle data storage and dynamic content on Netlify?

Netlify Blobs handles file and asset storage — images, uploads, and cached binary artifacts — via getStore() with deploy-scoped or site-scoped stores. Dynamic, structured, or relational data belongs in Netlify Database, the managed Postgres product with Drizzle ORM migrations and preview branching.