What problem does it solve?
This Skill enables the creation and maintenance of knowledge bases using the kb CLI and the Karpathy KB pattern, streamlining the process of organizing, querying, and maintaining comprehensive knowledge repositories.
Core Features & Use Cases
- Topic Scaffolding: Automatically creates the necessary folder structure for new topics.
- Multi-Source Ingestion: Imports content from URLs, files, YouTube, codebases, and bookmarks.
- Wiki and OKF Dual-Mode: Supports both Obsidian markdown and OKF v0.1 formats for knowledge base creation and maintenance.
- Codebase Analysis: Inspects codebases for smells, dead code, complexity, and more.
- Search and Indexing: Provides powerful search capabilities within the knowledge base.
Quick Start
Use the kb skill to create a new topic and ingest content from a YouTube video. Command: kb topic new my-topic "My Knowledge Base" --mode okf followed by `kb ingest youtube "https://www.youtube.com/watch?v=video-id --topic my-topic".