obsidian-plugin-type-safety
Installation
SKILL.md
Obsidian Plugin Type Safety
Use this skill when plugin code needs stronger TypeScript safety, especially around vault abstractions and unknown data.
Related skills
obsidian-plugin-devobsidian-plugin-boilerplateobsidian-devobsidian-ops
Type safety is essential for reliable Obsidian plugins. Use proper type narrowing and avoid unsafe type casts.
Avoid Type Casting to TFile/TFolder
Rule: obsidianmd/no-tfile-tfolder-cast