technology-validate

Validate per-tech standards against official specifications for compliance.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill technology-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technology-validate
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/technology-validate
Command: npx skills add https://github.com/oogDZ/2 --skill technology-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate per-tech standards against official specifications to ensure frontmatter, sections, and registry compliance.

Core Features & Use Cases

  • Frontmatter conformance: checks required fields like name and description, and ensures proper YAML structure.
  • Section presence and registry: verifies required sections exist and are registered in the SSOT.
  • Code-review readiness: provides actionable feedback during code reviews or pre-commit checks to catch deviations early.

Quick Start

Run the validator against a per-tech standard file to verify it conforms to the official schema.

Frequently Asked Questions about technology-validate

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

FAQPage Schema
How do I validate per-tech standards against official specifications?

To validate per-tech standards, run the validator against your standard file to verify frontmatter conformance, required sections, and registry compliance with the official schema and single source of truth.

What is frontmatter conformance for per-tech standards?

Frontmatter conformance checks that required fields like name and description exist in your per-tech standards and ensures the overall YAML structure matches the official specifications before code review.

Can I check registry compliance during code reviews or pre-commit hooks?

Yes, you can check registry compliance during code reviews or pre-commit hooks to catch deviations early, ensuring required sections are registered in the single source of truth.

What's the best way to catch per-tech standard deviations before commits?

The best way to catch per-tech standard deviations before commits is applying validation to verify frontmatter, sections, and registry compliance, which reports actionable feedback for early issue resolution.

Why does my per-tech standard fail registry compliance checks?

Your per-tech standard fails registry compliance checks when required sections are missing or not properly registered in the SSOT, causing deviations from the official single source of truth guidelines.

Does the validator require dependencies to verify YAML structure in per-tech standards?

No dependencies are required to verify YAML structure in per-tech standards; the validator directly checks frontmatter fields and section presence to enforce compliance with official specifications.