Sub-skill of marp: 1. Project Structure (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-project-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Project Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-project-structure-8aab82ac)More formats (shields.io, HTML) on the badges page.
---
name: marp-1-project-structure
description: 'Sub-skill of marp: 1. Project Structure (+1).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 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
```markdown
---
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
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.