Weekly YouTube Picks
When to use
Use this skill when the user asks to create or update the weekly YouTube picks note (or "weekly picks") based on newly distilled videos or other curated sources.
Keywords: weekly picks, weekly YouTube picks, roundup, weekly note
Inputs
Required:
- •
sources(list): Each source must includetitle,url, and a 1-2 sentence takeaway.
Optional:
- •
week(string): ISO week inYYYY-Wwwformat. If missing, use the current local week. - •
focus_note(string): One-sentence theme for the week (used in front matternote). - •
published_notes(list): Relevant note titles to reference (must have thepublishtag). - •
distilled_refs(list): Distilled note paths to mine forsource_urlonly (do not link to distilled notes). - •
tags(list): Extra tags for front matter. - •
status(string):draft(default) orpublished.
Output
- •A note in
notes/namedWeekly YouTube Picks - YYYY-Www.mdusing the existing weekly template.
Procedure
- •
Determine target week
- •If
weekis provided, use it. - •Otherwise, use the current local ISO week (
date +%G-W%V).
- •If
- •
Find the most recent weekly picks note
- •Search
notes/for a file taggedweekly. - •Use that file as the format template (title, sections, tone).
- •Search
- •
Assemble source list
- •If
distilled_refsare provided, open each distilled note and copy only itssource_url(and inferred title). Do not link to the distilled note itself. - •For each source, ensure:
- •A direct, public URL
- •A short, concrete takeaway
- •If
- •
Draft the note
- •Title:
Weekly YouTube Picks (YYYY-Www) - •Front matter:
- •
tagsmust includeweeklyandyoutube - •Include
publishtag only ifstatusispublished - •Include
statusfield - •Include
notewith the weekly theme if provided
- •
- •Sections:
- •
## Picks: bullet list of sources formatted like:- •
**[Title](URL)** — 1-3 sentence summary with key ideas; link to published notes with[[Note Title]]` when relevant.
- •
- •
## Related Notes: list of relevant published notes as wiki links.
- •
- •Title:
- •
Write or update file
- •If a note for the target week exists, update it.
- •Otherwise, create a new file in
notes/.
Guardrails
- •Do not link to
distilled/notes in the body. - •Prefer direct source URLs (YouTube, articles).
- •Only reference notes that have the
publishtag. - •Keep summaries tight and concrete; no hype.