If you're writing Milvus examples as Jupyter notebooks, this handles the ugliness of editing raw ipynb JSON by letting you work in clean Markdown instead. You edit the md file, then convert it to a notebook with jupyter-switch. The format is simple: python code blocks become code cells, everything else becomes markdown. It includes opinionated workflow steps for testing notebooks across different Python environments (conda, venv, system) and explicitly tells you to comment out pip install cells before running, since dependencies should already be in your Jupyter kernel. Comes with two reference docs covering Milvus bootcamp format conventions and pymilvus code style patterns.
npx skills add https://github.com/zc277584121/marketing-skills --skill jupyter-notebook-writing