بنقرة واحدة
new-plugin
Create a new iPlug2 plugin project by duplicating TemplateProject in the iPlug2OOS repository
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new iPlug2 plugin project by duplicating TemplateProject in the iPlug2OOS repository
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build an iPlug2 plugin project using CMake (Ninja or Xcode generator)
Build an iPlug2 plugin project for different formats and platforms (macOS, iOS, Windows)
Build and run an iPlug2 iOS app in the iOS Simulator
| name | new-plugin |
| description | Create a new iPlug2 plugin project by duplicating TemplateProject in the iPlug2OOS repository |
Use this skill when the user wants to create a new plugin project in this out-of-source repository.
Gather project details:
Check for existing projects:
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 IDAsk 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 [PluginName]/[PluginName].xcworkspacebuild skill from iPlug2setup-deps skill if needed./duplicate.py TemplateProject MySynth MyBrand
Creates MySynth/ with all project files configured and ready to build.