obsidian-this

Automates bootstrap, check, and fix workflows for an Obsidian graph in a repository.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/liammcleod-hub/blog --skill obsidian-this
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian-this
Source: https://github.com/liammcleod-hub/blog/tree/main/.agents/skills/obsidian-this
Command: npx skills add https://github.com/liammcleod-hub/blog --skill obsidian-this

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool helps teams bootstrap and maintain an Obsidian-style local graph within a repository, enabling consistent navigation and lightweight graph hygiene.

Core Features & Use Cases

  • Initialize repository-scoped graph configuration and runtime settings.
  • Audit wikilinks and tag placements to ensure navigable, clean notes.
  • Apply deterministic graph-hygiene fixes without rewriting or overhauling content.

Quick Start

Run the obsidian-this CLI to initialize, check, or fix the repository with its local config.

Frequently Asked Questions about obsidian-this

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

FAQPage Schema
How do I initialize an Obsidian graph configuration inside a repository?▼

To initialize an Obsidian graph configuration inside a repository, run the CLI to bootstrap repository-scoped graph settings and runtime configurations, establishing consistent local navigation.

What is the best way to audit wikilinks and tag placements in Obsidian notes?▼

Auditing wikilinks and tag placements in Obsidian notes is handled by running the check workflow, which evaluates repository-contained config to ensure navigable and clean note structures.

Can I apply deterministic fixes to broken wikilinks without overhauling content?▼

Yes, you can apply deterministic fixes to broken wikilinks without overhauling content by running the fix workflow, which performs lightweight graph hygiene maintenance without rewriting notes.

Do I need a local Python runtime to maintain an Obsidian repository graph?▼

Yes, you need a local Python runtime to maintain an Obsidian repository graph, as the deterministic graph maintenance scripts require this environment alongside repository-contained config.

When should I use automated graph maintenance for Obsidian wikilinks?▼

You should use automated graph maintenance for Obsidian wikilinks when your repository stores local graph config and needs consistent navigation, lightweight hygiene, and deterministic fixes across notes.