obsidian-dev
Installation
SKILL.md
Obsidian Development Skill
This skill provides patterns and rules for developing Obsidian plugins and themes.
Purpose
To ensure consistent development across plugins and themes, proper code organization, and adherence to Obsidian's development patterns.
Scope
This skill covers:
- Implementing new plugin features
- TypeScript/JavaScript coding conventions
- Plugin debugging and troubleshooting
- Project structure and organization
Core Rules
- Follow established patterns for your project type (plugin/theme)
- Use appropriate tools and conventions
- Test thoroughly across different environments
- Document important decisions and patterns
Bundled Resources
references/plugin-guidelines.md: Official Obsidian plugin review guidelinesreferences/agent-dos-donts.md: Critical development guidelinesreferences/code-patterns.md: Implementation patterns and examplesreferences/coding-conventions.md: Code style and organizationreferences/commands-settings.md: Command and settings patternsreferences/common-tasks.md: Frequently needed operations
Related skills
More from davidvkimball/obsidian-dev-skills
obsidian-theme-dev
CSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors.
13obsidian-ref
Technical references, manifest rules, file formats, and UX guidelines for Obsidian. Load when checking API details, manifest requirements, or UI/UX standards.
6obsidian-ops
Operations, syncing, versioning, and release management for Obsidian projects. Load when running builds, syncing references, bumping versions, or preparing for release.
4