What problem does it solve? Manually adding career milestones, certifications, or achievements to a personal website's timeline requires editing JSON by hand, keeping entries in reverse chronological order, and maintaining consistent date formats and slugs. This Skill automates that process with guided validation. ## Core Features & Use Cases - Structured Entry Creation: Generates timeline entries with title, description, date, tags, and slug in the required JSON format. - Flexible Date Handling: Supports ISO dates, month/year, and year-only formats, matching the granularity of each event. - Tag Suggestions: Recommends consistent tags such as Career, Education, Certification, or Speaking based on event content. - Use Case: You just earned a new certification and want it on your site's timeline. Invoke the Skill with the title, date, and description, and it inserts a properly formatted, chronologically ordered entry into the timeline JSON. ## Quick Start Ask the assistant to add a new timeline event with a title, date, and description, for example by running /create-timeline with those three arguments.