# Remotion Slide Quote

> Remotion 슬라이드의 quote 타입 전용 스킬. 핵심 문장이나 인용구를 큰따옴표 장식과 함께 크게 보여주는 슬라이드를 설계하거나 수정할 때 사용.

- Skill: `canine89/remotion-slide-quote` (Agent Skill)
- Install (CLI): `npx skillmds@latest add canine89/remotion-slide-quote`
- Raw SKILL.md: https://api.skillmd.com/api/skills/canine89/remotion-slide-quote/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: canine89 (https://skillmd.com/u/canine89)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/canine89/remotion-slide-quote

---


# Quote Slide

## 언제 쓰나

- 핵심 메시지를 강하게 남기고 싶을 때
- 인용구, 명언, 사용자 피드백을 보여줄 때
- 발표 흐름에서 잠깐 멈추고 리듬감을 줄 때

## 타입

```typescript
{
  type: "quote",
  badge: "카테고리명",
  title: "메인 타이틀",
  quote: "인용 문장",
  attribution: "출처",  // optional
}
```

## 마크다운 패턴

```markdown
# [인사이트] 핵심 메시지

"" 좋은 디자인은 가능한 적게 디자인하는 것이다
— Dieter Rams
```

- `""` 로 시작하는 줄이 인용 문장
- `—` 또는 `--` 로 시작하는 줄이 출처 (선택)

## 작성 원칙

- 인용 문장은 1~2줄로 유지
- 출처가 없어도 됨 (자기 메시지 강조용)
- 불릿이나 태그를 섞지 않는다 — 인용문 자체에 집중
- 긴 문장이면 핵심만 발췌한다

