skills/html-debrief/SKILL.md
Use for interactive HTML debriefs or saved HTML findings/reports from the current task.
npx skillsauth add paulrberg/agent-skills html-debriefInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persist evidence from the current task as an opinionated interactive HTML report.
./.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. Relay dependency or slug 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. Then run open "$DEBRIEF_PATH" and report the absolute path.
Completion requires a non-placeholder HTML debrief at the selected path, evidence-grounded content, successful rendered/file inspection, and explicit overwrite handling.
development
Use when creating or substantially redesigning web interfaces, landing pages, dashboards, components, or other frontend UI where visual direction and implementation quality matter. Produces subject-specific art direction, accessible responsive code, and rendered visual verification.
development
Orchestrate one to five Sonnet subagents to implement an approved Claude Code plan.
tools
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
tools
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.