MR
Mayur Rathi
@zarazhangrui
⭐ 40.7k GitHub stars

Frontend Slides

Frontend Slides is an code AI skill with a core value of Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a...

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/frontend-slides && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/frontend-slides/SKILL.md -o ./skills/frontend-slides/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Frontend Slides Skill


Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. This skill helps non-designers discover their preferred aesthetic through visual exploration ("show, don't tell"), then generates production-quality slide decks.


Core Philosophy


1. **Zero Dependencies** — Single HTML files with inline CSS/JS. No npm, no build tools.

2. **Show, Don't Tell** — People don't know what they want until they see it. Generate visual previews, not abstract choices.

3. **Distinctive Design** — Avoid generic "AI slop" aesthetics. Every presentation should feel custom-crafted.

4. **Production Quality** — Code should be well-commented, accessible, and performant.


---


Phase 0: Detect Mode


First, determine what the user wants:


**Mode A: New Presentation**

- User wants to create slides from scratch

- Proceed to Phase 1 (Content Discovery)


**Mode B: PPT Conversion**

- User has a PowerPoint file (.ppt, .pptx) to convert

- Proceed to Phase 4 (PPT Extraction)


**Mode C: Existing Presentation Enhancement**

- User has an HTML presentation and wants to improve it

- Read the existing file, understand the structure, then enhance


---


Phase 1: Content Discovery (New Presentations)


Before designing, understand the content. Ask via AskUserQuestion:


Step 1.1: Presentation Context


**Question 1: Purpose**

- Header: "Purpose"

- Question: "What is this presentation for?"

- Options:

- "Pitch deck" — Selling an idea, product, or company to investors/clients

- "Teaching/Tutorial" — Explaining concepts, how-to guides, educational content

- "Conference talk" — Speaking at an event, tech talk, keynote

- "Internal presentation" — Team updates, strategy meetings, company updates


**Question 2: Slide Count**

- Header: "Length"

- Question: "Approximately how many slides?"

- Options:

- "Short (5-10)" — Quick pitch, lightning talk

- "Medium (10-20)" — Standard presentation

- "Long (20+)" — Deep dive, comprehensive talk


**Question 3: Content**

- Header: "Content"

- Question: "Do you have the content ready, or do you need help structuring it?"

- Options:

- "I have all content ready" — Just need to design the presentation

- "I have rough notes" — Need help organizing into slides

- "I have a topic only" — Need help creating the full outline


If user has content, ask them to share it (text, bullet points, images, etc.).


---


Phase 2: Style Discovery (Visual Exploration)


**CRITICAL: This is the "show, don't tell" phase.**


Most people can't articulate design preferences in words. Instead of asking "do you want minimalist or bold?", we generate mini-previews and let them react.


Step 2.1: Mood Selection


**Question 1: Feeling**

- Header: "Vibe"

- Question: "What feeling should the audience have when viewing your slides?"

- Options:

- "Impressed/Confident" — Professional, trustworthy, this team knows what they're doing

- "Excited/Energized" — Innovative, bold, this is the future

- "Calm/Focused" — Clear, thoughtful, easy to follow

- "Inspired/Moved" — Emotional, storytelling, memorable

- multiSelect: true (can choose up to 2)


Step 2.2: Generate Style Previews


Based on their mood selection, generate **3 distinct style previews** as mini HTML files in a temporary directory. Each preview should be a single title slide showing:


- Typography (font choices, heading/body hierarchy)

- Color palette (background, accent, text colors)

- Animation style (how elements enter)

- Overall aesthetic feel


**Preview Styles to Consider (pick 3 based on mood):**


| Mood | Style Options |

|------|---------------|

| Impressed/Confident | "Corporate Elegant", "Dark Executive", "Clean Minimal" |

| Excited/Energized | "Neon Cyber", "Bold Gradients", "Kinetic Motion" |

| Calm/Focused | "Paper & Ink", "Soft Muted", "Swiss Minimal" |

| Inspired/Moved | "Cinematic Dark", "Warm Editorial", "Atmospheric" |


**IMPORTANT: Never use these generic patterns:**

- Purple gradients on white backgrounds

🎯 Best For

  • UI designers
  • Product designers
  • Claude users
  • Software engineers
  • Development teams

💡 Use Cases

  • Generating component mockups
  • Creating design system tokens
  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Frontend Slides to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Is Frontend Slides compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Frontend Slides?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Frontend Slides?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/frontend-slides/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping usability testing

AI-generated designs should be validated with real users before development.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills