lumi-learning-reflect

Creates and updates personal reflection pages in a wiki with user-written understanding and append-only evolution logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learners often lose track of how their understanding of a concept changes over time, and AI assistants tend to write reflections for them instead of prompting genuine metacognition. This Skill guides a structured self-reflection session where the AI acts only as a mirror — quoting your past words and asking questions — while you write your own understanding into a persistent wiki page. ## Core Features & Use Cases - Guided reflection sessions: Prompts you to articulate your current understanding of a concept, source, or topic in your own words, then asks one targeted follow-up question (contrast, application, uncertainty, or implication). - Rewritable understanding with append-only history: Maintains a ## Current understanding section that always reflects your latest thinking, plus an ## Evolution log that records every session without modifying past entries. - Strict personal-layer isolation: Never edits academic wiki pages (concepts, sources, people) and never writes graph edges, keeping reflections as a private overlay on the knowledge base. - Use Case: After reading about cognitive offloading, say "reflect on cognitive-offloading" — the Skill quotes your previous entry, asks what has changed, and saves your new words to wiki/reflections/cognitive-offloading.md with an incremented evolution_count. ## Quick Start Tell the AI "reflect on <concept>" or invoke /lumi-learning-reflect, then answer its prompting questions in your own words so it can save your reflection page.

Frequently Asked Questions about lumi-learning-reflect

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

FAQPage Schema
How do I record my understanding of a concept in a personal wiki?▼

Invoke the reflection skill with a concept slug, such as "reflect on cognitive-offloading". The AI prompts you with questions, waits for your own words, then writes them to wiki/reflections/<concept-id>.md with updated frontmatter and a new evolution entry.

How does the reflection skill track changes in understanding over time?▼

Each reflection page has a rewritable "Current understanding" section holding your latest words and an append-only "Evolution" log. Every session appends a dated entry with a short label and summary, and increments the evolution_count frontmatter field.

Can the AI write the reflection content for me?▼

No. The skill explicitly forbids AI-generated reflection content — the Current understanding section must contain only your own words. The AI may only ask prompting questions, quote your past entries, and write the Evolution entry summary and frontmatter.

Does reflecting on a topic modify my concept or source wiki pages?▼

No. Reflection pages are a personal overlay stored under wiki/reflections/ and are exempt from bidirectional-link rules. The skill never edits academic pages like wiki/concepts/ or wiki/sources/, and never writes graph edges to edges.jsonl.

What happens if the learning pack is not installed in the wiki config?▼

The skill reads _lumina/config/lumina.config.yaml before running and checks for packs.learning: true. If the learning pack is missing, it halts and informs you that the learning pack is required instead of creating any page.

Can I reflect on a topic that has no existing concept page?▼

Yes. Reflections can cover any topic, not just existing concept pages. The skill proceeds normally and simply notes that no matching concept page was found in wiki/concepts/.