Skip to main content
ClaudeWave
Slash Command175 repo starsupdated 3d ago

obsidian

The obsidian slash command loads comprehensive Obsidian plugin development guidelines covering ESLint configuration, memory management optimization, type safety practices, API usage patterns, and plugin submission requirements. Use this command when developing or reviewing Obsidian plugins to ensure adherence to official best practices and technical standards.

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.