📽️
AutomationJavaScript

Dashi PPT

by chuspeeism

Dashi PPT is an Automation skill for Claude Code, published by chuspeeism in dashi-ppt-skill.

5.1K stars491 forkson chuspeeism/dashi-ppt-skillAdded 2026/08/16+2% in starsRepository updated 2026/07/30
agent-skillai-agentai-pptclaudeclaude-codedashialhtml-presentationpptpptxpresentationpresentation-generatorskillslide-generatorslides
Install in seconds
Install Dashi PPT
Copy Dashi PPT into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chuspeeism/dashi-ppt-skill/tree/main/skills/dashi-ppt ~/.claude/skills/dashi-ppt

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chuspeeism/dashi-ppt-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/dashi-ppt/SKILL.md in chuspeeism/dashi-ppt-skill
Installs to
~/.claude/skills/dashi-ppt
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Dashi PPT does

Dashi PPT turns natural language requirements into offline-editable HTML slide decks using preset visual themes, and supports exporting to PPTX or PDF. Use it when making presentations, reports, or slide decks without hand-writing slide markup.

Dashi PPT is cataloged under Automation on DirSkills. Dashi PPT comes from a repository tagged agent-skill, ai-agent, ai-ppt, claude and claude-code.

Documentation

README

Dashi PPT

Dashi PPT 生成静态 HTML 横向翻页 PPT。使用本 skill 时,先把用户的自然语言需求整理成 JSON 计划,再调用本地项目生成器输出 index.htmlassets/

版本

当前版本: 0.4.11

每次完成用户请求、准备最终回复前,运行:

node <skill-root>/scripts/check_latest_version.mjs

如果脚本有输出,把输出内容附在最终回复末尾提醒用户更新;如果脚本无输出或检查失败,保持静默,不要提版本检查。

Skill 目录

当前 SKILL.md 所在目录就是 Skill 根目录,下文记为 <skill-root>

内置生成器目录:

<skill-root>/project

渲染脚本:

  • macOS / Linux: <skill-root>/scripts/render_goal_deck.sh
  • Windows PowerShell: <skill-root>/scripts/render_goal_deck.ps1

版本检查脚本:

<skill-root>/scripts/check_latest_version.mjs

生成原则

本 Skill 为每个逻辑页生成 3 个模板方案和 1 个 Agent 定制方案,输出可离线打开的 HTML PPT。

前三个模板方案使用“锁模板填文案”:保留所选页面组件的原始视觉、结构、数量、显隐、强调、配色、图表类型和图片槽位,只替换可见文字内容。除非用户明确要求调整页面属性,不要改任何非文案 props。第四个方案由 Agent 在当前主题视觉语言内按本页内容定制,不属于模板候选。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Dashi PPT

  • How does Dashi PPT compare to other Automation skills?

    Dashi PPT ranks #280 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Dashi PPT against them. Open each page to compare what they document and how they install.