Convert text to URL-friendly slug via slugify tool.
slugify-helper follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: slugify-helper description: Convert text to URL-friendly slug via slugify tool. allowed-tools: - slugify --- ## When to use - User wants a slug for URL / filename / identifier. ## Procedure 1) Call `slugify` with the input text. 2) Return the slug.