bdistill-knowledge-extraction

Featured

Extract structured domain knowledge from AI models in-session or from local open-source models via Ollama. No API key needed.

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Knowledge Extraction Extract structured, quality-scored domain knowledge from any AI model — in-session from closed models (no API key) or locally from open-source models via Ollama. ## Overview bdistill turns your AI subscription sessions into a compounding knowledge base. The agent answers targeted domain questions, bdistill structures and quality-scores the responses, and the output accumulates into a searchable, exportable reference dataset. Adversarial mode challenges the agent's claims — forcing evidence, corrections, and acknowledged limitations — producing validated knowledge entries. ## When to Use This Skill - Use when you need structured reference data on any domain (medical, legal, finance, cybersecurity) - Use when building lookup tables, Q&A datasets, or research corpora - Use when generating training data for traditional ML models (regression, classification — NOT competing LLMs) - Use when you want cross-model comparison on domain knowledge ## How It Works ### Step 1: Install ```bash pip install bdistill claude mcp add bdistill -- bdistill-mcp # Claude Code ``` ### Step 2: Extract knowledge in-session ``` /distill medical cardiology # Preset domain /distill --custom kubernetes docker helm # Custom terms /distill --adversarial medical # With adversarial validation ``` ### Step 3: Search, export, compound ```bash bdistill kb list # Show all domains bdistill kb search "atrial ...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

bdistill-behavioral-xray

X-ray any AI model's behavioral patterns — refusal boundaries, hallucination tendencies, reasoning style, formatting defaults. No API key needed.

39,350 Updated today
sickn33
AI & Automation Solid

domain-model-extractor

Extract domain models from monolithic codebases using DDD principles for microservices decomposition

1,160 Updated today
a5c-ai
AI & Automation Featured

knowledge-distillation

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.

27,705 Updated today
davila7
AI & Automation Solid

knowledge-distillation

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.

9,182 Updated 1 months ago
Orchestra-Research
AI & Automation Solid

knowledge-agent

Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.

80,024 Updated 2 days ago
thedotmack