editing-hugo-documentation

Official

Senior editorial reviews for Hugo docs.

AuthorRogueRope
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides senior editorial audits for Hugo-based documentation sites, performing structure audits, editorial quality checks, consistency validation, information architecture validation, and frontmatter/link validation to improve clarity, coherence, and trust.

Core Features & Use Cases

  • Content Structure Audit: Visualize and assess site organization and navigation.
  • Editorial Quality Review: Evaluate clarity, tone, readability, and narrative flow.
  • Consistency & IA Validation: Enforce consistent voice, terminology, and proper information hierarchy.
  • Technical Content Validation: Verify frontmatter completeness, internal links, and Hugo conventions.

Quick Start

Run the main Hugo editorial audit using the included scripts:

  • Activate Node if needed
  • node ./.claude/skills/editing-hugo-documentation/scripts/analyze-content-structure.js ./content
  • Then use additional scripts to search content by keyword, validate frontmatter, and check references, e.g.,
  • node ./.claude/skills/editing-hugo-documentation/scripts/find-content-by-keyword.js "consent" ./content

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: editing-hugo-documentation
Download link: https://github.com/RogueRope/docs/archive/main.zip#editing-hugo-documentation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository