presentation-processing-category-pointer

Routes presentation tasks to five specialized skills stored in a local skill vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill presentation-processing-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: presentation-processing-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/presentation-processing-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill presentation-processing-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight pointer to a library of five specialized presentation-processing skills instead of loading all instructions upfront. ## Core Features & Use Cases - Skill Discovery: Lists five presentation skills covering HTML slides, Google Slides automation, LibreOffice Impress, AI PPT generation, and PPTX file editing. - On-Demand Loading: Directs the agent to read the matching skill's SKILL.md from a local vault path before executing the task. - Use Case: When asked to convert a PowerPoint file into an animated HTML presentation, the agent consults this pointer, identifies the frontend-slides skill, and loads its full instructions from the vault. ## Quick Start Ask the agent to create or edit a presentation and it will load the matching specialized skill from the presentation-processing vault.

Frequently Asked Questions about presentation-processing-category-pointer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a presentation with this skill?▼

Identify which of the five listed skills matches your task, then read its SKILL.md from the vault at /home/kienct/.config/opencode/skill-libraries/presentation-processing. Follow the loaded instructions to complete the presentation work.

What presentation tools does this skill library cover?▼

The library covers HTML slide creation, Google Slides automation with OAuth, LibreOffice Impress for ODP/PPTX/PDF conversion, AI-powered PPT generation, and direct PPTX file editing as ZIP-based XML archives.

Can I edit a .pptx file with these skills?▼

Yes, the pptx-official skill treats a .pptx file as a ZIP archive of XML files that can be read or edited. Load its SKILL.md from the vault to get the specific workflows for creating, editing, or analyzing PPTX content.

Why are the actual skills stored in a separate vault?▼

The vault keeps startup context minimal by storing full skill instructions outside the active context. The pointer skill only loads a specialized skill's instructions on demand when a matching task is identified.

Does Google Slides automation require an MCP server?▼

No, the google-slides-automation skill uses standalone OAuth authentication without requiring an MCP server. It provides full read and write access to Google Slides.