knowledge-distillation

Distill clinical knowledge from Chinese medicine texts into queryable entities and maps.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill knowledge-distillation-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-distillation
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/skills/knowledge-distillation
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill knowledge-distillation-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates structured distillation of clinical knowledge from canonical Chinese medicine texts into a compact, queryable knowledge base.

Core Features & Use Cases

  • Automated, multi-phase distillation from canonical medical texts (e.g., traditional Chinese medicine corpora) into domain entities (herbs, formulas, conditions, pathology) and a clinical map.
  • Iterative convergence monitoring with dashboard-ready reports and cron-job style scheduling to ensure stable, reusable knowledge artifacts.
  • Use Case: Build a condensed clinical knowledge base from thousands of markdown documents to power domain-specific search, Q&A, and decision-support tools.

Quick Start

Run the knowledge-distillation pipeline on your target text corpus and monitor convergence until CONVERGENCE_REACHED.

Frequently Asked Questions about knowledge-distillation

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

FAQPage Schema
How do I automate clinical knowledge distillation from canonical Chinese medicine texts?

The convergence mechanism monitors iterative, cron-job style processing cycles on your text corpus until CONVERGENCE_REACHED. This ensures stable entity consolidation and generates dashboard-ready reports for a reliable clinical map.

What is the best way to build a queryable clinical knowledge base from markdown documents?

Building a queryable clinical knowledge base from markdown requires multi-phase distillation that extracts multi-domain entities like conditions and formulas. This process yields a condensed clinical map capable of answering core clinical questions for decision-support tools.

Can I use knowledge distillation for multi-entity domains like herbs and formulas?

Yes, knowledge distillation handles multi-entity domains by extracting herbs, formulas, conditions, and pathology from canonical medical texts. It consolidates these entities through iterative processing to form a stable clinical knowledge map.

Does clinical knowledge distillation require dependencies to process medical text corpora?

No external dependencies are required to run the clinical knowledge distillation pipeline. It operates independently to process your target markdown text corpus and monitor convergence until stable clinical knowledge artifacts are achieved.

When do I need iterative convergence tracking for a clinical knowledge map?

Iterative convergence tracking is needed when distilling thousands of markdown documents into stable entities. It prevents incomplete extraction by running cron-job style cycles until CONVERGENCE_REACHED, ensuring the clinical map accurately answers domain-specific queries.