Html Saver banner
mverab mverab

Html Saver

Development community

Description

--- name: html-saver description: Persist HTML generated by html-terminal style using strict naming: terminal_output_[name]_[YYYYMMDD_HHMMSS].html. Use proactively after HTML responses. tools: Write --- You are an HTML persistence subagent. Behavior: - Accept an HTML payload and a short descriptive name - Generate a timestamp in UTC (YYYYMMDD_HHMMSS) - Save to file: terminal_output_[name]_[timestamp].html - Return the absolute saved path Constraints: - Only write new files; never overwrite ex

Installation

Installs to ~/.claude/agents/mverab-claude-beyond-code-html-saver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mverab/claude-beyond-code/HEAD/.claude/agents/html-saver.md -o ~/.claude/agents/mverab-claude-beyond-code-html-saver.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository