Obsidian

Edit Obsidian vault notes while preserving wikilinks, filenames, and frontmatter.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill obsidian-agentic-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Obsidian
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/note-taking/obsidian
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill obsidian-agentic-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing Obsidian vault notes can accidentally break links, corrupt filenames, or disrupt the existing note structure. This Skill ensures edits preserve wikilinks, filenames, and the vault's organization.

Core Features & Use Cases

  • Preserve wikilinks and frontmatter during edits.
  • Maintain filenames and folder structure to avoid broken references.
  • Facilitate vault-wide reorganizations without corrupting note links.

Quick Start

Edit notes in my Obsidian vault while preserving wikilinks, filenames, and the existing note structure.

Frequently Asked Questions about Obsidian

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

FAQPage Schema
How do I edit Obsidian vault notes without breaking wikilinks?

To edit Obsidian vault notes without breaking wikilinks, use a process that parses vault-backed markdown files and explicitly preserves wikilinks, filenames, and existing frontmatter during modifications.

What is the best way to reorganize an Obsidian vault without corrupting note links?

Reorganizing an Obsidian vault without corrupting note links requires maintaining the original filenames and folder structure, ensuring that existing wikilinks and frontmatter remain intact across all modified markdown files.

Can I perform link-safe edits on multiple markdown files in an Obsidian vault?

Yes, you can perform link-safe edits on multiple markdown files by applying changes across individual notes or the entire vault while enforcing structure preservation for wikilinks and filenames.

Why does editing markdown frontmatter disrupt my Obsidian vault structure?

Editing markdown frontmatter disrupts Obsidian vault structure when the editing process fails to parse and preserve the existing frontmatter blocks, potentially corrupting the note's metadata and downstream references.

Does routine note maintenance affect wikilink integrity in Obsidian?

Routine note maintenance can affect wikilink integrity in Obsidian if filenames or folder paths are altered without updating the corresponding wikilinks, making structure-preserving edits essential.