·hugo-template-dev
""

hugo-template-dev

Hugo template development skill for InfluxData docs-v2. Enforces proper build and runtime testing to catch template errors that build-only validation misses.

28Installs·3Trend·@influxdata

Installation

$npx skills add https://github.com/influxdata/docs-v2 --skill hugo-template-dev

How to Install hugo-template-dev

Quickly install hugo-template-dev AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/influxdata/docs-v2 --skill hugo-template-dev
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: influxdata/docs-v2.

SKILL.md

View raw

This skill enforces proper Hugo template development practices, including mandatory runtime testing to catch errors that static builds miss.

Hugo's npx hugo --quiet only validates template syntax, not runtime execution.

Template errors like accessing undefined fields, nil values, or incorrect type assertions only appear when Hugo actually renders pages. You MUST test templates by running the server.

Hugo template development skill for InfluxData docs-v2. Enforces proper build and runtime testing to catch template errors that build-only validation misses. Source: influxdata/docs-v2.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/influxdata/docs-v2 --skill hugo-template-dev
Category
""Writing
Verified
First Seen
2026-02-21
Updated
2026-03-11

Browse more skills from influxdata/docs-v2

Quick answers

What is hugo-template-dev?

Hugo template development skill for InfluxData docs-v2. Enforces proper build and runtime testing to catch template errors that build-only validation misses. Source: influxdata/docs-v2.

How do I install hugo-template-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/influxdata/docs-v2 --skill hugo-template-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/influxdata/docs-v2

Details

Category
""Writing
Source
skills.sh
First Seen
2026-02-21