pub fn validate_path(path: &Path) -> Result<Vec<Finding>>
Validate either a single skill directory or a folder containing skill directories. A directory is treated as a skill if it directly contains a SKILL.md; otherwise its immediate subdirectories are validated.
SKILL.md
Propagates Error::Io from reading the directory tree.
Error::Io