Claude Code Sub-Agent와 Skill 기반의 프레젠테이션 생성 도구입니다.
PPT Team Agent는 자동화된 프레젠테이션 생성을 위한 도구로, Claude AI의 Sub-Agent 시스템과 스킬 기반 아키텍처를 활용합니다.
- HTML을 PPTX 형식으로 변환
- 자동화된 프레젠테이션 생성
- Claude AI 기반 콘텐츠 생성
- Node.js (v16 이상)
- npm 또는 yarn
# 저장소 클론
git clone https://github.com/YOUR_USERNAME/ppt_team_agent.git
cd ppt_team_agent
# 의존성 설치
npm installnpm run html2pptx- pptxgenjs: PowerPoint 파일 생성
- playwright: 브라우저 자동화
- sharp: 이미지 처리
- react-icons: 아이콘 라이브러리
ppt_team_agent/
├── .claude/
│ └── skills/
│ └── pptx-skill/
│ └── scripts/
│ └── html2pptx.js
├── node_modules/
├── package.json
├── package-lock.json
└── README.md
이슈와 풀 리퀘스트는 언제나 환영합니다!
MIT License
Builder Josh
프로젝트에 대한 문의사항이 있으시면 이슈를 등록해주세요.
Made with ❤️ by Builder Josh