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.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin obsidian-packDiagnoses and fixes common Obsidian plugin errors including null workspace access, load failures from manifests, and TypeScript pitfalls. Includes copy-paste fixes and build checks.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, 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.