netlify

64 mods across 3 repositories, 150 stars between them.

netlify-identity

25

netlify/context-and-tools

Skill Claude CodeCodex

Add authentication and user management to a Netlify site with @netlify/identity — signup/login/logout, OAuth social login (Google/GitHub/GitLab/Bitbucket), server-side user verification in Functions, role-based access control (RBAC), admin user management, and Identity event hooks. Use when adding a login/signup flow…

36 4d ago C 128 tokens original MIT

netlify-image-cdn

26

netlify/context-and-tools

Skill Claude CodeCodex

Transform, resize, crop, reformat, and optimize images on demand via Netlify Image CDN's /.netlify/images endpoint. Use when adding responsive images, generating thumbnails, converting formats (avif/webp/png), cropping to aspect ratios, tuning image quality, creating blurred placeholders, allowlisting remote image…

36 4d ago C 133 tokens original MIT

netlify-mcp-servers

27

netlify/context-and-tools

Skill Claude CodeCodex

Build, deploy, and secure Model Context Protocol (MCP) servers on Netlify. Use whenever the task involves creating an MCP server, exposing an app or API to AI agents as MCP tools, letting Claude / Cursor / Claude Code call a custom remote server, or adding MCP tools to an existing Netlify site. Covers the MCP SDK +…

36 4d ago A 139 tokens original MIT

netlify/context-and-tools

Cursor rule

Picks the right Netlify protection layer for a deployed site and disambiguates the three unrelated things people call "auth". Use when a developer wants to password-protect a site or previews, restrict a project to their team, make a project public/private, set team visibility defaults, require SSO to view a site, or…

36 4d ago C 137 tokens original MIT

netlify/context-and-tools

Cursor rule

Run AI agent tasks remotely on Netlify using Claude, Codex, or Gemini. Use when the user wants to run an AI agent on their site, get a second opinion from another model, or delegate development tasks to run remotely against their repo.

36 4d ago A 50 tokens original MIT

netlify-ai-gateway

31

netlify/context-and-tools

Cursor rule

Use OpenAI, Anthropic, Google Gemini, or OpenRouter models from Netlify Functions or Edge Functions without managing provider API keys or accounts — the gateway injects credentials automatically. Reach for this when you add an AI chatbot or completion endpoint, generate images or text with Gemini/GPT/Claude, summarize…

36 4d ago C 129 tokens original MIT

netlify-blobs

32

netlify/context-and-tools

Cursor rule

Store and retrieve unstructured objects, file uploads, and cache-like state on Netlify using the @netlify/blobs key/value API from Functions, Edge Functions, and Build Plugins. Use when a task involves saving user file or image uploads, persisting form or contact-form submissions, storing generated output from…

36 4d ago C 125 tokens original MIT

netlify-caching

33

netlify/context-and-tools

Cursor rule

Cache dynamic and static responses on Netlify's CDN from Functions, Edge Functions, and proxies. Use when you add caching or cache-control headers to a function response, tune cache TTL or stale-while-revalidate, set up the durable cache, vary a cache key by query/header/cookie/country/language, purge or invalidate…

36 4d ago C 136 tokens original MIT

netlify-config

34

netlify/context-and-tools

Cursor rule

Configure Netlify projects via netlify.toml and the headers/redirects files — covering build settings and deploy contexts alongside environment variables/scopes and the Secrets Controller plus redirect/rewrite/proxy and custom-header rules. Use when setting a build command or publish directory, adding redirect or…

36 4d ago C 125 tokens original MIT

netlify-database

41

netlify/context-and-tools

Cursor rule

Zero-config Postgres for Netlify apps via @netlify/database — querying data from Functions/Edge Functions, writing schema migrations, setting up Drizzle ORM, local dev with netlify dev, database branches for deploy previews, and migrating an existing Postgres project onto Netlify. Use when adding a database, building…

36 4d ago C 106 tokens original MIT

netlify/context-and-tools

Cursor rule

Cursor rule "netlify-deploy-netlify-toml" from netlify/context-and-tools, covering netlify.toml — build configuration for deploys, build settings, monorepo with a base directory, build-time environment and context overrides and validating.

36 4d ago A 20 tokens original MIT

netlify-deploy

45

netlify/context-and-tools

Cursor rule

Create and manage Netlify deploys — Git continuous deployment, CLI manual/anonymous deploys, Deploy to Netlify buttons, drag-and-drop, and per-context netlify.toml build settings. Use when linking a repo, deploying from the CLI, setting up Deploy Previews or branch deploys, configuring deploy contexts, adding skew…

36 4d ago C 89 tokens original MIT

netlify/context-and-tools

Cursor rule

Write, configure, and deploy Netlify Edge Functions (Deno runtime at the network edge) in TypeScript/JavaScript. Use when adding request/response manipulation at the edge — auth middleware, geolocation redirects, A/B testing and personalization, content localization, redirects/rewrites, SSR at the edge, or…

36 4d ago C 118 tokens original MIT

netlify-forms

47

netlify/context-and-tools

Cursor rule

Serverless form handling on Netlify-hosted sites — detects HTML forms at deploy time, stores submissions, filters spam, and sends notifications. Use when adding a contact form, lead-capture form, file-upload form, or newsletter signup to a Netlify site; wiring AJAX form submission; setting up a custom thank-you page…

36 4d ago C 119 tokens original MIT