From obsidian-pack
Execute Obsidian secondary workflow: UI components and user interaction. Use when building modals, views, suggestions, or custom UI elements. Trigger with phrases like "obsidian modal", "obsidian UI", "obsidian view", "obsidian custom interface".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-pack:obsidian-core-workflow-bThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Secondary workflow for Obsidian: building modals, views, suggestion popups, and custom UI elements.
Secondary workflow for Obsidian: building modals, views, suggestion popups, and custom UI elements.
obsidian-install-auth setupobsidian-core-workflow-aFor full implementation details and code examples, load:
references/implementation-guide.md
| Error | Cause | Solution |
|---|---|---|
| View not showing | Not registered | Call registerView in onload |
| Modal closes immediately | Event propagation | Stop event propagation |
| Decorations not updating | Missing update handler | Implement update method |
| Menu item missing | Wrong event | Verify event type |
For common errors, see obsidian-common-errors.
Basic usage: Apply obsidian core workflow b to a standard project setup with default configuration options.
Advanced scenario: Customize obsidian core workflow b for production environments with multiple constraints and team-specific requirements.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin obsidian-packBuilds advanced Obsidian plugin UI: custom ItemView sidebars, modals with forms, editor selection commands, status bar, context menus, Vault file API.
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.