Marp 1 Project Structure

Sub-skill of marp: 1. Project Structure (+1).

vamseeachanta Updated

File contents

1. Project Structure (+1)

1. Project Structure

presentations/
├── slides/
│   ├── quarterly-review.md
│   └── product-demo.md
├── themes/
│   └── corporate.css
├── images/
├── dist/
├── .marprc.yml
└── package.json

2. Slide Template

---
marp: true
theme: corporate
paginate: true
header: 'Company | Title'
footer: '2026'
---

<!-- _class: title -->
<!-- _paginate: false -->

# Presentation Title

**Presenter Name** | *Date*

---

# Agenda

1. Topic One
2. Topic Two
3. Q&A

---

<!-- _class: section -->

# Section 1

---

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/documentation/marp/1-project-structure commit 858470ea86

Frequently asked questions

npx skillmds@latest add vamseeachanta/marp-1-project-structure