justrachjustrachCommunityยท6 Agent Skills Included

merjs

Build fast Zig web apps with file-based routing

Builds server-rendered web applications in Zig with file-based routing, type-safe APIs, and hot reload. Eliminates heavy node_modules folders, slow cold starts, and complex bundler configuration. Scaffolds pages, API routes, and streaming views, then deploys to Docker or Cloudflare Workers in minutes.
npx skills add justrach/merjs --all -g -y
Available:

Gives your AI agent the project structure, build commands, debugging endpoints, and routing conventions it needs to create pages, APIs, and deployments in this Zig web framework correctly.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install merjs?โ–ผ

Run `npx skills add justrach/merjs --all -g -y` in your terminal to install all skills in this suite globally.

What is merjs used for?โ–ผ

merjs is a Next.js-style web framework written in Zig with zero Node.js. It provides file-based routing, server-side rendering, type-safe APIs, and WASM client logic in a tiny, fast binary.

How do I create a new page in merjs?โ–ผ

Ask your agent to create a page and it scaffolds a .zig file in the app/ folder with the correct render function and SEO metadata. The route is registered automatically after running the codegen step.

Can merjs deploy to Cloudflare Workers?โ–ผ

Yes. merjs compiles your entire app to a single WASM binary that runs on Cloudflare Workers, with a ready-made worker configuration included.

Does merjs work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’