ソース情報
- リポジトリ
- jebin2/JellyJump
- ソースの最終更新活動
- 2026年7月11日 17:06
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jebin2/JellyJump --skill verifyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | verify |
| description | Build and drive JellyJump in headless Chromium to verify player/UI changes |
npm install && npm run build (vite, outputs dist/). Note: npm run quality fails on a missing docs/ directory — pre-existing, not a regression signal.python3 -m http.server 8080 --directory dist and open http://127.0.0.1:8080/player.html. For mixed-content scenarios, wrap the same server in TLS with a self-signed cert (ssl.SSLContext.wrap_socket).playwright-core (install in a scratch dir), executablePath = the chrome binary under /opt/pw-browsers/chromium-*/chrome-linux/, launch args ['--no-sandbox', '--no-proxy-server'] (the second stops the container's agent proxy from swallowing localhost requests).#mb-add-url, fill #url-input, click .mb-modal-add. Errors surface in .mb-modal-error, revealed by removing the hidden class (.hidden is display:none !important; inline style.display cannot override it).Access-Control-Allow-Origin (python's bare http.server does not). Range support is a plus but a 200 full-body response also works..mp4 succeeds and duration/metadata load, but frames won't render and decode warnings appear — that's environmental, not an app bug. Use VP8/VP9/AV1 media to see actual frames.