Create a Python script and a new Gemini skill to migrate Obsidian snippets to Jekyll posts.
scripts/migrate_snippets.py that takes a date as an argument.lit/snippets/ folder.SnippetMigrator class to handle the logic.fetch_snippets(date) using obsidian files.parse_snippet(content) to extract front matter and body.transform_to_jekyll(snippet) to generate the target front matter and filename.write_post(jekyll_post) to save to _posts/.tests/test_migrate_snippets.py.obsidian CLI responses.skill-creator to define the snippet-posts skill._posts/ match the expected format.đź”— prefix?