validate

Validate notes against domain-specific templates for required fields, enums, descriptions, and links.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/LopeWale/amplLABS --skill validate-lopewale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/LopeWale/amplLABS/tree/main/.claude/skill-sources/validate
Command: npx skills add https://github.com/LopeWale/amplLABS --skill validate-lopewale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes often lack consistent structure and quality signals, making discovery, governance, and reuse harder. This skill enforces domain-specific templates to surface and fix gaps in metadata, wording, and cross-linking.

Core Features & Use Cases

  • Schema validation: checks that required fields exist, enums are valid, descriptions meet quality standards, and wiki links are healthy.
  • Batch validation: can validate all notes in a {DOMAIN:notes} directory to surface systemic issues.
  • Non-blocking feedback: issues are reported as warnings rather than blocking capture, enabling progressive improvement.
  • Triggers and workflow: activates on commands like "/validate", "/validate [note]", "check schema", and "validate all".

Quick Start

Run a targeted validation by issuing the /validate command on a note to review its schema.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate notes against a YAML frontmatter schema?

To validate notes against a YAML schema, issue the /validate command on a specific note. The skill reads the frontmatter template, executes the checks, and reports PASS, WARN, or FAIL with actionable guidance.

What is batch validation for a notes directory?

Batch validation checks all notes in a directory to surface systemic schema issues at once. Running the validate all command reports required field gaps, invalid enums, and broken link health across the entire directory.

Can I validate note links without blocking my workflow?

Yes, you can validate note links without blocking your workflow. The skill reports schema and link health issues as non-blocking warnings instead of blocking capture, enabling progressive improvement.

Does note schema validation check description quality and enum values?

Yes, note schema validation checks description quality and enum values. It applies domain-specific templates to ensure required fields exist, enums are valid, descriptions meet quality standards, and wiki links are healthy.

What are the limitations of non-blocking validation warnings?

The limitation of non-blocking validation warnings is that issues are reported but do not block capture. This means invalid notes are not rejected outright, requiring manual review of PASS, WARN, and FAIL reports to enforce governance.