visual-cognition-slides
Turn knowledge into memorable animated HTML slide decks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install visual-cognition-slides?▼
Run `npx skills add edu-ai-builders/visual-cognition-slides --all -g -y` in your terminal to install the skill globally.
How to convert PPTX to HTML slides?▼
Run `python3 scripts/pptx_to_slides.py your-file.pptx` after installing python-pptx and Pillow. The output is a self-contained HTML deck you can edit in the browser by pressing E.
Can I turn a PDF into editable slides?▼
Yes. Run `python3 scripts/pdf_to_slides.py your-file.pdf --text` for an editable text version, or omit the flag to preserve the original page layout as images.
What makes these slides better for teaching?▼
Every design choice follows cognitive science principles: one idea per slide, animations that demonstrate concepts instead of bullet lists, and narrative structures matched to your content type.
Do I need design or coding skills to use it?▼
No. You describe your topic, audience, and goal in plain language, and the agent handles narrative structure, visual style, and HTML generation for you.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides