Skip to main content
ClaudeWave
Slash Command150 repo starsupdated yesterday

obsidian

Load Obsidian plugin development guidelines and best practices

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gapmiss/obsidian-plugin-skill/HEAD/.claude/commands/obsidian.md -o ~/.claude/commands/obsidian.md
Then start a new Claude Code session; the slash command loads automatically.

obsidian.md

Use the Skill tool to invoke the "obsidian" skill, which contains comprehensive Obsidian plugin development guidelines including ESLint rules, memory management, type safety, API usage, and submission requirements.

After loading the skill, be ready to help with Obsidian plugin development following all the guidelines.