AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Marp Style

skill-furedea-agent-harness-marp-style · by furedea

>

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-furedea-agent-harness-marp-style

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-furedea-agent-harness-marp-style)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
17d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Marp Style? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Marp Slide Creation

Always generate a Marp slide file using the conventions below. Do not invent a different frontmatter or theme — use exactly what is specified here.

Fixed Frontmatter

Every slide file must begin with this exact frontmatter:

---
marp: true
theme: base
paginate: true
---

Required Slide Structure

Every deck must follow this order:

Slide 1 — Title (lead class)


# Presentation Title

YYYY 年 M 月 D 日

Affiliation / Presenter

Slide 2 — Table of Contents (toc class)

The header directive sets the running header for all subsequent slides.


# 目次

- Section 1
- Section 2
- Section 3

Content Slides

Each content slide starts with # Heading (becomes a section title with underline from CSS).

---

# Section Title

- Point A
- Point B
    - Sub-point

**Key insight:** use `text` or `**text**` for emphasis.

References Slide (if needed)

---

# 参考文献

1. Author, "Title," Venue, Year.
2. ...

Slide Separator

Use --- on its own line to separate slides.

CSS Classes and Their Usage

| Class | Purpose | How to apply | | --- | --- | --- | | lead | Title slide — centered layout, no underline on h1 | ` | | toc | Table of contents — vertically centered list | | | photo-reserve | Reserves the top half for a photo/image placeholder | | | fullimage | Full-bleed image, zero padding | ` |

Apply a class only to the slide it belongs to using `` (underscore prefix = applies only to that one slide).

Inline HTML

Inline HTML elements are allowed and commonly used in this codebase:


Key message goes here

→ Takeaway sentence

Blockquote = Bottom Citation

A > blockquote renders as a small-font citation strip at the bottom of the slide (not a normal quote):

> Smith et al., "Paper Title," ICSE 2024.

Use this for citing sources on a specific slide.

Theme Design (base.css)

The base theme is defined in assets/base.css in this skill directory (also lives at ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/furedea/Slides/base.css).

Key design tokens:

  • Primary color: rgb(14, 131, 253) (blue)
  • Background: rgb(239, 255, 255) (light cyan)
  • Code background: rgb(255, 229, 193) (peach)
  • Body font: Noto Serif JP, 28px
  • h1: 50px with bottom border
  • h2: 45px, h3: 40px, h4: 35px

Save Location

Save completed slides to:

~/Library/Mobile Documents/iCloud~md~obsidian/Documents/furedea/Slides/

Use a descriptive Japanese or English filename with underscores:

  • 研究進捗_2026_03.md
  • tech_talk_rust.md

Complete Minimal Example

---
marp: true
theme: base
size: 4:3
paginate: true
---

# Rust 入門

2026 年 3 月 18 日

---

# 目次

- Rust とは
- 所有権システム
- まとめ

---

# Rust とは

- Mozilla が開発したシステムプログラミング言語
- **メモリ安全** をコンパイル時に保証
- GC なし,ゼロコスト抽象化

---

# 所有権システム

- 各値に **唯一の所有者** が存在する
- 所有者がスコープを外れると値は破棄される
- 借用(`&`)で参照を渡せる

---

# まとめ

- Rust = 安全 + 高速
- 所有権モデルがメモリ安全の鍵
- 学習コストは高いが見返りは大きい

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.