Claude Code marketplace (Kenny Company 내부용).
doc-toolkitHTML 기반 PPT/보고서 생성 스킬.
ppt — HTML 슬라이드 발표자료 생성report — A4 보고서형 HTML 문서 생성참고: 과거 이 레포에 있던
obsidian-hub-workflowsplugin(14개ob-*skill)은 Obsidian-Hub 레포의 project-level skill (.claude/skills/)로 이관됐습니다. Vault 전용이라 git clone만으로 즉시 활성화되는 구조가 더 적합해서 marketplace/plugin 메커니즘에서 분리.
Claude Code에서 다음 명령만 실행하면 됩니다:
/plugin marketplace add kennycompany2021/kenny_skills
/plugin install doc-toolkit@kenny-skills
설치 시 scope를 물어봅니다:
.claude/settings.json에 저장 (git 동기화 → 다중 기기 자동 공유 권장)/reload-plugins
Skills를 수정한 후 Claude Code에 반영:
/plugin marketplace update kenny-skills
/plugin update <plugin>@kenny-skills
⚠️ 알려진 버그 (claude-code #29071): /plugin marketplace update가 marketplace clone을 git pull하지 않을 수 있음. 증상이 보이면 수동 갱신:
cd ~/.claude/plugins/marketplaces/kenny-skills && git pull
그 후 /reload-plugins.
kenny_skills/
├── README.md
├── .claude-plugin/
│ └── marketplace.json # marketplace 메타 (plugin 목록)
└── plugins/
└── doc-toolkit/
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── ppt/SKILL.md
└── report/SKILL.md
plugins/{plugin-name}/.claude-plugin/plugin.json 생성plugins/{plugin-name}/skills/{skill-name}/SKILL.md 작성 (MADR-like frontmatter + 본문).claude-plugin/marketplace.json의 plugins[] 배열에 entry 추가/plugin marketplace update kenny-skills + /plugin install {plugin}@kenny-skillsob-* for Obsidian-Hub workflows)/{plugin}:{skill}---
name: skill-name
description: {WHAT 한 문장} + {WHEN: trigger 상황·키워드}. 한국어+영어 병기.
---
# Skill Title
## When to Use
(description의 본문 버전)
## Algorithm
\`\`\`mermaid
flowchart TD
A[트리거] --> B[단계1] --> C[단계2]
\`\`\`
## Steps
1. ...
2. ...
## Common Mistakes
- ❌ ...
## Files / Tools
- ...
## Related
- ...
Private — Kenny Company 내부용.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kennycompany-ai/kenny_skills --plugin doc-toolkitGenerate natively editable PPTX from PDF / DOCX / URL / Markdown — real DrawingML shapes, text boxes, charts, and animations. Note: this plugin ships only the skill files; you must also `pip install -r requirements.txt` from the project root for the Python post-processing scripts to run.
Office document manipulation plugins for Claude Code
Generate PPTX, DOCX, XLSX, and report workflows with OfficeCLI through a Claude Code skill
Convert HTML to PowerPoint (PPTX) with excellent Hebrew/RTL support. Use when the user asks to 'convert HTML to PowerPoint', 'create presentation from
Editorial "Documents & Presentations" bundle for Claude Code from Antigravity Awesome Skills.
Professional presentation generator for HTML (with GSAP animations) and PPTX formats. Creates conference talks, pitch decks and tech presentations with curated style presets and validation.