About Guides Journal What I Use
Free Guide

How to Build a Personal Knowledge Base with Claude

Turn YouTube videos, articles, and notes into a searchable AI brain

by Lucia | @reallyusefulai

What's Inside
Section 01

What We're Building (and Why)

You consume a lot of content. YouTube videos, articles, podcasts, PDFs. But how much of it do you actually remember a week later? Probably not much.

That's the problem. You watch a brilliant 40-minute video full of frameworks and tips, and by next Tuesday it's gone. You bookmark articles and never open them again. You take notes that sit in a folder collecting dust.

The solution is a system where you paste a URL or drop a file, and Claude turns it into a structured knowledge note. Not a vague summary. A complete, organised reference you can actually use later.

Over time, this becomes your personal reference library. 10 notes. 50 notes. 100 notes. Every insight, every framework, every useful tip, all structured and searchable.

Here's the magic: Claude can read your knowledge base at the start of every session. It knows what you know. When you ask it to write something, it pulls from your actual learnings, not just its general training.

How I use this

I have 46 knowledge notes right now. When I ask Claude to help with content ideas, it references insights from videos I watched months ago. It's like having a second brain that actually works.

Section 02

How It Works (The Flow)

The whole system is simple. Content goes in, structured knowledge comes out, and Claude gets smarter every time.

The compounding effect

Every note you add makes Claude more useful. After 20 notes, it starts connecting ideas across different sources. After 50, it feels like working with someone who's read everything you've read.

Section 03

Set Up the Folder Structure

First, you need a place for your knowledge to live. This takes about 30 seconds.

In your workspace, you'll create a simple folder structure:

Folder Structure
  • 1knowledge/ -- where your finished knowledge notes are saved
  • 2knowledge/inbox/ -- where you drop things to process
  • 3knowledge/inbox/links.txt -- paste URLs here, one per line
  • 4knowledge/inbox/notes.txt -- paste raw text, notes, or quotes here

Drop PDF files directly into knowledge/inbox/ as well.

You don't need to create this manually. Just ask Claude to do it. Open Claude Code or start a new task in Cowork and type:

Create a knowledge folder structure in my workspace with an inbox subfolder. Inside inbox, create links.txt and notes.txt files. Add a comment at the top of each explaining what to paste there.

Claude will create the folders and files in seconds. You'll see them appear in your workspace.

Works in both Claude Code and Cowork

If you're using Claude Code, run this in your terminal or the extension panel. If you're using Cowork, paste it as a task. Either way, Claude creates the same folder structure.

Why an inbox?

The inbox is where content waits to be processed. You can dump five YouTube links in there during the week, then process them all at once on Sunday. It separates "saving" from "processing" so you never lose something just because you didn't have time to deal with it right away.

Section 04

Create the Knowledge Skill

This is the key step. You're creating a custom skill that tells Claude exactly how to process content into knowledge notes.

A skill is a reusable instruction set. Once you create it, you can trigger it anytime with a simple command instead of re-explaining what you want every time.

In Claude Code, paste this prompt:

Create a custom skill called "learn" that does the following: When I give you a YouTube URL: 1. Extract the full transcript 2. Get the title, channel name, and description When I give you an article URL: 3. Fetch the full article content For all content: 4. Extract EVERYTHING. Don't summarise. The note should be a complete reference. 5. Reorganise into clear, logical sections with headers 6. Turn rambling explanations into tables, numbered steps, and bullet points 7. Preserve every prompt template, example, tip, and framework in full 8. Add frontmatter with: title, source URL, author, tags 9. Add a Key Takeaways section at the end 10. Add a Tools/Resources Mentioned section 11. Save as a markdown file in knowledge/ with a descriptive kebab-case filename 12. Update knowledge/index.md with the new entry Save this as a skill so I can use it anytime by typing /learn [URL]

Claude will create the skill file in your workspace. From now on, you just type /learn followed by a URL and it handles everything.

Using Cowork instead?

In Cowork, go to Customise > Skills and create a new skill there. Paste the same instructions. You can also just describe what you want in a task and ask Cowork to save it as a reusable skill.

Why "extract everything" matters

Most AI summaries lose the details. A 30-minute video gets compressed into five bullet points. That's useless as a reference. By telling Claude to extract everything and preserve all frameworks, prompts, and examples in full, you get a note you can actually come back to months later and still find exactly what you need.

Section 05

Process Your First Piece of Content

Time to test it. Pick a YouTube video or article you found valuable recently and feed it to Claude.

Try it with a YouTube video:

/learn https://www.youtube.com/watch?v=YOUR_VIDEO_ID

Or with an article:

/learn https://example.com/interesting-article

What you get: A structured markdown file in your knowledge/ folder. It will have clear sections, bullet points, frameworks, and every detail from the original content. Not a summary. A complete reference.

What a good knowledge note looks like

A good note has clear section headers, bullet points for quick scanning, every framework and example preserved in full, a "Key Takeaways" section at the end, and frontmatter at the top with the source URL and tags. Think of it as a reference card you could hand to someone who didn't watch the video, and they'd get everything from it.

Start with something you remember well

Pick a video or article you watched recently so you can judge the quality. If you remember the key points, you'll be able to tell whether Claude captured everything or missed something important.

Section 06

Process Multiple Items at Once (Batch Mode)

Processing one thing at a time works great. But the real power comes when you batch process a whole week's worth of content in one go.

Throughout the week, save things as you find them:

Then, when you're ready to process everything, ask Claude:

Process everything in my knowledge inbox. For each URL, note, and PDF, create a structured knowledge file. Update the index when you're done.

Claude will work through each item, create a separate knowledge note for each one, and update the index with all the new entries.

My weekly routine

I watch videos and read articles during the week and paste the URLs into links.txt as I go. Takes about 5 seconds each time. Then on Sunday evening, I ask Claude to process the whole inbox. Five or six new knowledge notes, zero effort. Monday morning, Claude starts the week knowing everything I learned.

The inbox clears itself

After processing, Claude can clear the inbox files so they're ready for the next batch. Ask it to empty links.txt and notes.txt after processing, or move PDFs to a "processed" subfolder so you know what's been done.

Section 07

Make Claude Read Your Knowledge

Your knowledge base is useless if Claude doesn't know it exists. This step connects everything together.

You need to tell Claude to check your knowledge base at the start of every session. The way to do this depends on which tool you're using.

Claude Code

Add this line to your CLAUDE.md file (the instructions file in your workspace root):

At the start of every session, read knowledge/index.md to see what knowledge is available. Reference relevant knowledge notes when working on tasks.

If you don't have a CLAUDE.md file yet, ask Claude to create one.

Cowork

Go to Customise and add the same instruction to your project instructions or system prompt. This tells Cowork to check the knowledge folder every time it starts a task.

Now every session, Claude sees your full library. When you ask "write a post about AI automation", Claude pulls from your knowledge: "Based on the video you watched about workflow automation and the article on AI tools for small teams, here's an angle..."

This is the compounding effect

The more you feed it, the smarter it gets about your specific interests. After 20 notes, Claude starts connecting ideas across different sources. It might reference a framework from one video while answering a question about a topic from a completely different article. It's not just storage. It's context.

Claude reads the index, not every file

Claude reads the index to see what's available, then reads individual knowledge files only when they're relevant to what you're working on. This keeps things fast even when you have 100+ notes.

Section 08

Build the Index

The index is the master list of everything in your knowledge base. It's how Claude (and you) can quickly see what's available without opening every file.

A good index shows the title, a one-line description, the source, and the filename for each note. It should be grouped by category so you can scan it quickly.

Here's what an index looks like:

Example Index
  • AIAI Strategy
    ai-automation-for-small-teams.md -- How to identify which tasks to automate first (YouTube, Alex Hormozi)
    claude-code-advanced-tips.md -- Power user techniques for Claude Code (Article, Anthropic Blog)
  • MKMarketing
    instagram-reels-strategy-2026.md -- What's working now for short-form video (YouTube, Vanessa Lau)
    email-list-building-guide.md -- From 0 to 1000 subscribers (Article, ConvertKit Blog)
  • MTMeetings
    meeting-2026-03-15-strategy-call.md -- Quarterly planning, key decisions and action items

Ask Claude to build or rebuild the index anytime:

Scan all files in my knowledge folder and rebuild the index. Group them by topic. Include the title, a one-line description, and the filename for each.

Your /learn skill should update the index automatically every time you add a new note. But if things ever get out of sync, just ask Claude to rebuild it from scratch.

Keep categories simple

Don't overthink the categories. Start with 3 or 4 broad groups and let them evolve naturally as your library grows. Claude can recategorise everything later if your needs change.

Section 09

What to Feed It

Anything worth remembering is worth adding to your knowledge base. Here's what works well.

Content Type How to Add It
YouTube videos Paste the URL. Claude extracts the full transcript, title, and channel info. Great for tutorials, courses, and talks.
Articles and blog posts Paste the URL. Claude fetches the full article and structures it into a clean reference.
PDFs Drop the file into knowledge/inbox/. Claude extracts the text and organises it. Works for reports, whitepapers, and ebooks.
Meeting notes Paste the transcript or summary into notes.txt. Claude pulls out decisions, action items, and key discussion points.
Social media posts Paste the caption into notes.txt. Great for capturing tips from Instagram or TikTok posts with valuable content.
Podcast episodes If you have a transcript, paste it into notes.txt. Claude structures it the same as any other content.
Your own ideas Paste raw thoughts, frameworks, or notes into notes.txt. Claude will clean them up and make them searchable.
The 2-minute habit

I process about 3 to 5 pieces of content per week. The habit takes 2 minutes: paste the URL or text, run the skill. The compound value is enormous. After a few months, you have a library that would take days to build manually.

What not to add

Don't add everything. Be selective. If a video was mediocre and you wouldn't recommend it to a friend, don't add it. Your knowledge base should be a curated library of your best learnings, not a dumping ground for everything you've ever clicked on.

Section 10

What You've Built

Let's step back and look at what you now have.

You've built a personal AI knowledge base that:

The honest truth

This is honestly one of the most useful things I've built with Claude. It changed how I learn. I don't just consume content anymore. I capture it, structure it, and actually use it. The system takes minutes to set up and seconds to maintain. But the value compounds every single week.

Your knowledge base is ready.

Start with one video or article. Process it. Check the note. Then build the habit.

Have any questions? Just DM me @reallyusefulai on Instagram or TikTok

More free guides at reallyusefulai.co/guides

← Back to all guides