gomplate-manager

Validate gomplate templates and configuration against Rule 095 best practices.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brianclaridge/_claude --skill gomplate-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gomplate-manager
Source: https://github.com/brianclaridge/_claude/tree/main/skills/gomplate-manager
Command: npx skills add https://github.com/brianclaridge/_claude --skill gomplate-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates gomplate templates and configuration against established best practices to reduce errors and improve maintainability.

Core Features & Use Cases

  • Locate gomplate.yaml in the project
  • Run Python-based validators to check syntax and structure
  • Generate a comprehensive report with errors, warnings, and info
  • Offer automatic fixes or guided remediation

Quick Start

Run the Gomplate validator against the project configuration: uv run --directory ${CLAUDE_SKILLS_PATH}/gomplate-manager python -m scripts .claude/config/gomplate.yaml

Frequently Asked Questions about gomplate-manager

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

FAQPage Schema
How do I validate gomplate templates against best practices?▼

Validating gomplate templates checks syntax, structure, and configuration against established best practices. The validator locates your gomplate.yaml file, runs Python-based checks, and generates a report with errors, warnings, and info-level findings to catch issues before deployment.

What file formats and configurations does gomplate validation cover?▼

Gomplate validation audits gomplate.yaml configuration files and associated template files for compliance with Rule 095 best practices. It works across project repositories during development, CI pipelines, and pre-deployment stages to ensure template integrity and configuration conformity.

Can gomplate validation automatically fix template issues?▼

Yes, the validator offers automatic fixes alongside guided remediation. Beyond reporting errors and warnings, it can apply corrections directly or provide step-by-step guidance for manual resolution, supporting both dry-run inspection and immediate fix modes.

When should I run gomplate template validation in my workflow?▼

Run validation during development for immediate feedback, in CI pipelines for automated quality gates, and before deployment for final audits. This multi-stage approach catches template errors early and prevents configuration drift in production environments.

What output formats does the gomplate validator provide?▼

The validator generates comprehensive reports in both text and JSON output formats. JSON output enables programmatic processing and integration with downstream tools, while text reports provide human-readable error, warning, and info summaries.