instantdeploy-skill
v1.0.0
Published
Agent skill for InstantDeploy — ship static sites to a live URL in seconds
Maintainers
Readme
instantdeploy-skill
Agent skill for InstantDeploy — ship static sites to a live URL in seconds.
Install
Option A: npm / pnpm / yarn (recommended)
npm install instantdeploy-skill
# or: pnpm add instantdeploy-skill
# or: yarn add instantdeploy-skillThen symlink the skill to your agent:
npx skills-npmOr add to your package.json so it runs automatically on npm install:
{
"scripts": {
"prepare": "skills-npm"
}
}Option B: Git-based (Vercel skills)
npx skills add <owner>/instantdeploy.site --skill instantdeploy -gUsage
Once installed, your agent (Cursor, Claude Code, Codex, etc.) will use the skill when you ask to deploy, publish, or put something online.
Manual deploy:
# From project with the skill installed
./node_modules/instantdeploy-skill/skills/instantdeploy/scripts/ship.sh .Or use the one-liner (no install needed):
curl -fsSL https://instantdeploy.site/install.sh | bash -s -- .