Diagnose and fix common Obsidian plugin errors and exceptions. Use when encountering plugin errors, debugging failed operations, or troubleshooting Obsidian plugin issues. Trigger with phrases like "obsidian error", "fix obsidian plugin", "obsidian not working", "debug obsidian plugin".
From obsidian-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin obsidian-packThis skill is limited to using the following tools:
references/implementation-guide.mdreferences/implementation.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Quick reference for the most common Obsidian plugin errors and their solutions.
For full implementation details and code examples, load:
references/implementation-guide.md
Error Message:
TypeError: Cannot read properties of undefined (reading 'xyz')
Cause: Accessing a property on a null/undefined object, often when vault or workspace isn't ready.
For comprehensive debugging, see obsidian-debug-bundle.
See debugging implementation details for output format specifications.
Basic usage: Apply obsidian common errors to a standard project setup with default configuration options.
Advanced scenario: Customize obsidian common errors for production environments with multiple constraints and team-specific requirements.