ctx-journal-normalize

Normalize journal markdown to repair fences, metadata, and nested lists.

74|14|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ActiveMemory/ctx --skill ctx-journal-normalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-journal-normalize
Source: https://github.com/ActiveMemory/ctx/tree/main/internal/tpl/claude/skills/ctx-journal-normalize
Command: npx skills add https://github.com/ActiveMemory/ctx --skill ctx-journal-normalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize journal markdown to repair rendering issues in ctx journal sites, ensuring consistent presentation of entries.

Core Features & Use Cases

  • Clean and restore fence nesting, metadata formatting, and lists in journal source files.
  • Idempotent normalization with safe backups and content preservation.
  • Use Case: when /ctx journal site shows broken renderings, run this to fix and re-render.

Quick Start

Run ctx journal normalize to clean and prepare journal sources for site rendering.

Frequently Asked Questions about ctx-journal-normalize

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

FAQPage Schema
How do I fix broken markdown rendering in my journal site?

To fix broken markdown rendering in a journal site, normalize the source files to repair fence nesting, metadata formatting, and nested lists. This content-preserving transformation restores consistent presentation when site generation fails.

Why do nested lists and broken fences impede markdown rendering?

Nested lists and broken fences impede markdown rendering because they disrupt structural parsing, causing site generation to display entries incorrectly. Normalizing markdown restructures these elements for consistent presentation across projects.

Can I run markdown normalization on journal source files without losing content?

Yes, you can run markdown normalization on journal source files without losing content. The process ensures content-preserving transformation with safe backups, maintaining source files safely prior to site generation.

What is the best way to clean and prepare journal markdown for site generation?

The best way to clean and prepare journal markdown for site generation is to run an idempotent normalization process. This safely handles source files, repairs misformatted metadata, and creates backups before rendering.

Is idempotent markdown normalization safe to run multiple times on journal entries?

Idempotent markdown normalization is safe to run multiple times on journal entries because repeated operations produce the same output without accumulating changes. It safely handles source files with backups before site generation.