visual-recap

Generate a self-contained HTML session recap from git history, build logs, and masonry state.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Nerfherder16/BrickLayer --skill visual-recap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: visual-recap
Source: https://github.com/Nerfherder16/BrickLayer/tree/main/.claude/skills/visual-recap
Command: npx skills add https://github.com/Nerfherder16/BrickLayer --skill visual-recap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a self-contained HTML recap to capture session context and progress for re-entry.

Core Features & Use Cases

  • Creates a reference artifact that documents the session flow, with an action timeline and re-entry context note.
  • Supports re-entry by new or returning agents, facilitating campaign handoffs and campaign reviews.
  • Produces an HTML file with inline CSS/JS to ensure portability without external dependencies.

Quick Start

Run /visual-recap in the current workspace to generate the recap.

Frequently Asked Questions about visual-recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML session recap from git history and build logs?▼

To generate an HTML session recap, the tool reads git log, build.log, and masonry-state data, then writes a self-contained HTML file with inline CSS/JS to ~/.agent/diagrams/visual-recap-{timestamp}.html for easy portability.

What is a self-contained HTML recap used for in development campaigns?▼

A self-contained HTML recap is used to capture session context and progress, providing a clear re-entry artifact with an action timeline and context note for new or returning agents during campaign handoffs and reviews.

Can I generate a session recap if my build log or masonry state is missing?▼

Yes, you can generate a session recap if sources are missing because the tool gracefully handles absent build.log or masonry-state data, producing the HTML recap from available git history without failing.

Does the generated HTML recap require external dependencies to view?▼

No, the generated HTML recap does not require external dependencies to view because it uses inline CSS and JavaScript, ensuring the file is entirely self-contained and portable.

What's the best way to create a portable re-entry artifact for agent handoffs?▼

The best way to create a portable re-entry artifact is to generate a self-contained HTML recap from git log, build.log, and masonry-state data, producing a portable file with inline CSS/JS and no external dependencies.