npx claudepluginhub leweii/obsidian-prompt-managerManage reusable prompts in your Obsidian vault from Claude Code. Save, list, and execute prompts seamlessly.
A Claude Code command for managing reusable prompts in your Obsidian vault.
All operations are handled natively by Claude Code - no external scripts required.
mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/obsidian.md https://raw.githubusercontent.com/leweii/obsidian-prompt-manager/main/commands/obsidian.md
Or manually:
mkdir -p ~/.claude/commands
git clone https://github.com/leweii/obsidian-prompt-manager.git /tmp/opm
cp /tmp/opm/commands/obsidian.md ~/.claude/commands/
/obsidian setup ~/Documents/MyVault
This creates a Claude-Prompts folder in your vault.
/obsidian save "Code Review Checklist" --tags review,quality
Claude will ask for the prompt content and save it as a markdown file.
/obsidian list
Or search:
/obsidian list --search review
/obsidian use "Code Review Checklist"
Claude loads the prompt and executes it as if you typed it.
Prompts are saved as Obsidian-compatible markdown with frontmatter:
---
title: "Code Review Checklist"
date: 2025-01-15
tags:
- claude-prompt
- review
- quality
---
# Code Review Checklist
Review this code for:
1. Bugs and errors
2. Performance issues
3. Security vulnerabilities
Configuration is stored at ~/.claude/obsidian-config.json:
{
"vaultPath": "/path/to/your/vault",
"promptsFolder": "Claude-Prompts"
}
MIT
Contributions welcome! Please open an issue or submit a pull request.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.