Obsidian Plugin Scaffold Scaffold a new Obsidian community plugin project that is bot-compliant from day one. Usage -- then answer the prompts for plugin ID, name, author, and description. What It Creates Procedure 1. Ask the user for: - Plugin ID (alphanumeric + dashes, no "obsidian", no "plugin" suffix) - Plugin name (no "Obsidian", no "Plugin" suffix) - Author name - Description (no "Obsidian", no "This plugin", must end with , under 250 chars) - Author URL (optional) - Desktop only? (default: false) 2. Validate inputs against ObsidianReviewBot rules: - ID: , not containing "obsidian", not…