pub fn validate_name(name: &str) -> Result<(), ScaffoldError>Expand description
Validate the lowercase-hyphen rule per the agent-skills spec name field.
pub fn validate_name(name: &str) -> Result<(), ScaffoldError>Validate the lowercase-hyphen rule per the agent-skills spec name field.