lumi-help

Orient users in a Lumina wiki workspace via orientation, catalog, and framework Q&A modes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of a Lumina wiki workspace often don't know what to do next, which skills are installed, or how the framework works. This Skill answers those questions by reading the workspace state and local documentation, then recommending one concrete next action or answering with cited sources. ## Core Features & Use Cases - Orientation Mode: Detects workspace state (manifest, pending skills, un-ingested raw files) and recommends one next skill with a reason, offering to run it. - Catalog Mode: Renders the full skill catalog from lumi-help.csv grouped by pack (core, research, reading, learning). - Framework Q&A Mode: Answers how-Lumina-works questions from local docs (README schema block, page templates, cross-reference and graph pack docs) with source citations. - Use Case: A user types "help" or "what next" in a fresh wiki; the Skill reads the manifest and config, sees raw files not yet ingested, and recommends running /lumi-ingest in the user's configured language. ## Quick Start Ask the assistant "help" or "what should I do next" in the Lumina wiki workspace to get one recommended next action.

Frequently Asked Questions about lumi-help

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

FAQPage Schema
How do I find out what to do next in a Lumina wiki workspace?▼

Invoke the help skill with no argument or say "what next". It reads the manifest, config, and wiki state, then applies a decision ladder to recommend one skill with a reason and offers to run it for you.

How do I list all installed skills in a Lumina workspace?▼

Pass the argument "skills", "catalog", or "list" to the help skill. It parses lumi-help.csv and renders every skill grouped by pack in the order core, research, reading, then other packs alphabetically.

Can the help skill answer questions about how the Lumina framework works?▼

Yes, use the "explain" argument or ask a how-it-works question. It answers from local docs such as the README schema block, page-templates.md, and cross-reference-packs.md, always including a Source citation line.

Does the Lumina help skill support languages other than English?▼

Yes, it reads communication_language from lumina.config.yaml and responds entirely in that language. Trigger keyword detection is multilingual across English, Vietnamese, and Chinese.

Can the help skill modify my wiki content?▼

No, it is strictly read-only. It never writes files and only calls read-only wiki.mjs subcommands like list-entities and read-meta; it recommends write skills but only invokes them after your explicit confirmation.