用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flonat/claude-research --skill latex-posters命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when you need to audit a research project against the init-project-research template.
Use when you need to validate a paper's bibliography — cross-references \cite{} keys against .bib files or embedded \bibitem entries, finds missing/unused/typo'd keys, and checks every key against the Paperpile library via the local resolver. Deep verification mode spawns parallel agents for DOI/metadata validation at scale. Fix mode rekeys drifted keys to canonical and stages missing entries for Paperpile.
Use when you need to bootstrap a full research project with directory scaffold and Overleaf symlink.
基于 SOC 职业分类
正在显示 SKILL.md
| name | latex-posters |
| description | Use when you need to create a research poster in LaTeX (beamerposter, tikzposter, or baposter). |
| allowed-tools | ["Read","Write","Edit","Bash"] |
Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages.
Always use /latex to compile posters. Build artifacts go to out/, final PDF is copied back to the source directory. Ensure a .latexmkrc exists alongside the poster .tex file with $out_dir = 'out'.
Three major packages, each with distinct advantages:
Package guides: references/poster_packages_beamerposter.md (beamerposter & tikzposter) | references/poster_packages_baposter.md (baposter & selection guide)
Common sections: Header/Title, Introduction, Methods, Results, Conclusions, References, Acknowledgments. Layout strategies include column-based grids, block-based arrangements, Z-pattern flow, and visual hierarchy.
Layout guides: references/poster_layout_grids.md (column grid systems) | references/poster_layout_flow.md (Z/F/Gutenberg patterns) | references/poster_layout_spatial.md (header, content, footer) | references/poster_layout_blocks.md (blocks, patterns & testing)
Design guides: references/poster_design_typography.md (typography & color) | references/poster_design_accessibility.md (accessibility & layout)
| Standard | Size | Notes |
|---|---|---|
| A0 | 841 x 1189 mm | Most common European |
| A1 | 594 x 841 mm | Smaller format |
| 36 x 48" | 914 x 1219 mm | Common US conference |
| 48 x 72" | 1219 x 1829 mm | Extra large |
Ready-to-use templates in assets/ directory for beamerposter (classic, modern, colorful), tikzposter (default, rays, wave), and baposter (portrait, landscape, minimal).
Effective content organization for experimental, computational, and review/survey posters. Physical presentation tips and digital backup strategies.
Content guides: references/poster_content_sections.md (principles & sections) | references/poster_content_writing.md (writing style & quality)
pdfinfo), font embedding (pdffonts), reduced-scale print test/latex, verify output, prepare print and digital versionsIf the poster contains TikZ diagrams (common with tikzposter), run the 6-pass verification from ../shared/tikz-rules.md — compute Bezier depths, check gaps, verify label fit, check shape boundary clearance.
tlmgr install beamerposter tikzposter baposter qrcode graphics xcolor tcolorbox subcaption
| Skill | When to use alongside |
|---|---|
/latex | Default compiler — used in Workflow step 6 for compilation and error resolution |
/latex | For manual compilation config and .latexmkrc setup |
/proofread | Content quality check on poster text |
/bib-validate | Cross-reference citation keys if the poster includes a bibliography |
Shared resources:
../shared/palettes.md — colour palette inspiration../shared/tikz-rules.md — TikZ anti-collision rules (if poster uses TikZ diagrams)