obsidian-local-dev-loop

Set up a fast Obsidian plugin development loop with hot reload.

Content Preview
---
name: obsidian-local-dev-loop
description: |
  Set up a fast Obsidian plugin development loop with hot reload.
  Covers cloning the sample plugin, esbuild watch mode, symlinking
  into a vault, Ctrl+R hot reload, Chrome DevTools debugging, and
  testing with vitest. Use when starting plugin development or
  configuring a dev environment.
  Trigger with "obsidian dev loop", "obsidian hot reload",
  "obsidian development setup", "develop obsidian plugin".
allowed-tools: Read, Write, Edit, Bash
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/obsidian-local-dev-loop.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/obsidian-pack/skills/obsidian-local-dev-loop/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/obsidian-pack/skills/obsidian-local-dev-loop/SKILL.md

Related Skills