netlify-skills
Netlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/netlify-skills.md https://raw.githubusercontent.com/netlify/context-and-tools/main/SKILL.md/netlify-skillsUse Cases
Usage Examples
/netlify-skills deploy my-site --prod
Create a new Netlify Edge Function that rewrites requests to a different origin.
List all active deployments for the current site and rollback to a specific deploy ID.
Security Audits
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..