config-validator

Validates AIWG configuration files and project setups for correctness and completeness.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/robit-man/transcribe-cli --skill config-validator-robit-man
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config-validator
Source: https://github.com/robit-man/transcribe-cli/tree/main/.claude/skills/config-validator
Command: npx skills add https://github.com/robit-man/transcribe-cli --skill config-validator-robit-man

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents project failures and inconsistencies by rigorously validating AIWG configuration files and project setups, ensuring correctness and completeness before deployment.

Core Features & Use Cases

  • Syntax & Schema Validation: Checks YAML/JSON for errors and adherence to defined schemas.
  • Reference Verification: Confirms that file paths, agent references, and template paths are valid.
  • Conflict Detection: Identifies duplicate or conflicting settings within configurations.
  • Use Case: Before launching a new AIWG project, run this skill to catch any misconfigurations in project settings, team profiles, or framework setups, saving debugging time and preventing deployment issues.

Quick Start

Validate the entire AIWG project configuration by saying "validate config".

Frequently Asked Questions about config-validator

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

FAQPage Schema
How do I validate AIWG configuration files for syntax and schema errors?

To validate AIWG configuration files, run a validation check to scan YAML/JSON syntax and verify adherence to defined schemas. This process detects configuration conflicts and generates a detailed report with issue severity and fix recommendations.

Why does my AIWG project setup fail before deployment?

Your AIWG project setup might fail due to misconfigurations in project settings, team profiles, or framework setups. Running a configuration validation catches duplicate settings, invalid file references, and schema errors before deployment, preventing project failures.

Can I check file paths and agent references in my AIWG configs?

Yes, you can check file paths and agent references in AIWG configs by performing reference verification. This validates that file paths, agent references, and template paths are correct and exist within your project structure.

What's the best way to detect conflicting settings in AIWG framework configs?

The best way to detect conflicting settings in AIWG framework configs is to run a conflict detection scan. This identifies duplicate or conflicting settings within your configurations and provides a detailed report with fix recommendations.

Do I need to validate voice configs and core configs separately in an AIWG project?

You do not need to validate voice configs and core configs separately. A comprehensive validation scans AIWG core configs, framework configs, and voice configs together, checking syntax, schema adherence, and file references in one pass.