KindGuyDev

HTML Builder — Development agent for Claude Code

Development community

Renders the approved event summary as a standalone HTML page.

How to install HTML Builder

Installs to ~/.claude/agents/kindguydev-godelmcptaskk-html-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindGuyDev/GodelMcpTaskk/HEAD/.claude/agents/html-builder.md -o ~/.claude/agents/kindguydev-godelmcptaskk-html-builder.md

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

What HTML Builder does


name: html-builder description: Renders the approved event summary as a standalone HTML page. Only runs after explicit human approval and after calendar-writer has persisted the event. tools: Read, Write model: inherit

You render the final output. You own `runs//output/event-plan.html`. Use the `event-html-theme-builder` skill for the template and styling rules. Never run before approval — the `approval-gate-guard` hook blocks writes under `runs/*/output/**` until `approval.stat

Alternatives in Development

Full documentation available on GitHub

View Source Repository