brandify-session

Export active Claude Code sessions to Fenrir-styled MDX chronicles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streaming and archiving Claude Code sessions into Fenrir Ledger Chronicles is labor-intensive and error-prone. The brandify-session skill automates exporting an active Claude Code session into a styled MDX chronicle that can be published to the Chronicles section of the blog.

Core Features & Use Cases

  • Exports the current Claude Code session to a Fenrir-styled MDX chronicle.
  • Writes the generated MDX to content/blog/ and makes it accessible at /chronicles/{slug} via Next.js chronicles pages.
  • Handles session naming, acts extraction, and chronicle metadata generation for blog-like storytelling.

Quick Start

Provide a session name to export and run the brandify-session generator to create content/blog/{{NAME}}.mdx.

Frequently Asked Questions about brandify-session

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

FAQPage Schema
How do I export a Claude Code session to an MDX file for my blog?

You can export an active Claude Code session to an MDX chronicle by providing a session name and running the generator. It reads the session export from a temporary text file and outputs a styled MDX file directly to your content/blog directory.

What is a session chronicle and how does it format Claude Code interactions?

A session chronicle is a Fenrir-styled MDX document that transforms raw Claude Code interactions into blog-like storytelling. It handles session naming, acts extraction, and chronicle metadata generation to structure the conversation for web publication at /chronicles/{slug}.

Do I need a specific session export format to generate MDX chronicles?

Yes, generating MDX chronicles requires a specific session export format. The skill relies on a tmp/sessions/{{NAME}}.txt export file as input to parse the session and generate the final MDX content for the Fenrir Ledger ecosystem.

How do I publish exported MDX chronicles to a Next.js blog?

Exported MDX chronicles are published to a Next.js blog by writing the generated MDX files into the content/blog directory. The Next.js chronicles pages then serve these files automatically at the /chronicles/{slug} route.

Can I automate session archiving to the Fenrir Ledger without manual formatting?

Yes, you can automate session archiving without manual formatting by running the brandify-session generator. It automates the end-to-end workflow from session capture and acts extraction to MDX generation and blog publication within the Fenrir Ledger.