ワンクリックで
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.