maximus-prime-doc-validation

Chain existing validators to return a PASS/FIX verdict for Maximus Prime documentation.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill maximus-prime-doc-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maximus-prime-doc-validation
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.claude/skills/maximus-prime-doc-validation
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill maximus-prime-doc-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates Maximus Prime/management-git documentation against house standards, providing a single PASS/FIX verdict after chaining existing validators.

Core Features & Use Cases

  • Chaining Validators: Combines frontmatter, plan completeness, handoff, prime doc lattice, and documentation-standard validators into one process.
  • Single Verdict: Returns PASS or FIX, simplifying the validation process.
  • Quick Start: Run with npx tsx <this-skill>/scripts/validate-all.mts --target=<doc.md> [--repo=<maximus-ai root>] [--frontmatter-only]

Quick Start

Run npx tsx <this-skill>/scripts/validate-all.mts --target=<doc.md> to validate your documentation.

Frequently Asked Questions about maximus-prime-doc-validation

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

FAQPage Schema
How do I validate Maximus Prime documentation against house standards?

You validate Maximus Prime documentation by running the validate-all script, which chains frontmatter, plan completeness, handoff, and prime doc lattice validators to return a single PASS or FIX verdict.

What is the best way to run multiple documentation validators in one process?

Chaining multiple documentation validators in one process is handled by a pipeline script that aggregates frontmatter and document standard checks, returning a single PASS or FIX verdict.

Do I need existing validation scripts to check documentation compliance?

Yes, you need existing validation scripts present and functional within the Maximus Prime repository, as this process chains those underlying validators to enforce documentation standards.

Can I check only the frontmatter of a markdown document?

Yes, you can check only the frontmatter of a markdown document by passing the frontmatter-only flag when executing the validation script against your target file.

Why does my documentation validation return a FIX verdict?

Your documentation validation returns a FIX verdict when the chained validators detect non-compliance with house standards across frontmatter, plan completeness, handoff, or prime doc lattice requirements.