Skip to main content
ClaudeWave
Slash Command175 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gapmiss/obsidian-plugin-skill/HEAD/.claude/commands/obsidian.md -o ~/.claude/commands/obsidian.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.