agentsclimarketplace

Html debrief

Skill PaulRBerg/agent-skills/skills/html-debrief

PRB's collection of agent skills

Install
npx -y skills add PaulRBerg/agent-skills --skill html-debrief

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use for interactive HTML debriefs or saved HTML findings/reports from the current task.

SKILL.md

2.0 KB, as published. Nobody here has run it

HTML Debrief

Persist evidence from the current task as an opinionated interactive HTML report.

Output and Authority

  • Output: ./.ai/debriefs/<slug>/index.html using the installed html-playground skill.
  • Derive a short topical kebab-case slug when omitted.
  • Write only inside the selected debrief directory. If the output exists, stop and ask whether to overwrite or choose a new slug.
  • Use only evidence present in the current task: real findings, paths, verified locations, metrics, decisions, and unresolved risks. Do not invent filler.

Workflow

  1. 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.

  2. 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.

  3. 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.

  4. 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 finish with ### 📊 Debrief ready — <title>, the clickable absolute path, Opened in browser, and one compact line naming the evidence view and presets.

Completion requires a non-placeholder HTML debrief at the selected path, evidence-grounded content, successful rendered/file inspection, and explicit overwrite handling. Keep preparer KEY=VALUE output, dependency commands, paths, and slug errors exact and undecorated.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.