pub fn create_with_prefix(prefix: &str) -> String
Create a slug with a custom prefix.
use vtcode_commons::slug; let slug = slug::create_with_prefix("plan"); // Returns something like "plan-gentle-harbor"