pptx-skill

15 stars 16 forks
81
B

HTML 슬라이드를 PowerPoint(PPTX) 파일로 변환. PPTX 생성, 편집, 썸네일 생성이 필요할 때 사용.

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install uxjoseph/ppt_team_agent/pptx-skill
skilz install uxjoseph/ppt_team_agent/pptx-skill --agent opencode
skilz install uxjoseph/ppt_team_agent/pptx-skill --agent codex
skilz install uxjoseph/ppt_team_agent/pptx-skill --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/uxjoseph/ppt_team_agent
2. Copy the agent skill directory:
cp -r ppt_team_agent/.claude/skills/pptx-skill ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
15
Forks
16
Type
Non-Technical
Meta-Domain
productivity
Primary Domain
powerpoint
Market Score
81

Agent Skill Grade

B
Score: 81/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
25/30
Ease of Use
18/25
Writing Style
7/10
Utility
17/20
Modifiers: +3

Areas to Improve

  • Description needs trigger phrases
  • Korean-only description limits discoverability
  • Missing TOC in ooxml.md

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-05

Developer Feedback

I took a look at your pptx-skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 81/100, solid B territory based on Anthropic's Claude Skills best practices. The strongest piece here is Utility (17/20) — your skill actually solves a real problem with HTML-to-PowerPoint conversion. The weakest area is Spec Compliance (11/15), mostly because your metadata isn't doing the heavy lifting it should. The big constraint you're working with: everything's in Korean, which limits discoverability for English-speaking developers.

What's Working Well

  • Rich documentation structure — You've got three layers (SKILL.md → html2pptx.md → ooxml.md) that properly separate concerns. The workflow is clear: prep HTML → run script → validate.
  • Solid practical examples — Your chart type examples, shape templates, and complete HTML-to-PPTX samples give people something concrete to work from. The thumbnail validation approach is a nice touch.
  • Reasonable constraints — You've thought through what shouldn't break (color codes without # prefix, specific font handling). These prevent corruption and show you've lived this problem.

The Big One: English Description

Your description is entirely in Korean (HTML 슬라이드를 PowerPoint(PPTX) 파일로 변환...). That's the main thing holding your score back and limiting who can find this skill.

Why it matters: Skills get activated based on description matching. English speakers asking to "convert HTML to PowerPoint" won't trigger this. You're talking to 5% of your potential audience.

The fix: Translate the description to English and add trigger phrases:

description: Convert HTML slides to PowerPoint (PPTX) files. Use when creating presentations from...

Report Security Issue

Found a security vulnerability in this agent skill?