百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
cole-medin-knowledge-base

cole-medin-knowledge-base

> AI 编程
免费

一个由 Cole Medin 合成的 OKF (开放知识格式) 知识库 + Karpathy 风格的 LLM 维基

117 stars0 点赞1 次浏览
GitHub

工具介绍

一个由 Cole Medin 合成的 OKF (开放知识格式) 知识库 + Karpathy 风格的 LLM 维基


type: overview title: "Cole Medin AI Knowledge Base" description: "An Open Knowledge Format (OKF) wiki mined from Cole Medin's entire long-form YouTube catalog, built to be dropped next to any project as agent-ready reference." tags: [readme, overview] updated: 2026-07-21

Cole Medin - AI Knowledge Base

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.

What's inside

  • 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.

Use it with an agent (copy-paste)

Point your coding agent at this bundle with a prompt like:

…

Build your own (from any YouTube channel)

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.

How it was built (reproducible)

  1. Source. Full transcripts for every long-form video are pulled from the source database and written as immutable raw/.md files (timestamped), plus raw/manifest.json.
  2. Extract. Each transcript is mined for the concepts and entities it teaches, with timestamped quotes.
  3. Canonicalize. All candidates are deduplicated into one taxonomy so each durable idea is a single page synthesizing every video that covers it (synthesis, not one-page-per-video).
  4. Write & link. Concept/entity/source pages are written and cross-linked with typed relationship headings.
  5. Validate. 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.

License / provenance

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· 2 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

开发者工具

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年9月9日
最后更新2026年9月18日
分类AI 编程
定价免费

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.