This repo aggregates skills as git submodules.
| Skill-ID | 说明 |
|---|---|
| autoskill-converter | Transform an ordinary skill that conforms to the Open Agent Skills specification into an AutoSkill package with input/output/execution contracts. Use this skill when you need to convert an ordinary Skill into an executable business package for Skill-Runner or Zotero-Agents, or to normalize the input/output of other skills. |
| git-helper | Interactive Git and GitHub CLI teaching assistant. Use when the user wants help planning, explaining, or executing git/gh CLI work such as branch changes, commits, merges, rebases, pushes, pulls, stash/reset operations, pull requests, issues, releases, or GitHub Actions inspection. Prefer this skill when the user should learn why each command is used, how its flags work, what repository effect it has, and how to remember it. |
| greeting-generator | Holiday Greeting Generator – Batch-generates personalized, appropriate, and elegantly written greetings based on user-provided holiday information, personal profiles, and recipient lists. Use this skill when users need to generate holiday greeting messages in bulk. |
| literature-analysis | Generate a source-grounded paper score, digest, structured references, citation analysis, matching metadata, and citation report from a source literature file. Use when you need full literature analysis and assessment with digest, references, citation semantics. |
| literature-digest | Generate a paper digest (Markdown) from a source literature(.md/.pdf/latex). Use when you only need to extract the core content of the literature. |
| literature-explainer | An academic paper analysis and question-answering assistant that supports paper comprehension, Q&A, and study note generation through stateful workflows, evidence constraints, scripted memory, and verification. Use when users want to ask questions about the content of a paper and obtain reliable answers. |
| literature-match | Match Markdown reference entries/参考文献 to Zotero Better BibTeX items (citekey as SSOT) and output match_result.json with candidates, itemKey, zotero_tags, and pdf_attachments. Use when you need to mapping citations to citeKeys in your local Zotero library. |
| literature-translator | Translate academic literature (Markdown/PDF/LaTeX) between languages with glossary management, deterministic block-level splitting + agent review, sentence-level splitting, subagent-assisted batch translation, and script-enforced quality gates. Use when the user provides a source_path and target_language for literature translation, including papers, articles, theses, books, technical reports, and academic documents. Covers near-synonyms include translate paper, convert article to Chinese, academic translation, 翻译论文, 翻译文献. |
| mineru | Convert PDFs, scanned documents, images, Word (DOC/DOCX), PowerPoint (PPT/PPTX), Excel (XLS/XLSX), and web pages into clean Markdown, HTML, LaTeX, or DOCX. Use this skill when dealing with complex layouts, tables/formulas, and requiring high-fidelity, academic-grade document conversion. |
| paper-condenser | Interactive Academic Paper Condensation and Rewriting Skill. Use this skill when you need to distill a draft of a journal paper from a voluminous book, report, or dissertation. |
| paper-drafter | Guide an agent through rigorous, interactive academic paper drafting from research intent to chapter-level manuscript sections. Use when the user wants to plan, outline, draft, or progressively refine a scholarly paper through staged research design, evidence checks, style profiling, and section-by-section drafting rather than one-shot text generation. |
| paper-humanizer | Reduce AI-like patterns in prose while preserving meaning, facts, information density, voice, and structure. Use when drafting, reviewing, diagnosing, or humanizing plain text, Markdown, Quarto, or LaTeX through reference, review, or full mode. |
| paper-reviewer | Review academic papers in stages and generate structured review comments. Use when the user requests a review, peer review, checking of a manuscript/paper/draft, or output of reviewer comments/review report. |
| revision-master | Interactive Academic Paper Revision Assistant – Extracts and systematically organizes reviewer comments on a paper, devises a revision plan, interactively guides the user in creating a strategy card for each comment, and ultimately generates revision instructions for the original manuscript along with an execution flowchart. These are then handed over to an Agent for step-by-step, Human-in-the-Loop execution, resulting in a revised manuscript and a corresponding response letter. Use this skill when the user has received reviewer comments and needs to revise the paper. |
| skill-smith | Create, update, review, and architect high-quality agent skills by choosing the right skill thickness for the task. Use when designing or improving skills, meta-skills, SKILL.md files, or when distilling user experience, debugging sessions, prior workflows, and failure records into reusable agent skills. |
| tag-regulator | Literature Tag Normalization Skill. Normalizes input tags input_tags into entries from a controlled vocabulary valid_tags, and can infer tags based on bibliographic metadata or literature digests, yielding tag suggestions suggest_tags that conform to the controlled vocabulary protocol. It can also operate in pure inference mode without providing valid_tags. Suitable for use with Zotero, but can also be applied to tag inference for any literature (as long as the original text can be converted to Markdown and directly supplied as digest_markdown). |