A Claude Skill for creating academic presentations (conference talks, seminar slides, thesis defenses, grant briefings). Enforces action titles, structured argument, exhibit discipline, citation standards, and communication-first design. Works alongside Anthropic's built-in PPTX skill.
npx skills add https://github.com/gabberflast/academic-pptx-skill --skill academic-pptxCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
A Claude Skill for creating high-quality academic presentations: conference talks, seminar slides, thesis defenses, and grant briefings. Also includes a PDF which summarizes the advice (does not require use of Claude).
This skill overrides Claude's default design-forward presentation style and replaces it with communication-first standards appropriate for academic and analytical contexts. When active, Claude will:
Requirement: Code execution and file creation must be enabled in Settings → Capabilities.
Just ask naturally:
Claude will detect the academic context, load this skill automatically, and apply all guidelines before generating any slides. You do not need to give any special instructions.
This skill works alongside Anthropic's built-in PPTX skill, which handles the technical file generation. This skill handles content, argument structure, and design standards.
academic-pptx-skill/
├── SKILL.md # Entry point: routing logic and design standards
├── content_guidelines.md # Argument structure, action titles, citations, deck architecture
├── slide_patterns.md # Per-slide-type implementation patterns with PptxGenJS code
└── README.md # This file
The guidelines in this skill draw on:
MIT — free to use, adapt, and share.