Serverless skills for Netlify — reusable, agent-ready instructions that teach your AI coding agent how to build and deploy serverless apps on Netlify.
Part of s8sskills: one skill pack per cloud vendor.
Install every skill in this pack into your agent (Claude Code, etc.):
npx skills add s8sskills/netlifyOr install a single skill:
npx skills add https://github.com/s8sskills/netlify/tree/main/skills/netlify-deploynpx skills is the open agent-skills installer (vercel-labs/skills).
It drops each skill into your agent's skills directory (e.g. .claude/skills/),
where the agent picks it up automatically when a task matches the skill's
description.
| Skill | What it does |
|---|---|
netlify-project-setup |
Authenticate with Netlify CLI, initialize or link local code to a Netlify site, and configure basic routing/redirect configurations. |
netlify-deploy |
Run production or preview builds, configure environment variables via CLI, deploy static assets and serverless/edge functions. |
Skills follow the standard discovery layout — one directory per skill, each with
a SKILL.md whose YAML frontmatter declares name and description:
skills/
netlify-project-setup/SKILL.md
netlify-deploy/SKILL.md
New Netlify serverless skill ideas welcome. Add a
skills/<name>/SKILL.md with name + description frontmatter and open a PR.
Keep each skill focused on one task, with concrete commands and a verification
step.
See LICENSE.