Agent skill · Frontend

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual integration.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill pptx-posters --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash
Path: skills/03-学术演示与可视化/pptx-posters/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PPTX Research Posters (HTML-Based) ## Overview **⚠️ USE THIS SKILL ONLY WHEN USER EXPLICITLY REQUESTS PPTX/POWERPOINT POSTER FORMAT.** For standard research posters, use the **latex-posters** skill instead, which provides better typographic control and is the default for academic conferences. This skill creates research posters using HTML/CSS, which can then be exported to PDF or converted to PowerPoint format. The web-based approach offers: - Modern, responsive layouts - Easy integration of AI-generated visuals - Quick iteration and preview in browser - Export to PDF via browser print function - Conversion to PPTX if specifically needed ## When to Use This Skill **ONLY use this skill when:** - User explicitly requests "PPTX poster", "PowerPoint poster", or "PPT poster" - User specifically asks for HTML-based poster - User needs to edit poster in PowerPoint after creation - LaTeX is not available or user requests non-LaTeX solution **DO NOT use this skill when:** - User asks for a "poster" without specifying format → Use latex-posters - User asks for "research poster" or "conference poster" → Use latex-posters - User mentions LaTeX, tikzposter, beamerposter, or baposter → Use lat

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. AI-Powered Visual Element Generation
  4. CRITICAL: Poster-Size Font Requirements
  5. CRITICAL: Preventing Content Overflow
  6. Core Capabilities
  7. 1. HTML/CSS Poster Design
  8. 2. Poster Structure
  9. 3. Visual Integration
  10. 4. Generating Visual Elements
  11. Workflow for PPTX Poster Creation
  12. Stage 1: Planning
  13. Stage 2: Generate Visual Elements (AI-Powered)
  14. Stage 3: Create HTML Poster
Ships with 5 files
  • assets/poster_html_template.html
  • assets/poster_quality_checklist.md
  • references/poster_content_guide.md
  • references/poster_design_principles.md
  • references/poster_layout_design.md
Commands it runs
Create figures directory
mkdir -p figures
Hero image - SIMPLE, impactful
Introduction visual - ONLY 3 elements
Methods flowchart - ONLY 4 steps
Results visualization - ONLY 3 bars
Conclusions - EXACTLY 3 key findings
Generate each element with POSTER FORMAT specifications
cp skills/pptx-posters/assets/poster_html_template.html poster.html
open poster.html  # macOS
More from qinyan-academic-skills
All skills →
About this skill
What does the pptx-posters skill do?

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual integration.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill pptx-posters --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going