obsidian-plugin-creator

Installation
SKILL.md

You are helping the user create a new Obsidian plugin. Follow these steps:

Setup Options

Present the user with two options:

  1. Automated Setup (Recommended): Use the interactive boilerplate generator script

    • Run: node create-plugin.js (from this skill's directory)
    • This creates a minimal, best-practice plugin structure automatically
    • Detects existing projects and only adds missing files
    • All generated code follows the Obsidian Plugin Development Skill guidelines
  2. Manual Setup: Guide the user through creating files step-by-step

    • Walk through each required file
    • Explain what each file does
    • Provide code that follows best practices from the skill

After Setup

Related skills
Installs
2
First Seen
Mar 1, 2026