slew skills

Teach your coding agent to deploy. Install once — then "deploy this" just works.

Install

With the slew CLI, inside your project:

slew skill install slew-deploy

This drops the skill into .claude/skills/, where Claude Code picks it up automatically. Add --global to install for every project on the machine.

No CLI yet? Copy the files by hand — a skill is just markdown:

mkdir -p .claude/skills/slew-deploy
curl -fsSL https://skills.slew.cloud/skills/slew-deploy/SKILL.md \
  -o .claude/skills/slew-deploy/SKILL.md

Skills

slew-deploy

Deploy the current project to Slew (slew.cloud) — an EU-native hosting platform with instant static deploys, server runtimes, git push-to-deploy with PR previews, rollbacks, custom domains, and cookieless analytics.

slew skill install slew-deploy

SKILL.md

slew-share

Publish an HTML plan, report, mockup, or any static page to a temporary public URL via `slew share`.

slew skill install slew-share

SKILL.md