lumi-edit

Update wiki pages while preserving cross-reference edges and schema constraints.

36|16|Updated May 1, 2026
One-click install
npx skills add https://github.com/tronghieu/lumina-wiki --skill lumi-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lumi-edit
Source: https://github.com/tronghieu/lumina-wiki/tree/main/src/skills/core/edit
Command: npx skills add https://github.com/tronghieu/lumina-wiki --skill lumi-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the risk of broken links and inconsistent cross-reference edges when you need to update or correct an existing wiki page.

Core Features & Use Cases

  • Guided page refactoring with safety checks: Applies user-directed edits to a target wiki page while keeping schema validation and cross-reference edge integrity intact.
  • Bidirectional edge consistency: Updates the forward relationship and re-derives the required reverse edges to prevent missing or inconsistent graph connections.
  • Lint-clean completion workflow: Runs the wiki linter with auto-fix and reports remaining errors or warnings so the workspace stays discoverable and correct.

Quick Start

Tell the editor to update a specific wiki page, for example: "Use /lumi-edit to fix the reverse link on concepts/lora from sources/attention-revisited."

Frequently Asked Questions about lumi-edit

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

FAQPage Schema
How do I fix broken bidirectional links when editing wiki pages?

To fix broken bidirectional links when editing wiki pages, you must update the forward relationship and automatically re-derive the required reverse edges. This skill enforces cross-reference edge integrity during content edits using wiki.mjs add-edge operations.

What is bidirectional edge consistency in Obsidian wikilinks?

Bidirectional edge consistency in Obsidian wikilinks means that when a forward relationship is updated, the required reverse connections are automatically re-derived. This prevents missing or inconsistent graph connections across the entire wiki folder.

How do I update wiki frontmatter without breaking schema validation?

To update wiki frontmatter without breaking schema validation, apply user-directed edits while the system actively enforces schema constraints. The skill preserves user-edited sections and verifies lint cleanliness before finishing the update.

Does wiki link integrity checking support auto-fixing linter errors?

Yes, wiki link integrity checking supports auto-fixing linter errors by running the wiki linter with auto-fix capabilities. It reports remaining errors or warnings after edits to keep the workspace discoverable and structurally correct.

When should I use a guided wiki page refactoring tool?

You should use a guided wiki page refactoring tool when you need to apply content edits or frontmatter corrections to existing wiki pages while keeping schema validation and cross-reference edge integrity intact without ingesting new sources.