ソース情報
- リポジトリ
- justrach/merjs
- ソースの最終更新活動
- 2026年3月12日 03:58
- 検出された SKILL.md の言語
- 英語
- スター
- 354
- フォーク
- 17
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/justrach/merjs --skill deployコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Add streaming SSR to a merjs page. Use when the user wants shell-first rendering, skeleton placeholders, or parallel data fetching that resolves inline.
Build and start the merjs dev server with hot reload. Use when the user wants to run, start, or serve the project.
Scaffold a new merjs API route. Use when the user wants to create a new API endpoint.
SOC 職業分類に基づく
SKILL.md を表示中
| name | deploy |
| description | Full production build — codegen, compile, prerender, and prepare for deployment. |
| disable-model-invocation | true |
Run the full merjs production pipeline.
Regenerate routes:
zig build codegen
Run the full production build (codegen → compile → prerender):
zig build prod
Verify the output:
zig-out/bin/merjsdist/Report which pages were pre-rendered (those with pub const prerender = true)
To build the WASM worker target:
zig build worker
Output: worker/merjs.wasm