youtube-artifact-collectorlisted
Install: claude install-skill alikmlsipahi/youtube-to-spec
# youtube-artifact-collector
Skill 1 of the YouTube intelligence pipeline — the **production layer**. It turns
one or more video sources into high-quality, LLM-friendly artifacts and never
performs analysis itself. (Downstream analysis is the job of the consumption
layer, e.g. the `spec-distiller` skill.)
## When to use this skill
Use it when the request is about **producing structured artifacts from video
sources**, especially across **multiple videos or a playlist**:
- "Collect metadata and transcripts for this playlist."
- "Build a dataset from these tutorial videos."
- "Archive these videos as structured JSON I can feed to an LLM."
**Do not** use it for a quick one-off "just give me the transcript of this
video" — that is the narrower `youtube-transcript` skill. This skill deliberately
collects metadata **and** transcripts and writes a relational artifact set.
## What it produces
For every video, a lossless canonical **`<slug>.json`** plus a readable
**`<slug>.md`** view, where `<slug>` is the video's title slugified — collection
members are additionally numbered by playlist position (`01-<slug>.json`). For a
collection (playlist or multi-URL run), a **`_manifest.json`** that records the
ordered membership, per-member status, and a summary — failed/unavailable videos
are **listed with their status and reason, never silently dropped**.
Key properties (see `docs/IMPLEMENTATION_PLAN_v2.md` for the canonical schema):
- `schema_version` on every artifact — the only co