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.
npx skills add nexu-io/nexu --skill static-deploy --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 it deploys
- Usage
- Example reply
- Rules
- Output Format
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.