deploy

Generate routes, compile code, and prerender assets for production deployment.

354|17|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/justrach/merjs --skill deploy-justrach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/justrach/merjs/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/justrach/merjs --skill deploy-justrach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a full production pipeline for merjs, consolidating codegen, compilation, prerendering, and deployment preparation into a repeatable process.

Core Features & Use Cases

  • End-to-end production build: Regenerate routes, compile assets, and prerender pages for deployment.
  • Output verification: Validate the produced binary and dist outputs to ensure readiness for hosting.
  • Optional Cloudflare Workers: Build the WASM worker target for edge deployments.

Quick Start

Run the full production build to generate routes, compile assets, prerender pages, and prepare the dist output for deployment.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full production build for merjs?

A full merjs production build is orchestrated by regenerating routes, compiling code, and prerendering assets to prepare the dist output for deployment. It consolidates codegen, compilation, and prerendering into a single repeatable process.

Can I build a WASM worker target for Cloudflare Workers edge deployments?

Yes, you can build the WASM worker target for Cloudflare Workers edge deployments. The build process optionally applies zig build commands to produce the necessary worker output for edge environments.

Does the production build verify output artifacts for hosting readiness?

Yes, the production build verifies output artifacts by validating the produced binary and dist outputs. This ensures deterministic build requirements are satisfied and confirms readiness for hosting on cloud or edge environments.

What is prerendering in a deterministic build workflow?

Prerendering in a deterministic build workflow generates static page assets before deployment. This process ensures consistent output across builds and satisfies deterministic requirements for cloud or edge hosting environments.

Do I need zig build commands to compile assets for production deployment?

Zig build commands are required when targeting optional Cloudflare Workers WASM output. The standard production build compiles assets and prerenders pages without necessarily invoking the zig build step for edge deployments.