Compare commits

...

4 Commits

Author SHA1 Message Date
Ásgeir Thor Johnson
4b3df0b064 Update pdf.md 2025-10-04 19:04:17 +00:00
Ásgeir Thor Johnson
4f7a74c377 Rename Anthropic/claude-3.7-full-system-message-with-all-tools.md to Anthropic/old/claude-3.7-full-system-message-with-all-tools.md 2025-10-04 17:03:12 +00:00
Ásgeir Thor Johnson
b0b05fd16b Update pptx.md 2025-10-04 16:52:42 +00:00
Ásgeir Thor Johnson
6bea470f3a Update pptx.md 2025-10-04 16:50:23 +00:00
3 changed files with 14 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
# PDF Processing (/mnt/skills/public/pdf/SKILL.md)
---
name: PDF Processing
description: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
when_to_use: When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
version: 0.0.1
dependencies: pytesseract>=0.3.10, pdf2image>=1.16.0
* name: PDF Processing
* description: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
* when_to_use: When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
* version: 0.0.1
* dependencies: pytesseract>=0.3.10, pdf2image>=1.16.0
---
# PDF Processing Guide

View File

@@ -1,10 +1,15 @@
# PowerPoint Suite (/mnt/skills/public/pptx/SKILL.md)
---
name: PowerPoint Suite
description: Presentation creation, editing, and analysis.
when_to_use: "When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks"
version: 0.0.3
* name: PowerPoint Suite
* description: Presentation creation, editing, and analysis.
* when_to_use: "When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks"
* version: 0.0.3
---
# PPTX creation, editing, and analysis