knowledge-base

Ingest sources into an LLM-maintained wiki with frontmatter and folder-structure requirements.

35|9|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Appsilon/mediforce --skill knowledge-base-appsilon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-base
Source: https://github.com/Appsilon/mediforce/tree/main/skills/knowledge-base
Command: npx skills add https://github.com/Appsilon/mediforce --skill knowledge-base-appsilon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains a centralized, searchable knowledge base by ingesting diverse sources into a wiki, enabling rapid answers and consistent documentation.

Core Features & Use Cases

  • Ingest: compile new sources into wiki pages under the right buckets with frontmatter conformance.
  • Query: answer questions from the wiki and cite sources; file syntheses back when needed.
  • Lint: run health checks to ensure consistency, accuracy, and up-to-date references across pages.
  • Use Case: when adding new docs, answering architecture/domain questions, or before pushing wiki-related PRs.

Quick Start

Start by ingesting a source with /knowledge-base ingest <path> to populate the wiki.

Frequently Asked Questions about knowledge-base

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

FAQPage Schema
How do I ingest documentation into an LLM wiki for fast querying?

You can ingest sources into an LLM wiki by running the ingest command with a file path. This compiles new documentation into wiki pages with proper frontmatter, enabling rapid answers and consistent knowledge retrieval.

What is an LLM-maintained wiki and when do I need one?

An LLM-maintained wiki is a centralized, searchable knowledge repository that ingests diverse sources into structured pages. You need one to maintain consistent architectural or domain documentation and enable rapid answers.

How do I lint a knowledge base before pushing a wiki-related PR?

You lint a knowledge base by running health checks that ensure consistency, accuracy, and up-to-date references across wiki pages. This validates folder structure and frontmatter before pushing wiki-related PRs.

Can I query my documentation wiki and cite sources directly?

Yes, you can query the knowledge base to answer architecture or domain questions and cite sources directly. When needed, the query results can also be filed back into the wiki as syntheses.

Does the knowledge base require specific folder structure and frontmatter?

Yes, the knowledge base enforces clear frontmatter and folder-structure requirements for all ingested pages. Linting validates this structure to ensure consistency, accuracy, and up-to-date references across the wiki.