agentsclimarketplace

Deck

Skill jazz1x/galmuri/skills/deck

갈무리 — the Korean art of putting things away properly. A Claude Code plugin that gathers scattered thoughts into something you'd want to keep.

Install
npx -y skills add jazz1x/galmuri --skill deck

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Deck generation adapter. Requires a preset selection. Emits two files — a SlideSpec JSON and a presentation script markdown. No binary build. Triggers: "덱 만들어", "슬라이드 만들어", "발표 자료", "deck 생성", "deck 만들어", "A vs B 슬라이드", "뭐가 나은지 슬라이드"

SKILL.md

2.4 KB, as published. Nobody here has run it

galmuri:deck — Deck generation adapter

Prerequisites

  • scripts/preflight.sh passes.
  • skills/distill/ engine is installed.

Step 1: Preset selection (required)

When --preset is missing, ask via HITL — "Which preset? e.g. pitch-deck for a 3-slide presentation." Selected preset resolves to references/preset-{name}.md.

#PresetShape
1decision-sandwich-6decision deck, 6 slides
2pitch-deckpresentation, 3 slides
3concept-explainconcept introduction, 4–5 slides
4story-arcvariable length

Step 2: Engine Invoke

Pick mode/ratio from the preset (read the preset file's frontmatter):

  • Call distill --mode {preset.mode} --ratio {preset.ratio} --audience {X}.
  • Receive the EngineOutput JSON.

Step 3: SlideSpec generation

EngineOutput.units + preset mapping → SlideSpec[]:

  • Place each unit onto a slide following the preset file's slide structure.
  • Apply the color/font tokens from references/design-tokens.md.

Step 4: Save (2 files)

FileContent
docs/galmuri-deck-{slug}.jsonSlideSpec[] array (machine consumption)
docs/galmuri-deck-{slug}.mdper-slide script + visual cues (humans)

"Create both files? docs/galmuri-deck-{slug}.{json,md} (y/n/edit-slug)"

No binary build step. Do not introduce logic that emits native presentation-program file formats.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.