A tool for generating images and videos from text descriptions through an external AI service. It can also read a Markdown file and turn its scene descriptions into separate generation tasks.
Universal document to Markdown converter with automatic format routing. Auto-detects DOCX math and routes to word2md; uses markitdown for PPTX/XLSX/HTML/EPUB/etc; supports PyMuPDF for high-fidelity PDF. Fixes markdownify math-escaping bugs.
Edit and fill Word (.docx) documents — inspect structure, replace text, batch fill placeholders, insert images, and fill tables. Use when user mentions "assignment-word", "docxeditor", "填Word", "填docx", "Word填写", "replace docx", "fill docx", or needs to programmatically modify a Word document.
Convert Markdown notes to compact A4 CHEATSHEET format with 3-column layout, 小六 font size (10.5px), and narrow margins (10mm). Images occupy 95% of column width. Use this skill when user mentions cheatsheet, 小抄, 速查表, compact print, or 复习资料.
Synchronize Claude Code user skills into Antigravity. Auto-discovers the Claude environment and syncs from the Claude skills folder into %USERPROFILE%\.gemini\antigravity\skills. Supports full sync and single-skill sync.
Synchronize Claude Code user skills into Codex. Auto-discovers the Claude environment and syncs from the Claude skills folder into %USERPROFILE%\.codex\skills. Supports full sync and single-skill sync. Preserves Codex built-in .system skills and accepts both skill.md and SKILL.md.
Synchronize Codex user skills into Claude Code. Auto-discovers the Claude environment and syncs from %USERPROFILE%\.codex\skills into the Claude skills folder. Supports full sync and single-skill sync. Excludes Codex built-in .system and accepts both skill.md and SKILL.md.
A Chinese-language workflow for creating or reviewing a 12-page pitch deck for a financing or business competition. A pitch deck is a short presentation explaining a project, its market, solution, evidence, business model, and plans.
Convert HTML to clean Markdown, optimized for slide-style presentation decks and huge files with inlined base64 images/videos. Strips data URIs BEFORE parsing (so a 10 MB deck converts in seconds, not minutes), detects .slide blocks and emits one ## Slide NN — Title section per slide, and turns common deck…
Convert HTML, especially slide-style HTML presentations, into paginated PDF using Chrome or Edge headless printing. Use when the user mentions html2pdf, wants to export HTML to PDF, or needs each slide/page in a presentation HTML to become a separate PDF page instead of one long page.
Convert HTML, especially HTML generated from Word or word2html, into LaTeX and optionally PDF via XeLaTeX. Use when the user mentions html2tex, wants to convert HTML to LaTeX or PDF, or needs support for merged tables, embedded images, inline formatting, or MathJax formulas.
Convert various document formats to Markdown using Microsoft's markitdown library. Supports PDF, DOCX, PPTX, XLSX, HTML, EPUB, images, IPYNB, ZIP and more. Use when user mentions markitdown, convert to markdown, PPTX to md, XLSX to md, EPUB to md, or needs to read formats not covered by /pdf-reader or /word2md.
Fill an existing Word .docx template using data and images from a Markdown file. Use when the user mentions md2docx, wants to write Markdown content back into a Word document, populate Word tables, preserve merged cells, or insert images into a .docx template.
Markdown to LaTeX + PDF converter. Converts .md to .tex (XeLaTeX + ctex) and compiles to .pdf. Supports Chinese, tables, images, math formulas, code blocks.
Merge multiple videos into a single grid video. Supports custom NxM layouts, labels, loop-to-longest duration, and streaming mode for large grids. Use when user mentions "merge videos", "合并视频", "拼视频", "视频对比", "video grid", "视频拼接", "compare videos", or "side by side video".
Transform Markdown notes with renamed images, auto-add heading markers, and optionally add dual-column layout for compact PDF output. Use this skill whenever the user mentions notes, markdown formatting, image renaming, adding headings, or organizing note files. Always use this skill when working with Markdown notes…
A tool that finds research papers from keywords, arXiv links, PDF links, or local PDFs, then turns the paper into a readable single-page HTML summary. arXiv is a website where researchers share scientific papers.
A workflow that turns a research paper into a readable one-page summary, a small working reproduction, and an estimate of the effort needed for a fuller reproduction. Reproduction means rebuilding an experiment described in a paper to see whether it runs and gives similar results.
Use PyMuPDF (fitz) to read and extract text from PDF files, instead of the native Read tool. Use this skill when user mentions "read PDF", "读取PDF", "PDF内容", "提取PDF", "PDF text", "open PDF", "打开PDF", or when you need to read any .pdf file. Always prefer this over the native Read tool for PDF files.