obsidian-scaffold
Installation
SKILL.md
Obsidian Plugin Scaffold
Scaffold a new Obsidian community plugin project that is bot-compliant from day one.
Usage
/obsidian-scaffold -- then answer the prompts for plugin ID, name, author, and description.
What It Creates
my-plugin/
src/
main.ts # Plugin class with onload/onunload
styles.css # Empty, scoped styles
manifest.json # Valid manifest (bot-compliant)
package.json # Dependencies: obsidian, typescript, esbuild, @types/node, builtin-modules
tsconfig.json # strict: true, target ES2018, moduleResolution node
esbuild.config.mjs # CJS bundle, externalizes obsidian + electron
Related skills
More from acaprino/alfio-claude-plugins
python-refactor
>
167file-organizer
>
76legal-advisor
Use PROACTIVELY for any legal question -- contracts, compliance, privacy, IP, employment law, terms of service, NDAs, corporate governance. Expert legal advisor specializing in technology law, compliance, and risk mitigation.
39python-comments
>
35deep-dive-analysis
>
35python-performance-optimization
>
31