用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/receptron/mulmoclaude --skill e2e-live-media命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Turn MulmoClaude work into a Zenn tech article (markdown) inside the workspace. On first use it sets up a Zenn project at `github/zenn/` — clone an existing GitHub repo or `zenn init` a fresh one, idempotent and skipped when already initialized — then writes articles to `github/zenn/articles/<slug>.md` tagged with the `MulmoClaude` topic. Use when the user says "Zenn にまとめて", "この作業を記事にして", "share this on Zenn", "Zenn 始めたい", or "Zenn のリポを用意して".
Schedule, list, edit, or remove a recurring agent task (cron / interval) in `config/scheduler/tasks.json`. Use for cross-collection digests, notifications, or any standalone recurring prompt ("毎朝7時に天気", "every weekday 8am check email", "schedule a weekly cleanup"), or to list/stop automations. EXCEPTION — do NOT create a task here to keep ONE collection's records fresh (e.g. "update the stock-quotes daily", "refresh these quotes every morning", "re-poll these URLs"): instead add an `ingest` block with `kind: "agent"` to THAT collection's own `schema.json` (it self-refreshes on schedule and from its Refresh button; syntax in `config/helps/collection-skills.md` → "Scheduled agent refresh"). Read this skill body in full before writing `tasks.json` — the entry format is structured, not free-form.
Personal recipe book — save / read / update / delete cooking recipes as markdown files under `data/cooking/recipes/`, with a `README.md` index that lists every recipe. Use when the user asks to remember a recipe, look one up, or refine one.
基于 SOC 职业分类
正在显示 SKILL.md
| name | e2e-live-media |
| description | 実 Claude API を叩く media カテゴリ(画像 / PDF / 動画)の総合テストを実行する。`yarn dev` が起動済みであることが前提。 |
yarn dev を別ターミナルで起動済み(http://localhost:5173 が応答する)claude login 済み or ANTHROPIC_API_KEY 設定済み)yarn test:e2e:live:media
HEADED=1 yarn test:e2e:live:media
<img src="../../../images/..."> が /artifacts/html 経由で描画される(B-17 / B-18 回帰)playwright-report-live/media/index.html(このカテゴリ専用サブディレクトリに出力されるので、 親 /e2e-live の総合レポートは上書きされない)npx playwright show-trace test-results-live/media/<spec>/trace.zipこのカテゴリ単独で両モード回したい時は、 親 /e2e-live の Step 3 と同じ手順で dev サーバを再起動してから再実行する。