compozycompozyOfficialยท6 Agent Skills Included

kb

Build searchable markdown knowledge bases from any source

Builds topic-based markdown knowledge bases from web pages, local files, YouTube channels, Instagram reels, bookmarks, and entire codebases. Analyzes code for complexity, dead code, coupling, and circular dependencies, then renders everything as cross-linked Obsidian notes. Eliminates manual note organization and scattered research by keeping ingestion, linting, indexing, and semantic search in one local binary.
npx skills add compozy/kb --all -g -y
Available:

Gives your agent the full kb command map, package layout, and verification rules so it can scaffold topics, ingest sources, and inspect codebases correctly without guessing flags.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’