A workflow for finding, checking, organizing, analyzing, and reviewing Chinese- and English-language research papers. It uses browser automation to search databases including CNKI, Web of Science, and ScienceDirect, then produces Markdown files with paper details, citations, and a final review.
Validate, clean, and audit academic references with OneCite from a local repository checkout. Use when a workflow needs deterministic citation verification, BibTeX cleanup, benchmark gating, or template discovery.
A reference-list audit for academic papers that checks citations, formatting, identifiers such as DOIs and URLs, journal names, metadata, completeness, duplicates, self-citations, and ordering. DOI means a persistent identifier for a research publication.
Use for evidence-first public web research and claim verification with touch-browser. Trigger when the task needs browser-backed discovery, page-grounded citations, claim extraction, or safe unresolved outcomes instead of guessed answers. Do not use for private account automation, uncontrolled browsing, or final truth…
Write academic CVs, cover letters, research statements, teaching philosophies, diversity statements, and prepare for academic job applications. Use this skill whenever you need to create or improve an academic CV, write a research statement, develop a teaching philosophy, prepare application materials for faculty…
Build, analyse, strengthen, and evaluate academic arguments using formal argumentation frameworks. Use this skill whenever the user needs to construct a logical argument, write a critical analysis, respond to counterarguments, evaluate the strength of evidence, identify logical fallacies, or apply argumentation models…
Design and write conference posters, oral presentations, slide decks, and conference abstracts. Use this skill whenever you need to create a research poster, prepare slides for an academic talk, design a conference presentation, write a conference abstract, or prepare for Q&A. Trigger for: "design my conference…
Use when the user asks to verify citations, audit source links, check blog/report/lecture references, or reduce a long bibliography to sources that need human review using the paper-verify CLI or MCP tools.
Use when the user asks to fact-check, verify, or score the citations/sources/references in a document from a chat (no terminal) — extracts citations with bundled code, fetches and judges each source with web tools, then scores through paper-verify's standard 100-point rubric via --from-evidence.
Local mirror of the CrossRef database with FTS5 full-text search across 167M+ scholarly works — offline, millisecond queries, no rate limits. Also exposes citation networks, per-topic caches, and an HTTP/MCP relay.
MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.