kb

Ingest web content, PDFs, and local docs into frontmatter-driven wiki articles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/calebeynon/claude-code-setup --skill kb-calebeynon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/calebeynon/claude-code-setup/tree/main/skills/kb
Command: npx skills add https://github.com/calebeynon/claude-code-setup --skill kb-calebeynon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The knowledge base (KB) keeps project notes, decisions, and documentation organized, searchable, and consistently formatted so teams can find and reuse information quickly.

Core Features & Use Cases

  • Ingest: bring external content into wiki-like articles with frontmatter.
  • Compile: auto-generate an index and cross-links for fast navigation.
  • Search: query across concepts, tools, methods, and papers to surface relevant material and insights.

Quick Start

Create the wiki structure at wiki/ and begin ingesting articles, then run /kb compile to update the index.

Frequently Asked Questions about kb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest PDFs and web content into a searchable project wiki?

You ingest PDFs and web content into a searchable project wiki by importing external material into structured articles with frontmatter, enabling consistent formatting and fast cross-referencing across your project knowledge.

What is the best way to auto-generate an index and cross-links for documentation?

Auto-generating an index and cross-links for documentation is done by compiling frontmatter-driven articles, which scans structured wiki entries to create automated indexing and cross-reference checks that maintain consistency.

How does frontmatter validation maintain consistency in a knowledge base?

Frontmatter validation maintains consistency in a knowledge base by enforcing structured metadata rules on ingested articles, ensuring that automated indexing and cross-reference checks accurately link related concepts, tools, and methods.

Can I search across local docs and ingested web content for specific concepts?

Yes, you can search across local docs and ingested web content for specific concepts by querying the compiled knowledge base, which surfaces relevant material and insights from structured wiki articles.

Does a frontmatter-driven wiki work for software projects of all sizes?

Yes, a frontmatter-driven wiki works for software projects of all sizes, enabling teams to ingest local docs, PDFs, and web content while applying frontmatter validation and cross-reference checks to keep project knowledge organized.

Why do I need cross-reference checks when compiling a knowledge base?

Cross-reference checks are needed when compiling a knowledge base to maintain consistency across frontmatter-driven articles, ensuring that cross-links and auto-generated indexes accurately connect concepts, tools, and methods without broken references.