From 8a70f7b32e2f69a58eaf22a652906883fb2f2f85 Mon Sep 17 00:00:00 2001 From: Ryan Brown <56168848+ryanbbrown@users.noreply.github.com> Date: Sat, 13 Dec 2025 09:12:20 -0500 Subject: [PATCH 1/5] Add presentation skills section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ace5753..70f1343 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,15 @@ - [file-organizer](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/file-organizer) - Intelligently organizes your files and folders across your computer. - [invoice-organizer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/invoice-organizer/SKILL.md) - Automatically organizes invoices and receipts for tax preparation - [skill-creator](https://github.com/anthropics/skills/tree/main/skill-creator) - Template / helper to build new Claude skills. -- [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure. +- [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure. + + + +## 🎬 Presentations +- [pptx](https://github.com/anthropics/skills/tree/main/skills/pptx) - Anthropic's skill for generating PowerPoint presentations. +- [revealjs-skill](https://github.com/ryanbbrown/revealjs-skill/tree/main) - Generate polished, professional presentations using the Reveal.js HTML presentation framework. + + ## 🤝 Contribution From f5aede8fcff2cbf3dbac3806f48c25663e954319 Mon Sep 17 00:00:00 2001 From: Ryan Brown <56168848+ryanbbrown@users.noreply.github.com> Date: Sat, 13 Dec 2025 09:13:17 -0500 Subject: [PATCH 2/5] Add Presentations section to TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70f1343..5c5246f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [Collaboration & Project Management](#-collaboration--project-management) - [Security & Web Testing](#-security--web-testing) - [Utility & Automation](#-utility--automation) +- [Presentations](#-presentations) From 2e654dec365886c3708d12f34869d72228219f0a Mon Sep 17 00:00:00 2001 From: Ryan Brown <56168848+ryanbbrown@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:06:22 -0500 Subject: [PATCH 3/5] Move revealjs to document skills section --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c5246f..a68d56f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ - [docx](https://github.com/anthropics/skills/tree/main/document-skills/docx) - Create, edit, analyze Word docs with tracked changes, comments, formatting. - [pdf](https://github.com/anthropics/skills/tree/main/document-skills/pdf) - Extract text, tables, metadata, merge & annotate PDFs. - [pptx](https://github.com/anthropics/skills/tree/main/document-skills/pptx) - Read, generate, and adjust slides, layouts, templates. -- [xlsx](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) - Spreadsheet manipulation: formulas, charts, data transformations. +- [xlsx](https://github.com/anthropics/skills/tree/main/document-skills/xlsx) - Spreadsheet manipulation: formulas, charts, data transformations. +- [revealjs-skill](https://github.com/ryanbbrown/revealjs-skill/tree/main) - Generate polished, professional presentations using the Reveal.js HTML presentation framework. @@ -96,12 +97,6 @@ -## 🎬 Presentations -- [pptx](https://github.com/anthropics/skills/tree/main/skills/pptx) - Anthropic's skill for generating PowerPoint presentations. -- [revealjs-skill](https://github.com/ryanbbrown/revealjs-skill/tree/main) - Generate polished, professional presentations using the Reveal.js HTML presentation framework. - - - ## 🤝 Contribution If you have suggestions, improvements, or new resources to add: From c5896233038e6ff69bf66de2747a178756b566f5 Mon Sep 17 00:00:00 2001 From: Ryan Brown <56168848+ryanbbrown@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:07:11 -0500 Subject: [PATCH 4/5] Clean up blank lines in README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a68d56f..23e2e98 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ - [skill-creator](https://github.com/anthropics/skills/tree/main/skill-creator) - Template / helper to build new Claude skills. - [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure. - - ## 🤝 Contribution If you have suggestions, improvements, or new resources to add: From 983f6437fb7fb8b0db1286dd9b33bef754a6d666 Mon Sep 17 00:00:00 2001 From: Ryan Brown <56168848+ryanbbrown@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:07:46 -0500 Subject: [PATCH 5/5] Remove 'Presentations' from README table of contents --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 23e2e98..5d9333a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ - [Collaboration & Project Management](#-collaboration--project-management) - [Security & Web Testing](#-security--web-testing) - [Utility & Automation](#-utility--automation) -- [Presentations](#-presentations) - ## 📄 Document Skills @@ -93,7 +91,7 @@ - [file-organizer](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/file-organizer) - Intelligently organizes your files and folders across your computer. - [invoice-organizer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/invoice-organizer/SKILL.md) - Automatically organizes invoices and receipts for tax preparation - [skill-creator](https://github.com/anthropics/skills/tree/main/skill-creator) - Template / helper to build new Claude skills. -- [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure. +- [template-skill](https://github.com/anthropics/skills/tree/main/template-skill) - Minimal skeleton for a new skill project structure. ## 🤝 Contribution