liff-intermediate-to-hugo-markdown

Convert LIFF intermediate JSON files into Hugo film markdown with logging.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/EdwardSalkeld/liff-archive --skill liff-intermediate-to-hugo-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liff-intermediate-to-hugo-markdown
Source: https://github.com/EdwardSalkeld/liff-archive/tree/main/skills/liff-intermediate-to-hugo-markdown
Command: npx skills add https://github.com/EdwardSalkeld/liff-archive --skill liff-intermediate-to-hugo-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of LIFF intermediate JSON data into Hugo markdown files, streamlining the content creation process for film archives.

Core Features & Use Cases

  • Deterministic Conversion: Converts JSON files to Hugo markdown with precise field mapping.
  • Logging and Review: Generates detailed conversion logs and a review queue for uncertainties.
  • Build Verification: Ensures content integrity by requiring a final make build pass.
  • Use Case: Process a year's worth of extracted film data from JSON files into a Hugo website's content directory, ensuring all metadata is correctly formatted and any ambiguities are flagged for human review.

Quick Start

Use the liff-intermediate-to-hugo-markdown skill to convert intermediate-extract/2022 JSON files to hugo/content/films/2022 markdown.

Frequently Asked Questions about liff-intermediate-to-hugo-markdown

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

FAQPage Schema
How do I convert LIFF JSON data into Hugo markdown files?

This Skill automates the conversion of LIFF intermediate JSON data into Hugo markdown files by applying deterministic field mapping, ensuring structured content generation and proper metadata standardization for film archives.

What is the best way to handle metadata uncertainties when generating Hugo markdown from JSON?

To handle metadata uncertainties during Hugo markdown generation, this conversion process generates a review queue that flags ambiguous data points for human review, ensuring quality assurance without interrupting the overall conversion workflow.

Can I resume a JSON to Hugo markdown conversion if the process is interrupted?

Yes, you can safely resume a JSON to Hugo markdown conversion. The process includes per-file conversion logging and is designed to facilitate resume-safe reruns, allowing you to pick up where the interrupted conversion left off.

Does converting LIFF intermediate JSON to Hugo markdown require a build verification step?

Yes, converting LIFF intermediate JSON to Hugo markdown requires a final make build pass. This build verification step ensures content integrity by validating the converted markdown files before they are published to the Hugo website.

How does deterministic field mapping work when transforming intermediate extraction JSON?

Deterministic field mapping transforms intermediate extraction JSON by applying precise, rule-based conversions to specific data fields, ensuring that the resulting Hugo markdown files maintain consistent structure and metadata standardization across the entire batch.