obsidian-prod-checklist
Installation
SKILL.md
Obsidian Prod Checklist
Overview
Pre-release verification for Obsidian plugins covering manifest validation, production build quality, mobile compatibility, memory leak prevention, settings migration, and community plugin submission readiness.
Prerequisites
- Completed plugin development with all features working
- Tested in at least one vault manually
- GitHub repository with source code committed
- Node.js build toolchain configured
Instructions
Step 1: Validate manifest.json
// Run: node -e '<paste this>'
const m = require('./manifest.json');