Claude skill ยท runs in Claude Code & Cowork

๐Ÿ€ piped-clover

Paste a research transcript or article โ€” get back a polished slide deck, an editable PowerPoint with native charts, and an interactive mind map. Works the same whether you use Claude Code or the Claude desktop app (Cowork).

How it works Install
Self-contained page โ€” the full skill is embedded below, no internet needed to read or download it. Packaged 31.4 KB ยท generated 2026-06-15

What you get

One paste in. Three linked artifacts out โ€” each with the source citation and a personalised "So What โ€” For You" takeaway.

๐Ÿ“Š

Marp slide deck

8โ€“16 clean slides, auto-styled by content type. Presentation-ready.

slides.md ยท .pdf ยท .html
๐Ÿ“ˆ

PowerPoint

Editable deck with native charts โ€” only where the source has real numbers.

deck.pptx
๐Ÿง 

Mind map

Interactive, zoomable map of the whole argument, with source deep-links.

mindmap.html

How it works

You paste the text; Claude follows SKILL.md. Mechanical parsing is done by small scripts, the judgement by the model. Click a file chip to jump to it.

0

Paste the source

A transcript, article, show notes, or your own notes โ€” plus the title & author. No transcript? The skill points you to copy-paste steps for YouTube & Apple Podcasts.

getting-transcripts.md
1

Extract structure

A Python parser pulls headings, bullets, numbers, frameworks & timestamps into structure.json. The model then fills semantic gaps.

extract_structure.py
2

Pick a visual style

A rubric chooses framework-first, narrative-arc, or concept-hierarchy from what the content actually is.

style-rubric.md
3

Write & render the deck

Claude writes themed Marp slides; the skill renders them to PDF + HTML.

render_marp.shmarp-theme.css
4

Build the mind map

Writes the map markdown and renders it to a zoomable interactive page.

render_markmap.sh
5

"So What โ€” For You"

A grounded takeaway slide. Uses an optional ~/.claude/profile.md if present; otherwise stays source-grounded.

6

Generate the PowerPoint

Builds a slide spec + chart CSVs, then hands off to Claude's built-in pptx skill (present in both Claude Code & Cowork).

build_pptx_payload.py

Install

Claude Cowork

Desktop app ยท no terminal ยท for people without Claude Code
  1. Download & unzip the skill (button at top).
  2. In the Claude desktop app โ†’ Cowork โ†’ Customize โ†’ Skills / Extensions โ†’ + Add, point it at the skills/piped-clover folder.
  3. Connect a folder for outputs (Cowork only writes to folders you connect).
  4. Paste a transcript and ask for "a deck and mind map from this."
Managed Cowork: the renderers fetch small packages from npm/PyPI on first run. If they're blocked, an admin needs to allow that egress โ€” you'll still get the .md + .pptx without it.

Claude Code

Terminal ยท symlink into your skills dir
  1. Download & unzip the skill.
  2. From the unzipped piped-clover folder, run:
mkdir -p ~/.claude/skills
ln -sfn "$(pwd)/skills/piped-clover" \
  ~/.claude/skills/piped-clover
  1. Paste a transcript and say "turn this into slides and a mind map." Outputs land in ~/research-visuals/{topic}/.
Needs Node for the renderers โ€” auto-installed on first run (macOS brew / Linux apt), or brew install node yourself.

Browse every file

The whole skill, readable here. Pick a file to view it; download any one, or the whole bundle.