
一个由 Cole Medin 合成的 OKF (开放知识格式) 知识库 + Karpathy 风格的 LLM 维基
一个由 Cole Medin 合成的 OKF (开放知识格式) 知识库 + Karpathy 风格的 LLM 维基
A synthesized, densely cross-linked knowledge base mined from Cole Medin's entire long-form YouTube catalog - agentic coding, AI engineering, RAG, harnesses, memory systems, and more. It is an Open Knowledge Format (OKF v0.1) bundle and a Karpathy-style LLM wiki: plain markdown + YAML frontmatter, navigated by index and relative links, no database and no embeddings required.
The point: drop this folder next to your project and any coding agent can answer questions from Cole's videos with citations back to the exact video and timestamp - zero integration, no RAG stack, no API keys.
concepts/ - the ideas, techniques, patterns, and mental models (the PIV loop, context engineering, agentic search, and so on), each synthesizing every video that discusses it.entities/ - the tools, people, and organizations (Claude Code, Archon, MCP, Anthropic, …).sources/ - one summary page per video, with provenance to the raw transcript.raw/ - the immutable, timestamped transcripts (the source of truth).index.md - start here (after SCHEMA.md). The compiled wiki is the search index.Point your coding agent at this bundle with a prompt like:
…
Three Claude Code skills are included that replicate the full pipeline - just point them at a channel. Each fetches transcripts using a different method, then walks you through the extract-canonicalize-write process described below.
| Skill | Method | API Key | Cost | Best for |
|---|---|---|---|---|
/channel-to-kb |
pytubefix + youtube_transcript_api | None | Free | Quick setup, local machines |
/channel-to-kb-ytdlp |
yt-dlp | None | Free | Most reliable, captures publish dates |
/channel-to-kb-supadata |
Supadata API | Required | $17+/mo | No IP issues, AI fallback for uncaptioned videos |
# Example: build a KB from 3blue1brown's channel using yt-dlp
/channel-to-kb-ytdlp @3blue1brown
Each skill fetches all transcripts as raw/*.md files, then guides Claude through the same pipeline used to build this bundle: extract concepts from each transcript, canonicalize (merge duplicates into single canonical pages), write cross-linked concept/entity/source pages, and validate with lint.py. The full pipeline reference is at .claude/references/pipeline-guide.md.
For small channels (under ~30 videos), the whole build fits in one Claude Code session. For larger channels, the skill batches the work and you can resume across sessions.
raw/.md files (timestamped), plus raw/manifest.json.python scripts/build_indexes.py regenerates the indexes; python lint.py gates conformance, link integrity, index coverage, and orphans.For the full story - the two-pass agent architecture, the tooling, and the validation results (citation integrity, adversarial QA, recall) - see docs/MAKING-OF.md and tools/.
See SCHEMA.md for the full contract and docs/ingestion-workflow.md for the step-by-step. Coverage and growth model are in roadmap.md.
Knowledge is synthesized from publicly available YouTube videos by Cole Medin; each page cites its sources. Raw transcripts are included under raw/ for provenance and auditability.
暂无开放 Issues,或尚未同步最近议题。