This skill automates creation of high-quality PowerPoint (.pptx) presentations. It defines a three-phase workflow: produce an internal HTML draft that captures layout and theme, extract a color/theme and slide structure, then use a Python Builder API to construct and save a .pptx file. The skill ensures the user receives only the final PPTX.
Use when a user asks for a presentation, slides, or a deck (English or Chinese). Trigger on requests to make a PPT, create slides, or convert content into a presentation. Ideal for automated report generation, pitch decks, and templated corporate slides where visual consistency matters.
Best for agents that can run Python and write files: Codex/Copilot-like code models and Claude/Code integrations where script execution and filesystem outputs are supported.
PPTX Builder skill generates PowerPoint decks from a topic using a three-phase workflow: HTML draft for design capture, theme extraction, then PPTX construction via a Builder class. The builder script failed to import due to missing python-pptx dependency but is otherwise clean and well-structured. SKILL.md provides clear instructions with code examples and layout conventions.
python-pptxNo security concerns. The skill is purely constructive — reads HTML, generates PPTX. The hardcoded sys.path is an environmental assumption, not a security issue. Builder API is clean and well-documented.
Algolia Cost Tuning
Practical guide to reduce Algolia billing by auditing records/requests, switching to virtual replicas, multi-query usage, caching, and cleanup strategies.
Anthropic Security Basics
Practical security practices for Anthropic Claude integrations: API key management, input validation, prompt-injection defenses, and output scanning.
Colorize — Strategic UI Color Introduction
Introduce purposeful color to monochromatic interfaces to improve hierarchy, meaning, and visual engagement while preserving accessibility.
Input Validation Checker
Automated guidance and code patterns for implementing robust input validation and secure-coding practices (OWASP-aligned).
Plotly Chart Generator
Generates Plotly charts and production-ready code for visualizations; validates outputs and follows best practices for charts and presentations.
Security Headers Generator
Auto-activating skill that generates and validates security HTTP headers and provides guidance for implementing secure header configurations.
Turborepo Guidance
Practical Turborepo guidance for JavaScript/TypeScript monorepos: task configuration, caching, filtering, and CI best-practices.
Exa Webhooks & Events
Patterns and example code for building webhook-style monitors and alerts around Exa neural search (scheduled monitors, similarity alerts, digests).
Test Orchestrator Skill
QA orchestration skill: defines test strategy, assigns unit/integration/E2E suites, enforces coverage thresholds, and coordinates CI test execution.
Splitwise Automation (Composio/Rube MCP)
Automation patterns for Splitwise via Composio's Splitwise toolkit over Rube MCP; includes discovery, connection checks, and safe execution patterns.