원클릭으로
pptx-templates
Browse and manage the PowerPoint template library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Browse and manage the PowerPoint template library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate C4 architecture diagrams from system notes
Create and edit Obsidian Canvas files for architecture visualization
Visualize system dependencies and relationships
Analyse architecture diagrams and flowcharts
Generate architecture diagrams using Python diagrams library
Batch populate summary fields using content analysis
| name | pptx-templates |
| context | fork |
| description | Browse and manage the PowerPoint template library |
| model | haiku |
List, inspect, and manage the extracted PowerPoint template library.
/pptx-templates # List all templates
/pptx-templates info <slug> # Show template details
/pptx-templates layouts <slug> # List layouts for a template
/pptx-templates delete <slug> # Remove a template
/pptx-templates
/pptx-templates info baae-community-day-feb2026
/pptx-templates layouts baae-community-day-feb2026
/pptx-templates delete old-template
Default when no argument provided. Read .claude/templates/pptx/_catalogue.json and display:
PPTX Template Library (<count> templates)
─────────────────────────────────────────
<template name>
Slug: <slug>
Source: <filename>
Layouts: <count>
Fonts: <major> / <minor>
Tags: <tag1>, <tag2>
Extracted: <date>
<template name>
...
When info <slug> is provided:
.claude/templates/pptx/<slug>/template.jsonWhen layouts <slug> is provided:
python3 .claude/scripts/pptx_create.py --list-layouts <slug>
Or read the template JSON directly and display:
Layouts for '<template name>' (<count>)
───────────────────────────────────────
Category: Title Slides
title-slide Title Slide 3 placeholders
title-slide-abba-confident-blue Title Slide (ABBA Confident) 3 placeholders
Category: Section Dividers
section-divider-dark-blue Section Divider_Dark Blue 5 placeholders
section-divider-corporate-blue Section Divider_Corporate Blue 5 placeholders
Category: Content
single-column-text Single Column Text 3 placeholders
two-column-text Two Column Text 4 placeholders
...
When delete <slug> is provided:
.claude/templates/pptx/<slug>/_catalogue.json to remove the entry| Error | Solution |
|---|---|
| No templates found | Run /pptx-extract-template first |
| Template slug not found | Check slug with /pptx-templates |
| Catalogue corrupted | Delete _catalogue.json and re-extract |
/pptx-extract-template — Add new templates to the library/pptx-create — Use templates to create presentations