Language: 日本語English

netlify-skills Plugin

Category
Development
Topics
Cloud, Deployment & CI/CD · Claude Code Customization & Workflow · Web & App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

netlify-skills is a plugin that packages factual reference documentation about Netlify platform primitives for use by AI coding agents. According to the README, it is installed as a plugin for Claude Code, and equivalent integrations exist for Cursor, Codex CLI/Desktop App, GitHub Copilot CLI, and Grok Build. It bundles 12 skills covering functions, edge functions, blobs, database, image CDN, forms, config, frameworks, caching, AI gateway, identity, and deploy/CLI. Each skill is a self-contained SKILL.md file kept under 500 lines, with deeper material placed in optional references/ subdirectories, so that agents can build correctly on Netlify without searching separate documentation. The Cursor .mdc rule files and Codex AGENTS.md router are auto-generated from the same source skills by a GitHub Actions workflow, per the README.

Overview

netlify-skills (from the netlify/context-and-tools repository) is not itself a SaaS product but a plugin/skill pack that supplies structured, factual reference content about the Netlify platform to AI coding agents such as Claude Code, Cursor, Codex, GitHub Copilot CLI, Grok Build, and Gemini CLI. Per the README, it is meant to help these agents generate correct code for Netlify functions, edge functions, storage, database, forms, caching, AI gateway, identity, and deployment without needing to consult external docs.

What you can do with netlify-skills

  • Install the plugin into Claude Code via the plugin marketplace (/plugin marketplace add netlify/context-and-tools then /plugin install netlify-skills@netlify-context-and-tools)
  • Access 12 Netlify skills covering functions, edge functions, blobs, database, image CDN, forms, config, frameworks, caching, AI gateway, identity, and deploy/CLI
  • Consult deeper references/ content for Vite, Astro, TanStack Start, and Next.js on Netlify, CLI commands, and deployment patterns
  • Install matching integrations for Cursor (.mdc rules), Codex CLI/Desktop App, GitHub Copilot CLI, and Grok Build
  • Optionally connect the official Netlify MCP server (via Claude Code, Grok Build, or Gemini CLI) to create and manage Netlify projects, deploys, and environment variables

Sources

Original description (English)

Netlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.

History of netlify-skills

Back to list