From obsidian-pack
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-pack:obsidian-common-errorsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reference for the most common Obsidian plugin errors and their solutions.
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.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
4plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin obsidian-pack