This skill should be used when the user wants to visualize data from URLs (CSV or JSON) using interactive charts. Claude fetches the data, analyzes the columns and content, decides the best chart type, generates a Gradio gr.HTML app with Plotly, and verifies the result with Playwright.
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
This skill should be used when the user asks to "create a mindmap", "generate a mindmap", "draw a mindmap", or wants to visualize structured information as a mindmap diagram.
Download a Roboflow COCO dataset and train a Faster RCNN object detection model using Flyte + Ray Train + PyTorch Lightning on CPU, returning model.pt if accuracy meets the requirement.
Download a Roboflow COCO dataset and train a Faster RCNN object detection model with PyTorch Lightning, returning model.pt if accuracy meets the requirement.
Convert a Markdown (.md) source file into a LaTeX (.tex) document. Use when the user wants to convert Markdown to LaTeX, or as a first step before compiling to PDF with the letex_to_pdf skill.
Fetch and display the latest news headlines from BBC News. Use when the user asks for BBC news, current headlines, or today's news.
Compile a LaTeX (.tex) source file into a PDF. Use when the user wants to convert a LaTeX document to PDF format.