用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PaulRBerg/agent-skills --skill html-debrief命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Assess recurrence risk for agent behavior using local Codex/Claude Code transcripts and recommend evidence-backed durable fixes to AGENTS.md or skills. Not for routine post-success skill-evolution or agent self-improvement reviews.
Create or polish repo agent context: README.md, AGENTS.md/CLAUDE.md, installed project skills, and other Markdown context docs.
Use for current official documentation about Codex, Codex CLI, or Claude Code behavior, configuration, prompting, skills, permissions, tools, surfaces, capabilities, troubleshooting, hooks, app-server, or hook trust; fetch the relevant official URL before answering.
正在显示 SKILL.md
| argument-hint | [<slug>] |
| disable-model-invocation | false |
| name | html-debrief |
| skill-dependencies | ["html-playground"] |
| user-invocable | true |
| description | Use for interactive HTML debriefs or saved HTML findings/reports from the current task. |
Persist evidence from the current task as an opinionated interactive HTML report.
Default to a standard desktop-browser layout. Do not implement or inspect responsive/mobile behavior unless the user asks.
./.ai/debriefs/<slug>/index.html using the installed html-playground skill.Run the bundled preparer from the target repository:
bash <skill-dir>/scripts/prepare.sh <slug>
Use its PLAYGROUND_DIR, DEBRIEFS_DIR, DEBRIEF_PATH, and EXISTS output. When EXISTS is true for an inferred
slug, derive a unique slug and rerun the preparer before writing. When it is true for an explicit slug, request the
choice defined above. Relay dependency or slug-validation errors and stop.
Read the resolved HTML playground SKILL.md and exactly one matching template: diff review, document critique, code
map, concept map, data explorer, or design playground. Adapt its interaction model to the evidence; do not load every
template.
Build one self-contained HTML file with the playground's live controls, useful presets, evidence view, natural-language prompt output, and copy feedback. Use no external dependencies.
Verify that every claim traces to the task transcript or tool evidence, the output contains no placeholders, and the
file opens/renders in a desktop browser. Then run open "$DEBRIEF_PATH" and finish with `### 📊 Debrief ready —
Completion requires a non-placeholder HTML debrief at the selected path, evidence-grounded content, successful
rendered/file inspection, and collision handling that never silently overwrites. Keep preparer KEY=VALUE output,
dependency commands, paths, and slug errors exact and undecorated.