typst-paper
Typst academic paper assistant for existing `.typ` manuscripts in English or Chinese. Use whenever the user wants Typst compile/export diagnosis, venue formatting, BibTeX or Hayagriva bibliography checks, grammar, sentence-length, logic, abstract, title, table, pseudocode, experiment-section, de-AI, translation, expression, related-work synthesis, research-gap derivation, journal adaptation, or submission-readiness help on a Typst paper. Trigger even if the prompt mentions only a .typ file, typst compile/export error, typst bibliography, one section rewrite, rewrite related work, research gap, three-line table, check abstract, reformat for another journal, algorithm-figure, lovelace, or algorithmic.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o typst-paper.zip https://jpskill.com/download/23444.zip && unzip -o typst-paper.zip && rm typst-paper.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/23444.zip -OutFile "$d\typst-paper.zip"; Expand-Archive "$d\typst-paper.zip" -DestinationPath $d -Force; ri "$d\typst-paper.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
typst-paper.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
typst-paperフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 59
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
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.
- Diagnose and rewrite-plan literature review sections so they move from theme clustering to comparison and gap derivation.
- 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
- literature review restructuring, related-work synthesis, or research-gap derivation
- 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
| Module | Use when | Primary command | Read next |
|---|---|---|---|
compile |
Typst build, export, font, or watch issues | uv run python $SKILL_DIR/scripts/compile.py main.typ |
references/modules/COMPILE.md |
format |
Venue/layout review for a Typst paper | uv run python $SKILL_DIR/scripts/check_format.py main.typ |
references/modules/FORMAT.md (load templates/<venue>.md instead of the full references/VENUES.md when a venue is named) |
bibliography |
BibTeX or Hayagriva validation | uv run python $SKILL_DIR/scripts/verify_bib.py references.bib --typ main.typ |
references/modules/BIBLIOGRAPHY.md |
grammar |
Grammar cleanup on Typst prose | uv run python $SKILL_DIR/scripts/analyze_grammar.py main.typ --section introduction |
references/modules/GRAMMAR.md |
sentences |
Long or dense sentence diagnostics | uv run python $SKILL_DIR/scripts/analyze_sentences.py main.typ --section introduction |
references/modules/SENTENCES.md |
logic |
Argument flow, introduction funnel, cross-section closure, and abstract/conclusion alignment review | uv run python $SKILL_DIR/scripts/analyze_logic.py main.typ --section methods |
references/modules/LOGIC.md |
literature |
Related Work is list-like, under-compared, or missing a literature-backed gap | uv run python $SKILL_DIR/scripts/analyze_literature.py main.typ --section related |
references/modules/LITERATURE.md |
expression |
Tone and expression polishing | uv run python $SKILL_DIR/scripts/improve_expression.py main.typ --section methods |
references/modules/EXPRESSION.md |
translation |
Chinese/English academic translation in Typst context | uv run python $SKILL_DIR/scripts/translate_academic.py input_zh.txt --domain deep-learning |
references/modules/TRANSLATION.md |
title |
Generate, compare, or optimize Typst paper titles | uv run python $SKILL_DIR/scripts/optimize_title.py main.typ --check |
references/modules/TITLE.md |
pseudocode |
Review algorithmic / algorithm-figure / lovelace output for IEEE-like safety, captions, and comment length |
uv run python $SKILL_DIR/scripts/check_pseudocode.py main.typ --venue ieee |
references/modules/PSEUDOCODE.md |
deai |
Reduce English or Chinese AI-writing traces while preserving Typst syntax | uv run python $SKILL_DIR/scripts/deai_check.py main.typ --section introduction |
references/modules/DEAI.md |
experiment |
Inspect experiment-section clarity, discussion layering, and reporting quality | uv run python $SKILL_DIR/scripts/analyze_experiment.py main.typ --section experiment |
references/modules/EXPERIMENT.md |
tables |
Table structure validation, three-line table generation | uv run python $SKILL_DIR/scripts/check_tables.py main.typ |
references/modules/TABLES.md |
abstract |
Abstract five-element structure diagnosis and word count validation | uv run python $SKILL_DIR/scripts/analyze_abstract.py main.typ |
references/modules/ABSTRACT.md |
adapt |
Journal adaptation: reformat paper for a different venue | (LLM-driven workflow) | references/modules/ADAPT.md |
Routing Rules
- Infer the module from the user request first. Ask for the module only if the request still maps equally well to multiple incompatible modules.
- If the user requests 2-3 compatible checks, run them in sequence rather than collapsing everything into one generic review.
- Use this execution order when multiple modules are needed:
compile->bibliography->format->pseudocode/tables->grammar/sentences/deai->logic/literature/experiment->title/expression/translation/adapt. - For bibliography requests, decide BibTeX vs Hayagriva before running the script; do not guess the format after the fact.
- Prefer
logicfor abstract-introduction-conclusion alignment, introduction funnel breaks, or contribution drift; preferliteratureonly when the user is specifically asking for Related Work synthesis, comparison, or gap derivation. - Keep
pseudocodeforalgorithm-figure,algorithmic,lovelace, caption, wrapper, and IEEE-like style-hook issues even when the user phrases them as formatting problems. - If a command fails, report the exact command and exit code before suggesting the next fallback; do not silently replace a failed script run with a generic prose review.
Required Inputs
main.typor the Typst entry file.- Optional
--section SECTIONfor 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, preserve the inferred module and ask only for the missing Typst entry file, section, bibliography path, or venue context.
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. - For
literature, diagnose and offer a rewrite blueprint first; only produce revised prose when the user explicitly asks for it.
Workflow
- Parse
$ARGUMENTS, infer the active module, and keep that inference unless the user explicitly changes the target. - If the request combines multiple compatible concerns, run them in the routing order above and group the output by module.
- Read only the reference file needed for that module.
- Run the module script with
uv run python .... - Return Typst-ready comments and next actions.
- For bibliography requests, decide BibTeX vs Hayagriva first, then run
bibliography.
Safety Boundaries
- Don't invent citations, labels, or experimental claims — fabricated evidence is harder to retract once the user trusts it than a clearly flagged gap.
- Leave
@cite,<label>, math blocks, and Typst macros untouched by default — a stray edit there is far harder to spot in a diff than a prose edit, and Typst surfaces those errors only at compile time. - Keep compile diagnostics separate from prose rewrites — bundling them encourages the user to apply both at once and lose track of which change broke what.
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/VENUES.md: full venue catalog (treat as index; prefertemplates/<venue>.mdfor IEEE / ACM / NeurIPS).templates/: per-venue snapshots loaded on demand. Files:ieee.md,acm.md,neurips.md.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.typsubmission.” - “Rewrite the related work in my Typst paper so it sounds like an academic dialogue rather than a paper list, but keep citation anchors untouched.”
- “Review this
algorithm-figureblock 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.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (10,349 bytes)
- 📎 references/ABSTRACT_STRUCTURE.md (5,068 bytes)
- 📎 references/AI_TONE_TERMS.md (3,889 bytes)
- 📎 references/AI_TONE_THRESHOLDS.yaml (1,826 bytes)
- 📎 references/BEST_PRACTICES.md (391 bytes)
- 📎 references/CITATION_STYLES.md (4,256 bytes)
- 📎 references/CITATION_VERIFICATION.md (5,024 bytes)
- 📎 references/COMMON_ERRORS.md (5,465 bytes)
- 📎 references/DEAI_GUIDE.md (15,210 bytes)
- 📎 references/JOURNAL_ABBREVIATIONS.md (3,548 bytes)
- 📎 references/JOURNAL_ADAPTATION_WORKFLOW.md (3,660 bytes)
- 📎 references/modules/ABSTRACT.md (1,206 bytes)
- 📎 references/modules/ADAPT.md (1,284 bytes)
- 📎 references/modules/BIBLIOGRAPHY.md (1,352 bytes)
- 📎 references/modules/CAPTION.md (2,191 bytes)
- 📎 references/modules/COMPILE.md (1,241 bytes)
- 📎 references/modules/DEAI.md (2,900 bytes)
- 📎 references/modules/EXPERIMENT.md (3,877 bytes)
- 📎 references/modules/EXPRESSION.md (1,627 bytes)
- 📎 references/modules/FORMAT.md (1,176 bytes)
- 📎 references/modules/GRAMMAR.md (1,081 bytes)
- 📎 references/modules/LITERATURE.md (1,129 bytes)
- 📎 references/modules/LOGIC.md (5,495 bytes)
- 📎 references/modules/PSEUDOCODE.md (1,438 bytes)
- 📎 references/modules/SENTENCES.md (726 bytes)
- 📎 references/modules/TABLES.md (1,294 bytes)
- 📎 references/modules/TITLE.md (7,446 bytes)
- 📎 references/modules/TRANSLATION.md (1,542 bytes)
- 📎 references/modules/WORKFLOW.md (706 bytes)
- 📎 references/NUMBER_UNIT_GUIDE.md (2,318 bytes)
- 📎 references/REVIEWER_PERSPECTIVE.md (4,984 bytes)
- 📎 references/STYLE_GUIDE.md (8,051 bytes)
- 📎 references/TABLE_GUIDE.md (2,675 bytes)
- 📎 references/TEMPLATES.md (2,550 bytes)
- 📎 references/TERMINOLOGY.md (10,122 bytes)
- 📎 references/TRANSLATION_GUIDE.md (11,685 bytes)
- 📎 references/TYPST_SYNTAX.md (10,064 bytes)
- 📎 references/VENUES.md (13,649 bytes)
- 📎 references/WRITING_PHILOSOPHY.md (6,851 bytes)
- 📎 scripts/analyze_abstract.py (17,697 bytes)
- 📎 scripts/analyze_experiment.py (11,415 bytes)
- 📎 scripts/analyze_grammar.py (3,636 bytes)
- 📎 scripts/analyze_literature.py (10,168 bytes)
- 📎 scripts/analyze_logic.py (19,247 bytes)
- 📎 scripts/analyze_sentences.py (3,637 bytes)
- 📎 scripts/check_format.py (11,558 bytes)
- 📎 scripts/check_pseudocode.py (8,834 bytes)
- 📎 scripts/check_references.py (14,486 bytes)
- 📎 scripts/check_tables.py (9,998 bytes)
- 📎 scripts/compile.py (8,336 bytes)
- 📎 scripts/deai_batch.py (10,467 bytes)
- 📎 scripts/deai_check.py (33,096 bytes)
- 📎 scripts/generate_table.py (6,824 bytes)
- 📎 scripts/improve_expression.py (3,312 bytes)
- 📎 scripts/online_bib_verify.py (12,138 bytes)
- 📎 scripts/optimize_title.py (17,349 bytes)
- 📎 scripts/parsers.py (8,215 bytes)
- 📎 scripts/translate_academic.py (4,270 bytes)
- 📎 scripts/verify_bib.py (15,467 bytes)