The Claude Infrastructure Integrity skill serves as a dedicated linter and validator for your Claude Code environment, ensuring that agents, skills, and commands are correctly cross-referenced and structured. It automatically detects naming mismatches between files and frontmatter, validates tool permissions against settings, identifies broken documentation links, and enforces a flat directory structure for optimal agent loading. By providing a standardized validation command, it prevents runtime errors caused by orphaned capabilities or misconfigured skills, making it an essential tool for teams managing complex, multi-agent AI workflows.
Características Principales
01Validates cross-references between agents and their required skills
02Enforces naming consistency between filenames and metadata frontmatter
03Checks for broken relative links within internal project documentation
04Verifies tool permissions and settings schema compliance for security
05Provides a CI-ready validation script with ASCII output support
060 GitHub stars