prefill

Seed missing wiki foundation pages from a foundations catalog.

1.6k|208|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/skyllwt/OmegaWiki --skill prefill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prefill
Source: https://github.com/skyllwt/OmegaWiki/tree/main/.claude/skills/prefill
Command: npx skills add https://github.com/skyllwt/OmegaWiki --skill prefill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Seeds wiki foundations with domain background knowledge so subsequent /ingest does not create duplicate concept pages for textbook material.

Core Features & Use Cases

  • Seeds domain-specific and general foundations into wiki/foundations/ as terminal pages for stable reference.
  • Performs idempotent seeding by skipping existing foundations and logging actions for audit.
  • Leverages a foundations catalog to accelerate population across NLP, CV, ML Systems, Robotics, and general domains.

Quick Start

Run the prefill skill with a domain and optional --add to seed exactly one foundation or multiple foundations from the catalog.

Frequently Asked Questions about prefill

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

FAQPage Schema
How do I prevent duplicate wiki concept pages when importing domain knowledge?

Wiki foundation seeding prevents duplicate concept pages by importing domain background knowledge into wiki/foundations/ as stable terminal references before ingestion occurs. It reads domain preferences to determine scope and writes new pages only when missing.

What is the best way to seed domain knowledge for NLP and CV wiki topics?

Seeding domain knowledge for NLP, CV, ML Systems, and Robotics uses a foundations catalog to accelerate population. The prefill process reads foundations-catalog.yaml and wiki topics to determine seed scope, then writes missing foundation pages as terminal references.

How do I seed a single wiki foundation page from a domain catalog?

Run the prefill skill with a specified domain and use the optional --add flag to seed exactly one foundation page. You can also seed multiple foundations from the catalog in a single run to populate wiki/foundations/ efficiently.

Can I re-run wiki foundation seeding without creating duplicate pages?

Wiki foundation seeding is idempotent, meaning re-running it safely skips existing foundations without creating duplicates. It logs all actions in wiki/log.md for audit purposes, ensuring progress is tracked across multiple seeding operations.

Does wiki foundation seeding require any external dependencies or components?

Wiki foundation seeding requires no external dependencies or components to operate. It independently reads foundations-catalog.yaml and wiki topics to determine scope, then writes only missing foundation pages while recording progress in wiki/log.md.