Agent skill · DevOps & Cloud

static-deploy

Deploy static pages to nexu.space. Use when user says deploy, publish, ship, or go live with a static site/page. Uploads files from workspace to <project-slug>.nexu.space via Wrangler + Cloudflare Pages. Supports first deploy and redeploy.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexships scriptsMIT
Install
npx skills add nexu-io/nexu --skill static-deploy --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/nexubot/static-deploy/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: nexu-io/nexu
Stars: 3,239
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Static Deploy Deploy static files to `<project-slug>.nexu.space` via Wrangler + Cloudflare Pages. The deploy script stages a temporary copy of the site and injects a `_headers` file (if needed) with cache revalidation rules for HTML/CSS/JS to reduce stale asset issues after redeploys. Source files are not modified. ## What it deploys Any static files: HTML, CSS, JS, images, fonts, etc. Common use cases: - Single-page apps (React, Vue, etc. — deploy the `dist/` or `build/` folder) - Landing pages, portfolios, documentation sites - Quick prototypes or demos - Any folder with an `index.html` ## Usage 1. Identify the directory containing files to deploy (must have an `index.html`) 2. Derive a project-slug from context (e.g., "family budget" → `family-budget`) - Lowercase alphanumeric + hyphens only, max 63 characters - Reuse the same slug for redeployments - Ask user to confirm if ambiguous 3. Run deploy with the inbound structured context: ```bash "$SKILL_DIR/scripts/deploy.sh" <project-slug> <directory> <agent-id> <chat-id> [thread-id] [message-ref] [account-id] [channel] [chat-type] [sender-ref] ``` `agent-id` is required. The script uses it to resolve the corresponding `botId` fr

What's inside
Steps it walks through
  1. What it deploys
  2. Usage
  3. Example reply
  4. Rules
  5. Output Format
Ships with 2 files
  • scripts/deploy.sh
  • scripts/session-search.sh
More from nexu
All skills →
About this skill
What does the static-deploy skill do?

Deploy static pages to nexu.space. Use when user says deploy, publish, ship, or go live with a static site/page. Uploads files from workspace to <project-slug>.nexu.space via Wrangler + Cloudflare Pages. Supports first deploy and redeploy.

How do I install it?

Run `npx skills add nexu-io/nexu --skill static-deploy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/nexu, a repository with 3,239 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going