agent-validate

Validate AGENT.md frontmatter, prompts, sections, and links against SSOT standards.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill agent-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/agent-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill agent-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Проверяет AGENT.md на соответствие стандарту: frontmatter, промпт, секции и ссылки, чтобы обеспечить единообразие и качество агентов на протяжении их жизненного цикла.

Core Features & Use Cases

  • Проверка: frontmatter, секции и ссылки, промпт соответствуют SSOT/инструкциям.
  • Поддержка ревью кода агентов и подготовка к коммитам.
  • Use Case: команда разработки использует инструмент перед мержем, чтобы гарантировать соответствие агентских файлов стандартам.

Quick Start

Validate AGENT.md against the standard before committing changes.

Frequently Asked Questions about agent-validate

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

FAQPage Schema
How do I validate AGENT.md files for required frontmatter and formatting before a commit?

To validate AGENT.md before a commit, run a pre-commit check that enforces required frontmatter fields, consistent formatting, and SSOT guideline references to catch structural issues early.

What does AGENT.md validation check for during code reviews?

AGENT.md validation checks that frontmatter, prompts, sections, and links comply with the standard, ensuring agent quality and consistency throughout the lifecycle during code reviews.

When do I need to use a linter to check my agent configuration files?

You need to lint agent configuration files during agent creation, when making changes, or before merging commits to guarantee agent files meet structural and frontmatter standards.

Does this AGENT.md linter work without external dependencies?

Yes, this AGENT.md linter operates without external dependencies, applying validation rules directly to enforce required frontmatter fields, consistent formatting, and SSOT guideline references.

What is the best way to enforce consistent agent file quality in a development team?

The best way to enforce agent file quality is integrating AGENT.md validation into pre-commit checks and code reviews to ensure all frontmatter, prompts, and links comply with SSOT standards.

Why does my AGENT.md validation fail during pre-commit checks?

AGENT.md validation fails during pre-commit checks when required frontmatter fields are missing, formatting is inconsistent, or links and prompts do not comply with the SSOT standard.