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