lumi-research-prefill

Creates Wikipedia-backed foundation pages for stable background concepts in a wiki.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-research-prefill-mathematicguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lumi-research-prefill
Source: https://github.com/MathematicGuy/team-006-vin20k/tree/main/lumina-wiki/.agents/skills/lumi-research-prefill
Command: npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-research-prefill-mathematicguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building a knowledge wiki, common background concepts get redefined repeatedly across pages. This Skill seeds terminal foundation pages under wiki/foundations/ so future ingestion can link to shared definitions without duplicating them. ## Core Features & Use Cases - Wikipedia-backed seeding: Fetches public encyclopedia content via a fetcher script, handling disambiguation, missing pages, and network errors with interactive fallbacks. - Duplicate detection and refresh: Checks whether a foundation already exists and offers skip, refresh, or abort options while preserving created dates and user-edited sections. - Alias management and linting: Proposes unique aliases for each concept and runs lint.mjs --fix to keep wiki/index.md and structural checks clean. - Use Case: Before ingesting project sources about machine learning, run this Skill to create a foundation page for "Reinforcement Learning from Human Feedback" with aliases like "RLHF", so later source pages link to it instead of redefining the term. ## Quick Start Ask the agent to prefill a foundation page for a background topic, for example: create a foundation page for the topic "Reinforcement Learning from Human Feedback".

Frequently Asked Questions about lumi-research-prefill

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

FAQPage Schema
How do I create a foundation page for a background concept in a wiki?▼

Run the skill with a topic title; it generates a slug, checks for an existing page, fetches Wikipedia content, and writes wiki/foundations/<slug>.md with valid frontmatter. It then logs the action and runs lint to update the index.

What happens if the foundation page already exists?▼

The skill shows the existing title, creation date, and latest log reference, then asks you to choose skip, refresh, or abort. Refresh preserves the created date and user-edited sections while updating other content.

How does the Wikipedia fetch handle disambiguation pages?▼

When the fetcher returns a disambiguation result, the skill runs a search and presents numbered candidates with snippets. You can pick a candidate, type a more specific title, or paste content manually.

Can foundation pages have aliases or alternate names?▼

Yes, the skill proposes 2-5 aliases such as abbreviations or common misspellings and asks for confirmation before writing. Aliases must be unique across all foundations, enforced by lint rule L10.

When should I use this skill instead of /lumi-ingest?▼

Use this skill only for stable background concepts from public encyclopedias. Use /lumi-ingest for knowledge extracted from project sources, which carries provenance and confidence fields that foundation pages do not.