BeClaude

netlify-skills

18Official PluginDevelopmentby Anthropic

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

Python5 forks7 issuesUpdated 6/11/2026First seen 4/17/2026

Summary

This skill equips Claude Code with comprehensive Netlify platform capabilities, enabling developers to manage functions, edge functions, blobs, database, image CDN, forms, configuration, CLI, frameworks, caching, AI gateway, and deployments directly from the chat.

  • It streamlines workflows by allowing you to interact with Netlify services without leaving your development environment.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/netlify-skills.md https://raw.githubusercontent.com/netlify/context-and-tools/main/SKILL.md
3
Invoke in Claude Code
/netlify-skills

Use Cases

Deploy a static site or serverless function to Netlify with a single command.
Manage and debug Netlify Edge Functions for personalized content delivery.
Configure environment variables and build settings in netlify.toml.
Set up and query Netlify Blobs for persistent key-value storage.
Integrate Netlify Forms to handle form submissions without a backend.
Optimize images using Netlify Image CDN with dynamic transformations.

Usage Examples

1

/netlify-skills deploy my-site --prod

2

Create a new Netlify Edge Function that rewrites requests to a different origin.

3

List all active deployments for the current site and rollback to a specific deploy ID.

View source on GitHub
deployment

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is netlify-skills?

This skill equips Claude Code with comprehensive Netlify platform capabilities, enabling developers to manage functions, edge functions, blobs, database, image CDN, forms, configuration, CLI, frameworks, caching, AI gateway, and deployments directly from the chat. It streamlines workflows by allowing you to interact with Netlify services without leaving your development environment.

How to install netlify-skills?

To install netlify-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/netlify-skills.md https://raw.githubusercontent.com/netlify/context-and-tools/main/SKILL.md. Finally, /netlify-skills in Claude Code.

What is netlify-skills best for?

netlify-skills is a skill categorized under Development. It is designed for: deployment. Created by Anthropic.

What can I use netlify-skills for?

netlify-skills is useful for: Deploy a static site or serverless function to Netlify with a single command.; Manage and debug Netlify Edge Functions for personalized content delivery.; Configure environment variables and build settings in netlify.toml.; Set up and query Netlify Blobs for persistent key-value storage.; Integrate Netlify Forms to handle form submissions without a backend.; Optimize images using Netlify Image CDN with dynamic transformations..