Armory
Source
Browse
Skills

netlify-deploy

Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install netlify-deploy --cli claude

writes the skill into.claude/skills/netlify-deploy/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/netlify-deploy/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

When to use it

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/netlify-deploy/SKILL.md -o .claude/skills/netlify-deploy/SKILL.md

Notes

Extracted from davila7/claude-code-templates, netlify-deploy category.