validate-toolkits

Validate AI toolkit integrity by checking URLs, cross-references, and documentation sync.

53|5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill validate-toolkits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-toolkits
Source: https://github.com/dlt-hub/dlthub-ai-workbench/tree/main/.claude/skills/validate-toolkits
Command: npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill validate-toolkits

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that your AI toolkits are robust, well-documented, and internally consistent, preventing errors and improving the overall quality of AI-assisted development.

Core Features & Use Cases

  • Component Validation: Checks for broken links, resolves cross-references between skills, commands, and rules within a toolkit.
  • Documentation Sync: Verifies that README.md, CLAUDE.md, and EVALS.md accurately reflect the current state of toolkit components.
  • Use Case: Before releasing a new toolkit or updating an existing one, run this skill to catch any broken links, incorrect references, or outdated documentation, ensuring a smooth experience for the AI assistant.

Quick Start

Use the validate-toolkits skill to check the quality of all toolkits in the workbench directory.

Frequently Asked Questions about validate-toolkits

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

FAQPage Schema
How do I validate internal cross-references in an AI toolkit?

Toolkit validation resolves internal cross-references between skills, commands, and rules to ensure structural integrity. It checks that all internal links point to valid targets, preventing unresolved references that degrade AI assistant reliability.

Why does my markdown documentation have broken links after updating components?

Broken external URLs in markdown documentation occur when toolkit components are updated without syncing files. Validation checks external URLs and synchronizes README.md and CLAUDE.md with the actual toolkit state to fix outdated documentation.

What is the best way to check if README.md and CLAUDE.md are synchronized with my toolkit?

Documentation synchronization verifies that README.md, CLAUDE.md, and EVALS.md accurately reflect the current state of toolkit components. Running a validation check catches outdated documentation, ensuring markdown files match the actual project state.

Can I check for broken external URLs and unresolved references in one pass?

Yes, toolkit validation checks external URLs and resolves internal cross-references between skills, commands, and rules in a single pass. This ensures both link integrity and documentation consistency for improved AI assistant reliability.

When do I need to run quality assurance validation on my AI toolkit?

Quality assurance validation is needed before releasing a new toolkit or updating an existing one. It catches broken links, incorrect references, and outdated documentation, ensuring a smooth and reliable experience for the AI assistant.