Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add davidvkimball/obsidian-dev-skills --skill "obsidian-dev"
Install specific skill from multi-skill repository
# Description
Development patterns for Obsidian. Load when implementing features or following coding conventions.
# SKILL.md
name: obsidian-dev
description: Development patterns for Obsidian. Load when implementing features or following coding conventions.
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.
When to Use
Load this skill when:
- Implementing new features
- Following coding conventions
- Debugging issues
- Managing project structure
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/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
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.