Loading...
Loading...
Found 149 Skills
Audit academic manuscripts for typographic design conventions: booktabs table style, caption placement, dashes/quotes, units and numbers, cross-reference style, page layout, typographic hierarchy, professional polish. Triggers on: "check typography", "fix formatting", "polish my paper", "check my LaTeX", "typographic review", "make it look professional", "check tables", "fix captions". Companion to manuscript-review (content) and arxiv-preflight (compliance).
Use this when the user explicitly requests to "write/polish NSFC grant abstract", "generate Chinese and English abstracts", or "translate Chinese abstract to English abstract". Output both Chinese and English versions: The English version must be a faithful translation of the Chinese version (no additional information, no omission of key constraints). The default limit for Chinese abstract is ≤400 characters (including punctuation), and ≤4000 characters for English abstract (including punctuation); the final limit shall prevail as specified in `skills/nsfc-abstract/config.yaml:limits`. Also output **title suggestions**: By default, provide 1 recommended title + 5 candidate titles with justifications (the quantity shall follow `config.yaml:title.title_candidates_default`). Output method: Write the results to `NSFC-ABSTRACTS.md` in the **working directory** (the file name shall follow `config.yaml:output.filename`), which includes in order `# Title Suggestions`, Chinese abstract, English abstract, and length self-check. ⚠️ Not applicable in the following cases: - The user only wants to translate a general text unrelated to grant proposals (direct translation is required instead) - The user only wants to write the main body of project justification/research content/research foundation (use the corresponding NSFC series skill instead)
Write/restructure the "(3) Research Basis" section of the NSFC main text, and simultaneously organize "Working Conditions" and "Research Risk Responses". Use an evidence chain to prove the project is feasible, resource conditions align with research content, and risk contingency plans are executable. Suitable for scenarios where users need to write/revise sections such as "Research Basis, Preliminary Work, Feasibility Analysis, Working Conditions, Platform Team, Risk Responses".
Extract structured review themes from any input source: supports files (PDF/Word/Markdown/Tex), folders, images, natural language descriptions, web URLs, etc.; automatically identifies input types and extracts content; generates structured output of "Theme + Keywords + Core Questions" which can be directly used for systematic-literature-review and other literature review skills.
NSFC Grant Citation and Bib Management: Add/verify paper information (title/author/year/journal/DOI) and write to `references/ccs.bib` or `references/mypaper.bib`, ensuring no hallucinated citations; applicable when users request "add citations/supplement references/verify paper information/write bibtex/update .bib".
Check the consistency and authenticity risks of citations and references in NSFC proposal text (read-only): Verify the existence of bibkey, format issues such as BibTeX fields and DOI, and generate structured input for the host AI to evaluate item-by-item whether the text expression actually cites the literature; by default, only an audit report is output, and the proposal or .bib file is not directly modified (unless the user explicitly requests it).
Interpret the meaning of paper figures and output a highly readable Markdown report that 'teaches humans how to read figures'; supports input of absolute paths to one or more figure files and manual interpretations, automatically attempts to retrieve the source code used to generate the figures from the vicinity of the figures, and uses a parallel-vibe-like approach to interpret each figure with process-level isolation via `codex exec`/`claude -p` (default concurrency limit is 3, adjustable in config.yaml). ⚠️ Not applicable: Users only want to adjust figure size/crop/change format; or request direct modification of images/source code (this skill has read-only access to images and source code throughout, modification is strictly prohibited).
This tool is used when users explicitly request "generate NSFC technical roadmap/roadmap drawing/roadmap/flowchart" or need to convert research content in grant proposals into a "printable, A4-readable" technical roadmap. It outputs editable source files (`.drawio`) and rendered results that can be embedded in documents (`.svg`/`.png`/`.pdf`). ⚠️ Not applicable: Users only want to modify the format/size of an existing image (should use image processing tools) or only want to polish the textual description of the technical roadmap (should directly rewrite the text).
Based on the page length budget standards for NSFC (National Natural Science Foundation of China) proposals; check the page length of the target proposal and summarize gaps; provide targeted optimization suggestions; expand or compress content to meet standards while preserving the original meaning as much as possible.
Use this when users explicitly request to "generate NSFC schematic diagram/mechanism diagram" or need to convert the research mechanism, algorithm architecture, and module relationships in the proposal into "editable + embeddable" diagrams. By default, editable source files (`.drawio`) and rendered files (`.pdf`/`.svg`/`.png`) are output; when users actively mention the Nano Banana/Gemini image model, you can switch to PNG-only mode. ⚠️ Not applicable scenarios: Users only want to polish the main text (should rewrite text directly), only want to modify the format/size of existing images (should use image processing skills), and have no clear intention of requiring "schematic/mechanism diagram".
Use this tool when the user explicitly requests "update project guide", "sync guide", or "deposit insights into the guide". It saves newly generated reusable writing insights from conversations to the project guide file in real time, ensuring consistent terminology, stable structure, verifiability and reproducibility. The guide file path must be specified when invoking.
Use the Claude Code CLI to consult Claude and delegate coding tasks for prototyping, debugging, and code review. Supports multi-turn sessions via SESSION_ID. Optimized for low-token, file/line-based handoff.