validate

Validates the AI Instructions & Prompts configuration and rule library integrity.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/mordilion/ai-instructions-and-prompts --skill validate-mordilion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/mordilion/ai-instructions-and-prompts/tree/main/plugin/skills/validate
Command: npx skills add https://github.com/mordilion/ai-instructions-and-prompts --skill validate-mordilion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure the integrity of the AI Instructions & Prompts configuration and rule library, checking for missing files, broken references, or configuration issues.

Core Features & Use Cases

  • Configuration Integrity: Validate the AI Instructions & Prompts configuration and rule library to identify any missing files or configuration issues.
  • Rule File Existence: Verify the existence of all required rule files, ensuring that the rule library is complete and functional.
  • Markdown Structure: Check that all markdown files follow the required structure for consistency.
  • Framework Dependencies: Ensure that all framework dependencies are correctly referenced.
  • No Forbidden File References: Prevent any unauthorized or internal paths from being referenced, enhancing security.
  • Custom Extensions: Validate custom configurations, rule files, and subagent templates for integrity and correctness.
  • Use Case: Use this Skill before deploying new configurations or after modifying the rule library to ensure everything is set up correctly.

Quick Start

Run the validate skill to check the AI Instructions & Prompts configuration and rule library.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate AI Instructions & Prompts configuration and rule library integrity?

To validate AI Instructions & Prompts configuration, run a single command to check the rule library integrity. It identifies missing files, broken references, and configuration issues to ensure your setup is complete and functional.

Why does my AI plugin configuration validation fail after modifying rule files?

AI plugin configuration validation fails when markdown files lack the required structure or have broken references. Running a validation check detects missing files and structural inconsistencies so you can resolve them before deployment.

Do I need the AI Instructions & Prompts plugin to check rule library integrity?

Yes, you need the AI Instructions & Prompts plugin to execute rule library integrity checks. The validation process relies on the plugin to verify rule file existence, markdown structure, and framework dependencies.

What is the best way to check for missing files and broken references in a rule library?

The best way to check for missing files and broken references is to run a configuration validation command. It verifies rule file existence, checks markdown structure, and ensures framework dependencies are correctly referenced.

Can I use configuration validation to prevent forbidden file references in custom extensions?

Yes, configuration validation prevents forbidden file references in custom extensions. It checks subagent templates and custom configurations to ensure no unauthorized or internal paths are referenced, enhancing security.

When should I check AI Instructions & Prompts configuration integrity?

You should check AI Instructions & Prompts configuration integrity before deploying new configurations or after modifying the rule library. This ensures all rule files exist, markdown structures are correct, and framework dependencies are properly referenced.