James
Community@JamesMitofsky · Washington D.C.
🧗♂️🏃♂️🏂 🇩🇪🇫🇷🇺🇸 🎸🎨 🎹
Agent Skills by James
Showing 15 vetted skills indexed across 1 GitHub repositories.
netlify-caching
Configure CDN cache headers, cache tags, and on-demand purging for Netlify deployments.
netlify-frameworks
Configure web framework adapters and plugins for Netlify deployment and local development.
netlify-config
Configures netlify.toml build settings, redirects, headers, deploy contexts, and environment variables.
netlify-deploy
Deploy and publish web projects on Netlify using the Netlify CLI.
netlify-blobs
Store and retrieve files and binary assets using Netlify Blobs object storage.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarks and description optimization.
netlify-identity
Implement user authentication, OAuth, and role-based access control with Netlify Identity.
netlify-database
Provision and manage Netlify Database Postgres instances with Drizzle ORM migrations and CLI workflows.
netlify-access-control
Routes Netlify access-control requests to Identity, Password Protection, Auth0, or SAML SSO.
netlify-functions
Write Netlify serverless functions using modern default export and Config syntax.
netlify-edge-functions
Write Netlify Edge Functions for middleware, geolocation, and request manipulation on Deno.
netlify-agent-runner
Run Claude, Codex, or Gemini coding agents remotely on Netlify infrastructure.
netlify-forms
Implements Netlify Forms for HTML and JavaScript-rendered form submission handling.
netlify-ai-gateway
Route OpenAI, Anthropic, and Gemini SDK calls through Netlify's managed AI Gateway proxy.
netlify-image-cdn
Configure Netlify Image CDN transformations, remote allowlisting, and upload pipelines.
Frequently Asked Questions About James
FAQPage SchemaWhat 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.