validate

Validate knowledge schemas against domain-specific templates for required fields and link health.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill validate-wtyler2505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.agents/skills/validate
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill validate-wtyler2505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schema validation for knowledge bases ensures consistency across domain-specific templates.

Core Features & Use Cases

  • Enforces required fields, enum values, description quality, and link health across notes and templates.
  • Validates frontmatter structure and cross-reference integrity using template schemas.
  • Use Case: When ingesting new notes, automatically detect and report schema deviations.

Quick Start

Run a schema check against your domain templates and report any missing fields.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate YAML frontmatter in my knowledge base notes?

To validate YAML frontmatter, run a schema check against your domain templates to detect missing fields, duplicate keys, and structural deviations. This process enforces required fields, enum values, and description quality across your notes.

What is schema validation for domain-specific templates?

Schema validation for domain-specific templates is the process of enforcing required fields, enum values, and link health across notes and knowledge bases. It ensures consistency by checking frontmatter structure and cross-reference integrity using template schemas.

How do I check for missing fields and duplicate keys when ingesting new notes?

Check for missing fields and duplicate keys by running an automated schema validation against your domain templates. This detects and reports schema deviations, enforcing YAML frontmatter validity and required fields during the ingestion process.

Can I verify link health and cross-reference integrity in my knowledge base?

Yes, you can verify link health and cross-reference integrity by validating your notes against the template _schema when present. This checks frontmatter structure and ensures all links and cross-references within your knowledge base are valid.

What's the best way to enforce description quality and enum values across templates?

The best way to enforce description quality and enum values is to validate knowledge schemas against domain-specific templates. This automatically reports schema deviations and enforces strict frontmatter rules for all ingested notes.