agentsclimarketplace

Typst paper

Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/35-bahayonghang-academic-writing-skills/skills/typst-paper

🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP.

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill typst-paper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Typst academic paper assistant for existing `.typ` paper projects in English or Chinese. Use this skill whenever the user wants to compile, audit, or improve a Typst paper, including format checks, bibliography validation for BibTeX or Hayagriva, grammar/sentence/logic review, expression polishing, translation, title optimization, pseudocode review, algorithm block cleanup, de-AI editing, experiment-section review, table structure validation, three-line table generation, abstract structure diagnosis, or journal adaptation. Trigger even when the user only mentions one Typst file, one bibliography issue, one pseudocode block, one section rewrite, "three-line table", "check abstract", or "reformat for another journal". Also trigger when the user mentions ".typ files", "typst compile error", "typst export", "typst bibliography", `algorithm-figure`, `lovelace`, or `algorithmic` even without saying the word "Typst" explicitly.

SKILL.md

7.5 KB, as published. Nobody here has run it

Typst Academic Paper Assistant

Use this skill for targeted work on an existing Typst paper project. Route requests to the smallest useful module and keep outputs compatible with Typst source review.

Capability Summary

  • Compile Typst projects and diagnose Typst CLI issues.
  • Audit format, bibliography, grammar, sentence length, argument logic, expression quality, and AI traces.
  • Review IEEE-like pseudocode blocks for algorithmic, algorithm-figure, lovelace, caption handling, and comment length.
  • Support both BibTeX and Hayagriva bibliography files.
  • Improve titles, translation, and experiment-section clarity for Typst papers.

Triggering

Use this skill when the user has an existing .typ paper project and wants help with:

  • Typst compilation or export issues
  • format or venue compliance
  • bibliography validation for BibTeX or Hayagriva
  • grammar, sentence, logic, or expression review
  • translation or bilingual polishing
  • title optimization
  • pseudocode and algorithm-block review
  • de-AI editing
  • experiment-section review

Do Not Use

Do not use this skill for:

  • LaTeX-first conference or thesis projects
  • DOCX/PDF-only editing without Typst source
  • thesis template detection or GB/T 7714 thesis workflows
  • from-scratch paper planning or literature research
  • multi-perspective review, scoring, or submission gate decisions (use paper-audit)
  • standalone pseudocode drafting without a paper context

Module Router

ModuleUse whenPrimary commandRead next
compileTypst build, export, font, or watch issuesuv run python $SKILL_DIR/scripts/compile.py main.typreferences/modules/COMPILE.md
formatVenue/layout review for a Typst paperuv run python $SKILL_DIR/scripts/check_format.py main.typreferences/modules/FORMAT.md
bibliographyBibTeX or Hayagriva validationuv run python $SKILL_DIR/scripts/verify_bib.py references.bib --typ main.typreferences/modules/BIBLIOGRAPHY.md
grammarGrammar cleanup on Typst proseuv run python $SKILL_DIR/scripts/analyze_grammar.py main.typ --section introductionreferences/modules/GRAMMAR.md
sentencesLong or dense sentence diagnosticsuv run python $SKILL_DIR/scripts/analyze_sentences.py main.typ --section introductionreferences/modules/SENTENCES.md
logicArgument flow, introduction funnel, cross-section closure, and abstract/conclusion alignment reviewuv run python $SKILL_DIR/scripts/analyze_logic.py main.typ --section methodsreferences/modules/LOGIC.md
expressionTone and expression polishinguv run python $SKILL_DIR/scripts/improve_expression.py main.typ --section methodsreferences/modules/EXPRESSION.md
translationChinese/English academic translation in Typst contextuv run python $SKILL_DIR/scripts/translate_academic.py input_zh.txt --domain deep-learningreferences/modules/TRANSLATION.md
titleGenerate, compare, or optimize Typst paper titlesuv run python $SKILL_DIR/scripts/optimize_title.py main.typ --checkreferences/modules/TITLE.md
pseudocodeReview algorithmic / algorithm-figure / lovelace output for IEEE-like safety, captions, and comment lengthuv run python $SKILL_DIR/scripts/check_pseudocode.py main.typ --venue ieeereferences/modules/PSEUDOCODE.md
deaiReduce English or Chinese AI-writing traces while preserving Typst syntaxuv run python $SKILL_DIR/scripts/deai_check.py main.typ --section introductionreferences/modules/DEAI.md
experimentInspect experiment-section clarity, discussion layering, and reporting qualityuv run python $SKILL_DIR/scripts/analyze_experiment.py main.typ --section experimentreferences/modules/EXPERIMENT.md
tablesTable structure validation, three-line table generationuv run python $SKILL_DIR/scripts/check_tables.py main.typreferences/modules/TABLES.md
abstractAbstract five-element structure diagnosis and word count validationuv run python $SKILL_DIR/scripts/analyze_abstract.py main.typreferences/modules/ABSTRACT.md
adaptJournal adaptation: reformat paper for a different venue(LLM-driven workflow)references/modules/ADAPT.md

Required Inputs

  • main.typ or the Typst entry file.
  • Optional --section SECTION for targeted analysis.
  • Optional bibliography path when the request targets references.
  • Optional venue context when the user cares about IEEE, ACM, Springer, or similar expectations.

If arguments are missing, ask only for the Typst entry file and the target module.

Output Contract

  • Return findings in Typst diff-comment style whenever possible: // MODULE (Line N) [Severity] [Priority]: Issue ...
  • Report the exact command used and the exit code when a script fails.
  • Preserve @cite, <label>, math blocks, and Typst macros unless the user explicitly asks for source edits.

Workflow

  1. Parse $ARGUMENTS and select the active module.
  2. Read only the reference file needed for that module.
  3. Run the module script with uv run python ....
  4. Return Typst-ready comments and next actions.
  5. For bibliography requests, decide BibTeX vs Hayagriva first, then run bibliography.

Safety Boundaries

  • Never invent citations, labels, or experimental claims.
  • Never rewrite Typst references, labels, or math content by default.
  • Keep compile diagnostics separate from prose rewrites so the user can validate each step.

Reference Map

  • references/TYPST_SYNTAX.md: Typst syntax reminders and pitfalls.
  • references/STYLE_GUIDE.md: paper-writing style baseline.
  • references/CITATION_VERIFICATION.md: citation verification workflow.
  • references/modules/: module-specific Typst commands and choices.
  • references/modules/PSEUDOCODE.md: IEEE-like defaults for Typst pseudocode.

Read only the file that matches the active module.

Example Requests

  • “Compile this Typst paper and tell me why the export works locally but fails in CI.”
  • “Check bibliography, title, and abstract wording in my main.typ submission.”
  • “Review this algorithm-figure block for IEEE-like caption, line-number, and comment issues.”
  • “Review the methods section for sentence length and logic, but keep Typst labels intact.”

See examples/ for full request-to-command walkthroughs.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.