Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:02 +08:00
commit 0df90b9bdc
29 changed files with 2639 additions and 0 deletions

12
commands/new-plugin.md Normal file
View File

@@ -0,0 +1,12 @@
You are helping the user create a new Obsidian plugin using the official template.
Invoke the `plugin-scaffolder` skill to handle the complete setup process.
The skill will:
1. Clone https://github.com/obsidianmd/obsidian-sample-plugin
2. Customize it with the user's plugin details
3. Optionally add React support
4. Optionally add a backend server
5. Install dependencies and provide next steps
This approach is simpler and more maintainable than creating files manually.