← スキル一覧に戻る

new-plugin
by iPlug2
new-pluginは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 132🍴 32📅 2026年1月8日
SKILL.md
name: new-plugin description: Create a new iPlug2 plugin project by duplicating TemplateProject in the iPlug2OOS repository
Create New Plugin (iPlug2OOS)
Use this skill when the user wants to create a new plugin project in this out-of-source repository.
Workflow
-
Gather project details:
- Plugin name (required): No spaces or special characters
- Manufacturer name (required): No spaces
-
Check for existing projects:
- If other project folders exist besides TemplateProject, ask if user wants to continue with existing work or create new
-
Run duplicate script:
./duplicate.py TemplateProject [PluginName] [ManufacturerName] -
Offer config.h customization:
PLUG_UNIQUE_ID- Verify the auto-generated 4-char IDPLUG_MFR_ID- Set manufacturer's 4-char ID- Copyright, URLs - allow skipping for later
-
Ask about committing:
git add [PluginName]/* git add .vscode/* git add .github/* git add bump_version.py git commit -m "created [PluginName] based on TemplateProject" -
Next steps:
- Open in Xcode:
open [PluginName]/[PluginName].xcworkspace - Build: Use the
buildskill from iPlug2 - Setup SDKs: Use the
setup-depsskill if needed
- Open in Xcode:
Example
./duplicate.py TemplateProject MySynth MyBrand
Creates MySynth/ with all project files configured and ready to build.
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
