You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: release v2.19.0 with upstream skills ab2f84ab1059
Refresh the vendored writing-skill subset from
K-Dense-AI/scientific-agent-skills, moving the pin from release v2.60.0
(223f5a30f892) to main HEAD ab2f84ab1059 (upstream version 2.61.0).
Pinned to the commit rather than a tag because upstream has not yet
published a v2.61.0 release.
The refresh carries three upstream fixes into this package:
- Image generation requests the correct google/gemini-3.1-flash-image
slug instead of the text-only google/gemini-3.1-flash-image-preview,
which failed with "No endpoints found that support the requested
output modalities" across scientific-schematics, infographics,
latex-posters, literature-review, citation-management, and
scientific-slides.
- OPENROUTER_API_KEY now resolves from --api-key, then the environment,
then the first .env found walking up from the working directory, using
only the standard library, so a missing python-dotenv no longer reads
as a missing credential.
- soffice.py in docx/pptx/xlsx gained more robust LibreOffice binary
discovery and error reporting.
skills.lock.json and all three snapshots (skills/, .claude/skills/,
scientific_writer/.claude/skills/) were regenerated; the same 26
selected skills continue to ship.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude/skills/document-skills/docx/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: docx
3
3
description: "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."
4
4
license: Proprietary. LICENSE.txt has complete terms
Copy file name to clipboardExpand all lines: .claude/skills/document-skills/pptx/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: pptx
3
3
description: "Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\"\"slides,\"\"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill."
4
4
license: Proprietary. LICENSE.txt has complete terms
0 commit comments