ワンクリックで
pdf-auto-commit
Automates committing and pushing PDF changes to the repository with descriptive messages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automates committing and pushing PDF changes to the repository with descriptive messages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Expert Tutor in Electromagnetism and Circuits (FIS1533) that integrates rigorous analytical and physical methods with practical problem-solving strategies. Specialized in electrostatics, electric dipoles, dielectrics, Gauss in material media, current, resistance, Ohm's law, DC circuits, Kirchhoff's laws, and RC transients. Focuses on physical models, geometry, and systematic equation solving.
Orchestrator skill that reads exercise images, solves them, and generates a LaTeX document. Use when user asks to "resuelve los ejercicios en", "desarrolla las soluciones de las imágenes", "escribe la solución en LaTeX para los ejercicios de", or "procesar imágenes de certámenes".
Compiles a .tex file to PDF using latexmk, then deletes all auxiliary files (log, aux, out, fls, fdb_latexmk, synctex.gz). Called automatically after latex-writer finishes, or manually when the user asks to compile/render a LaTeX file.
LaTeX document generator called by exercise-solver and other skills. Receives structured content and writes a clean, simple .tex file that looks like a student solution, not a typeset textbook. Delegates image embedding to latex-illustrator.
Estándar rector de estilo, flujo semántico en español y desarrollo continuo para todos los resolvedores. Use when user asks to "verificar estilo de las soluciones", "aplicar el estilo matemático", "auditar conectores en español", "revisar formato de resolución", or "validar flujo semántico de matemáticas".
Generates diagrams (probability trees, flowcharts, sequence diagrams) using Mermaid CLI (mmdc), exports them as PNG, and returns the relative path for embedding in LaTeX via latex-illustrator. Use whenever a diagram would be cleaner as a Mermaid chart than as raw TikZ.
| name | pdf-auto-commit |
| description | Automates committing and pushing PDF changes to the repository with descriptive messages. |
This skill automates the process of saving PDF changes to the git repository. It detects modified PDF files, automatically stages them, and commits them with a standardized or custom message, then pushes to the remote branch.
When you need to save a PDF file (e.g., after compilation or manual update), call the run_command tool with the provided script.
/path/to/script/commit_pdf.sh "[Optional Custom Message]"
1. Auto-detect and commit with default message:
bash .agent/skills/pdf-auto-commit/scripts/commit_pdf.sh
2. Commit with a specific message:
bash .agent/skills/pdf-auto-commit/scripts/commit_pdf.sh "Updated Module 1 PDF with new exercises"