kb
Build searchable markdown knowledge bases from any source
All Skills in This Repository (6)
Pure Emerald Level Indicatorsimpl-peer-review
Automate peer review of code changes across multiple LLMs.
systematic-qa
Automate full-project QA by discovering repository contracts and executing user-like flows.
spec-peer-review
Facilitate cross-LLM peer reviews of code specifications with a specified model.
kb-yt-channel
Construct knowledge bases from YouTube channels by downloading and indexing video transcripts.
grilling
Examine plans and designs through iterative questioning and feedback loops.
kb
Build and maintain topic-based knowledge bases with the kb CLI.
Frequently Asked Questions
FAQPage SchemaHow to install kb?โผ
Run `npx skills add compozy/kb --all -g -y` in your terminal to install all skills in this repository globally.
What sources can kb ingest?โผ
It ingests web URLs, local files like PDF and DOCX, YouTube videos and channels, Instagram reels, bookmark files, and whole codebases into structured markdown topics.
How does kb analyze a codebase?โผ
Run `kb ingest codebase` on a repository, then use `kb inspect` commands to rank complexity, find dead code, trace dependencies, and detect circular imports.
Does kb need a cloud account or database?โผ
No. It is a single local binary that writes plain markdown you own; only optional features like web scraping or transcription need external API keys.
Can I search my knowledge base with natural language?โผ
Yes. After running `kb index`, the `kb search` command supports hybrid, keyword, and vector search across all your topics.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core