run-explainer-page

Installation
SKILL.md

run-explainer-page

ユーザー入力 (topic 文字列 / URL / ファイルパス / 直前会話) を起点に、 1 枚 HTML の図解付き解説ページ を生成する orchestrator。

Input / Output

  • Input: $ARGUMENTS = topic 文字列 / URL / ローカルファイルパス のいずれか。空なら直前会話を context として拾う
  • Output: output/explainer-{slug}/index.html (CSS インライン 1 ファイル + images/concept-NN-01.png 群)
  • 副産物: output/explainer-{slug}/{context.md, outline.json} (再生成用)

最重要 (compaction 切り捨て対策)

  • 1 ターンで Phase 1-5 全部走る (フェーズ間で応答終了しない、SubagentStop hook が二重発火する)
  • 画像は engine 直叩き + STYLE 行固定 (wrap-ai-image-detail-illustration を Skill 経由で呼ぶと 4 並列メタファー振りで意図とずれる。run-ai-images/scripts/generate.sh -n 1 を直接呼び、再走時も S1 STYLE 行は変えない)
  • 1 枚 HTML 縛り (CDN を引かない、<style> インライン + system font stack で完結)
  • fork 配下なら Agent ツール不可 (run-pipe-line / run-eval-loop-fork 等から呼ばれた場合は Phase 1 を delegate-explorer 1 本に縮退、§Phase 1 末尾参照)

詳細・他の落とし穴は Gotchas に集約。

Related skills

More from ai-driven-r-d-dept/zuroku-cli

Installs
5
First Seen
12 days ago
run-explainer-page — ai-driven-r-d-dept/zuroku-cli