validation-engine

Validate plugin structure and apply safe auto-fixes for common issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jrc1883/popkit-ai --skill validation-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-engine
Source: https://github.com/jrc1883/popkit-ai/tree/main/packages/popkit-core/skills/pop-validation-engine
Command: npx skills add https://github.com/jrc1883/popkit-ai --skill validation-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validation of plugin structure and safety checks to identify issues and propose safe auto-fixes.

Core Features & Use Cases

  • Comprehensive plugin integrity validation across agents, skills, hooks, routing, and config.
  • Safe auto-fix suggestions that can be applied in CI/CD or pre-release checks.
  • Use case: before releasing a plugin, run validation to surface structural issues and automatically register orphaned components.

Quick Start

Run the validator on your plugin and apply auto-fixes as needed.

Frequently Asked Questions about validation-engine

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

FAQPage Schema
How do I validate plugin structure before a release?

You can validate plugin structure by running checks across agents, skills, hooks, and routing config to surface frontmatter and configuration inconsistencies before release.

Can I automatically register orphaned components in my CI pipeline?

Yes, the validator proposes safe auto-fixes for common issues like orphaned components, which you can apply directly during pre-release checks or CI/CD automation.

What is plugin integrity validation and how does it work?

Plugin integrity validation is the process of enforcing structural consistency across plugin files and configuration, emitting structured results suitable for JSON dashboards and automated pipelines.

Does the validation engine work with routing config and hooks?

Yes, the validation engine comprehensively checks routing config and hooks alongside agents and skills to ensure safe auto-fixes and overall plugin integrity.

What is the best way to fix frontmatter and configuration consistency issues?

The best way to fix configuration consistency issues is to use an automated validator that detects structural problems and proposes safe auto-fixes for your plugin.