一键导入
latex-expert
Use when requested to generate high-quality PDF reports, research papers, or project documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when requested to generate high-quality PDF reports, research papers, or project documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks ClawBot-Plus to add a note, list notes, search notes, or manage note folders.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Create, search, and manage Bear notes via grizzly CLI.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
BluOS CLI (blu) for discovery, playback, grouping, and volume.
| name | latex-expert |
| description | Use when requested to generate high-quality PDF reports, research papers, or project documentation. |
ALWAYS prefer LaTeX over Python-based PDF libraries (like FPDF) when the user requires "Professional", "Senior Engineer", or "Academic" level documents.
\documentclass[12pt,a4paper]{report} for long projects and \documentclass{article} for short documents.xcolor and titlesec packages to create branded headers and colored titles.geometry package with margin=1in for professional white-space balance.\usepackage{tikz} package and its libraries (shapes.geometric, arrows, positioning) to DRAW the actual flowcharts directly in the LaTeX code.\usepackage{hyperref} for clickable links and cross-references.\usepackage[utf8]{inputenc}\usepackage{helvet} for corporate looks.fpdf unless explicitly forced by the user due to environment constraints. LaTeX is the gold standard.