# Local Deploy

> Copy plugin files to the local Obsidian vault Use when this capability is needed.

- Skill: `tomevault-io/local-deploy` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/local-deploy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/local-deploy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/local-deploy

---


# Deploy to Obsidian Vault

Copy all required plugin files to the local Obsidian vault at `D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/`.

Run these steps in order. **Stop immediately if any step fails.**

1. **Create the plugin directory if needed**:
   ```bash
   mkdir -p "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor"
   ```

2. **Copy plugin files** (main.js, manifest.json, styles.css):
   ```bash
   cp D:/GitHub/obsidian-mermaid-editor/main.js D:/GitHub/obsidian-mermaid-editor/manifest.json D:/GitHub/obsidian-mermaid-editor/styles.css "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/"
   ```

3. **Verify deployment** -- confirm all files landed correctly:
   ```bash
   ls -la "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/"
   ```

After deploying, tell the user to reload Obsidian (Ctrl+P → "Reload app without saving") to pick up changes.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ran-codes) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

