meaning-validate

Validate YAML syntax, required fields, and references in the .meaning/ semantic index.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/bozaah/meaning-fs --skill meaning-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meaning-validate
Source: https://github.com/bozaah/meaning-fs/tree/main/.claude/skills/meaning-validate
Command: npx skills add https://github.com/bozaah/meaning-fs --skill meaning-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure the integrity of the Meaning semantic index by validating YAML syntax, required fields, and index references, preventing inconsistencies that derail AI agents.

Core Features & Use Cases

  • Index health checks: detects syntax errors, missing fields, broken relationships, and stale/unindexed entries.
  • CI/CD and local validation: integrates into pipelines or manual runs to verify index integrity before deployment or analysis.
  • Remediation guidance: provides actionable steps to fix issues and re-run validations.

Quick Start

Run the skill at the project root to validate the Meaning index: /meaning-validate Use with verbose output for detailed warnings: /meaning-validate --verbose

Frequently Asked Questions about meaning-validate

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

FAQPage Schema
How do I validate YAML syntax and broken references in a semantic index?

To validate YAML syntax and broken references in a semantic index, run a validation check that loads the index, schema, and config to detect missing fields and report inconsistencies. This ensures index health and consistency.

Can I use index health validation in CI pipelines and pre-commit checks?

Yes, you can use index health validation in CI pipelines and pre-commit checks. It integrates into automated workflows to verify index integrity before deployment or analysis, preventing inconsistencies that derail AI agents.

What is the best way to check Meaning index health after an update?

The best way to check Meaning index health after an update is to run a post-update verification process. This validates the semantic index for YAML syntax errors, missing required fields, and broken references to ensure stability.

How do I get concrete remediation steps for missing required fields in my index?

To get concrete remediation steps for missing required fields, run the validation with verbose output. This reports detailed errors and warnings while guiding remediation with actionable steps to fix issues and re-run validations.