Two PPT generation tools on GitHub together hold 67k stars (stars reflect user bookmarks — more means higher attention), but their solutions are diametrically opposed: the 41k-star PPT Master outputs genuine Office files so your colleagues can keep editing; the 26k-star frontend-slides hands you a single HTML file, bypassing PowerPoint entirely.Both tools run on Claude Code (an AI coding assistant that loads Skill modules to perform specific tasks) — they represent two different answers to the same question: "let AI do layout for humans." We track this trend because it surfaces an underappreciated direction: AI is moving from "answering questions" to "completing whole chunks of repetitive labor," and is beginning to invade white-collar workers' most familiar workflows.

What this is

Making a PPT has two different endpoints: does the finished file go to colleagues who edit it in Office, or do you just send a link? People used to muddle through with the same .pptx for both, but both authors argue that compromise is the root of the problem.PPT Master fights for "native Office" — the generated files contain real shapes, text boxes, masters, and animations; colleagues can click in and edit text rather than being stuck with locked image collages. It supports inheriting your own templates as masters. frontend-slides takes the other route: it hands you a zero-dependency single HTML file — open it in a browser and you have a presentation. It ships with 34 built-in "anti-AI-flavor" templates, ranging from magazine-style to monitoring-alert-style.Both projects are MIT licensed (an open-source license permitting free use and commercial use), not tied to any specific AI model, and can be forked (copy the code to your own account) and modified.

Industry view

The supportive argument is direct: the time white-collar workers spend on layout is, in essence, repetitive labor. A 20-page deck (presentation) traditionally takes at least 4 hours; tools like these can compress that to under 1 hour, freeing time for the content itself. This matches what we've observed — PPT design skill is shifting from "professional expertise" to "optional accessory."But the pushback deserves a hearing. One product manager points out that both tools run on Claude Code, which is a paid product; outside the Anthropic (Claude's parent company) ecosystem, this playbook is irrelevant to you. The sharper critique: the open-source Skill ecosystem currently has no quality standard — a 41k-star project today might be abandoned by its maintainer tomorrow, and enterprise IT departments struggle to take accountability for it. Others caution that so-called "anti-AI aesthetics" are becoming a new cliche — using bold templates and high-saturation color clashes to prove "this wasn't made by AI" is itself a cliche.

Impact on regular people

For enterprise IT: it's worth evaluating whether to fold such tools into the internal productivity tool stack (the set of software employees use daily). The upside is open-source controllability; the downside is that you shoulder the maintenance and compliance costs.For individual careers: "can make PPTs" on a resume will likely lose value within two to three years. What becomes more valuable is "can judge whether a PPT's content is right and its logic is clear" — editorial judgment.For the consumer market: if HTML presentations spread among younger teams, PowerPoint's position as the "default delivery format" will erode further. But Microsoft won't sit idle — a counterattack from the Copilot (Microsoft's AI assistant) side could come at any time.