What problem does it solve? Publishing Markdown articles, images, and notes into a LanceDB-backed StaticFlow site requires correct metadata, bilingual fields, vectors, and post-write verification; this Skill standardizes that entire publish-and-verify workflow through the sf-cli command line. ## Core Features & Use Cases - Article Publishing: Write single Markdown articles with inferred or explicit metadata (summary, tags, category), bilingual content files, pre-computed vectors, and local image import. - Batch Ingestion: Bulk-import image directories with thumbnails and sync whole notes directories into LanceDB tables. - Verification & Safety Gates: Verify writes through fresh API-equivalent queries, and enforce hard-stop rules that halt publishing on storage-integrity symptoms instead of attempting ad-hoc repair. - Use Case: You have a new bilingual blog post with images. The Skill infers missing metadata, generates summaries in-session, publishes via write-article, then confirms the article, taxonomy rows, and images are readable through sf-cli api. ## Quick Start Publish the Markdown file posts/my-post.md into the LanceDB database at ./data/lancedb, inferring any missing metadata and verifying the result with sf-cli.