kf-validate

Validate Kiloforge project artifacts for integrity and configuration issues.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kf-validate
Source: https://github.com/Kiloforge/kiloforge-skills/tree/main/kf-validate
Command: npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kiloforge project artifacts can drift between registry, YAML files, and filesystem. This skill validates structure, presence of required files, YAML validity, and track consistency to catch issues early.

Core Features & Use Cases

  • Validates directory layout, required files, and track registry integrity.
  • Checks YAML validity, dependency/conflict graphs, and pattern consistency.
  • Use case: Validate after setup or before implementing tracks to ensure project context is sound.

Quick Start

Run the preflight check and then run /kf-validate to verify the Kiloforge project artifacts.

Frequently Asked Questions about kf-validate

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

FAQPage Schema
How do I validate YAML dependencies and track registry integrity in a development workflow?

To validate YAML dependencies and track registry integrity, run a preflight check across your project layout, required files, and dependency graphs to catch misconfigurations. This identifies structural drift between the filesystem and YAML files early.

What is the best way to check project artifacts for directory structure and pattern consistency?

Checking project artifacts for directory structure and pattern consistency involves scanning the project layout for required files and validating track registry entries. This process catches integrity issues and provides actionable guidance for fixing misconfigurations.

How do I run a preflight check on Kiloforge project artifacts before implementing tracks?

Run a preflight check on Kiloforge project artifacts by executing the validation command after initial setup. This verifies directory structure, YAML validity, and conflict graphs to ensure your project context is sound before track implementation.

Why does my workflow validation fail due to YAML misconfigurations and missing required context files?

Workflow validation fails because project artifacts drift between the registry, YAML files, and filesystem. Validating presence of required files, YAML validity, and dependency graphs identifies these integrity issues and provides actionable guidance to resolve them.

Can I use preflight validation to detect dependency and conflict graph issues in my project tracks?

Yes, preflight validation detects dependency and conflict graph issues by checking track registry consistency and YAML dependencies. It reports misconfigurations in your development workflow with actionable guidance to fix the integrity issues.