What problem does it solve? Manually adding blog post entries to a JSON data file is error-prone: slugs must be unique and accent-free, dates must follow a strict format, and entries must stay in chronological order. This Skill automates that entire workflow with built-in validation. ## Core Features & Use Cases - Slug Generation: Converts titles into URL-safe slugs, removing accents and special characters (e.g., "Criando um Agente" becomes "criando-um-agente"). - Date Normalization: Formats any provided date into the "MMM DD, YYYY" convention, defaulting to today when omitted. - Chronological Insertion with Validation: Reads the existing posts.json, checks for duplicate slugs, verifies description length for SEO, and inserts the new entry in newest-first order. - Use Case: You published an article on LinkedIn and want it listed on your personal website. Provide the title and URL, and the Skill adds a properly formatted, validated entry to src/data/posts.json. ## Quick Start Ask the assistant to create a new blog post entry with your post title and original URL, optionally including the publication date.