brandify-agent

Convert Claude Code stream-json agent logs into styled HTML reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/declanshanaghy/fenrir-ledger --skill brandify-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brandify-agent
Source: https://github.com/declanshanaghy/fenrir-ledger/tree/main/.claude/skills/brandify-agent
Command: npx skills add https://github.com/declanshanaghy/fenrir-ledger --skill brandify-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts raw Claude Code stream-json agent logs into styled, interactive HTML reports using the Fenrir Ledger theme.

Core Features & Use Cases

  • Converts logs into browsable HTML reports with collapsible turns and detailed tool blocks.
  • Generates MDX-friendly chronicles for publishing to the Fenrir Ledger Chronicles.
  • Enables local viewing and publishing workflows for agent execution logs.

Quick Start

Run brandify-agent with your agent log file to generate an HTML report.

Frequently Asked Questions about brandify-agent

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

FAQPage Schema
How do I convert Claude Code agent logs into HTML reports?

You can convert Claude Code agent logs into HTML reports by running the generate-agent-report script. It transforms stream-json logs into styled, interactive HTML with collapsible turns and detailed tool blocks.

What is the standard format for Claude Code stream-json logs required by reporting scripts?

The standard format for Claude Code stream-json logs is the tmp/agent-logs file structure. The reporting script expects raw agent execution logs in this specific directory format to parse and convert them correctly.

Do I need Node.js to generate HTML reports from agent logs?

Yes, you need Node.js installed to execute the generate-agent-report script. The script runs in the Node.js environment to process stream-json logs and output the final styled HTML report files.

Can I create MDX chronicles from Claude Code logs for publishing?

Yes, you can create MDX-friendly chronicles from Claude Code logs. The conversion process generates MDX output specifically designed for publishing to the Fenrir Ledger Chronicles workflow.

What is the best way to share readable records of Claude agent runs?

The best way to share readable records of agent runs is converting stream-json logs into browsable HTML reports. These reports feature interactive collapsible turns and detailed tool blocks for easy viewing and sharing.

What happens if my agent logs are not in the tmp/agent-logs format?

If your agent logs are not in the standard tmp/agent-logs format, the generate-agent-report script cannot process them. You must ensure your stream-json logs are saved in the expected directory structure before running the script.