Collect Obsidian plugin debug evidence for support and troubleshooting. Use when encountering persistent issues, preparing bug reports, or collecting diagnostic information for plugin problems. Trigger with phrases like "obsidian debug", "obsidian diagnostic", "collect obsidian logs", "obsidian support bundle".
From obsidian-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin obsidian-packThis skill is limited to using the following tools:
references/implementation-guide.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 agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Collect all necessary diagnostic information for Obsidian plugin bug reports and support requests.
For full implementation details and code examples, load:
references/implementation-guide.md
obsidian-debug-YYYYMMDD-HHMMSS.tar.gz archive containing:
summary.txt - System and plugin infomanifest.json - Plugin manifesttsconfig.json - TypeScript configurationconsole-log.txt - Console output (manual)plugin-data.json - Sanitized plugin data| Item | Purpose | Privacy |
|---|---|---|
| System info | Environment check | Safe |
| Plugin manifest | Version/config | Safe |
| Dependencies | Compatibility | Safe |
| Console logs | Error messages | Review before sharing |
| Settings | Configuration | REDACT secrets |
| Vault path | Location | DO NOT share |
For rate limit issues, see obsidian-rate-limits.
Basic usage: Apply obsidian debug bundle to a standard project setup with default configuration options.
Advanced scenario: Customize obsidian debug bundle for production environments with multiple constraints and team-specific requirements.