Use when the user shares an image that Claude can't natively see, or when the user asks to analyze/describe/understand an image. Route every image through this skill — send the image path to eyes.py, which calls a vision model (default qwen3.7-plus) via 百炼 DashScope and returns a Chinese text description. Then answer…
High-accuracy PDF content extraction using MinerU (Shanghai AI Lab). Use this whenever the user needs to extract text, formulas, tables, or images from a complex PDF — especially academic papers, multi-column layouts, scanned documents, or any PDF where pypdf produces garbled /Cxx formula output. Trigger on: "MinerU"…
Instructions for extracting text, formulas, tables, and images from difficult PDF files with MinerU, a document-reading tool. It is intended for papers, multi-column layouts, and scanned documents where basic PDF readers may produce poor results.
Trigger when users say "explain with a story," "tell me a fable," "give me an analogy," "ELI5," or "help me understand intuitively" about a concept. Uses fables to illuminate abstract concepts — the story never mentions the term, only revealing it at the end.
A Chinese-language teaching tool that explains abstract ideas through short fables and reveals the formal concept at the end. It is designed for requests such as “explain it with a story” or “give me an analogy.”
Use when the user wants to share a project to GitHub. Runs a full pipeline: root audit, file naming and structure, document fixes (headings, code-block language tags, table alignment, explicit command interpreters), generate missing files (LICENSE, .gitignore, CONTRIBUTING.md, Issue/PR templates), README rewrite…
A workflow for preparing a project for publication on GitHub, a website for hosting and sharing code. It reviews the project, fixes documentation and structure, creates common project files, and can create and push a repository.