Stats
Links
Categories
Generate Marp presentations from your project with minimal effort.
npx claudepluginhub gyu-don/project-to-marpGenerate Marp presentations from your project with minimal effort. Claude explores your project, asks a few questions, and creates polished slides.
A Claude Code plugin that generates Marp presentations from your project with minimal effort.
Invoke the skill and Claude will:
/plugin marketplace add gyu-don/project-to-marp
/plugin install project-to-marp@project-to-marp
git clone https://github.com/gyu-don/project-to-marp.git
/plugin marketplace add ./project-to-marp
/plugin install project-to-marp@project-to-marp
claude --plugin-dir ./project-to-marp
In any project directory, invoke the skill:
/project-to-marp:project-to-marp
Claude will explore the project and guide you through a short Q&A to produce a presentation tailored to your audience and goals.
npm install -g @marp-team/marp-cliproject-to-marp/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
└── skills/
└── project-to-marp/
├── SKILL.md # Skill instructions
└── references/
└── marp-syntax.md # Marp syntax reference
MIT