원클릭으로
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.