Agent skill
setup-deps
Download iPlug2 dependencies including plugin format SDKs (VST3, CLAP, WAM) and optional Skia graphics backend libraries
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/setup-deps-iplug2-iplug2
SKILL.md
Setup iPlug2 Dependencies
Use this skill when the user needs to download SDKs or prebuilt libraries for iPlug2.
Workflow
-
Ask what the user needs:
- Plugin format SDKs (VST3, CLAP, WAM) - required for most plugin formats
- Skia prebuilt libs - required if using Skia IGraphics backend
- iOS libs - only if targeting iOS
-
Download plugin SDKs (if requested):
bashcd ./Dependencies/IPlug/ ./download-iplug-sdks.sh -
Download Skia libs (if requested):
bashcd ./Dependencies/ ./download-prebuilt-libs.shFor iOS (macOS only):
bash./download-prebuilt-libs.sh ios -
Inform the user about manual SDKs:
- VST2 SDK: No longer publicly available, not recommended for new projects
- AAX SDK: Must be downloaded manually from Avid's developer portal
Notes
- AUv2/AUv3 require no additional SDKs (macOS-only formats)
- Standalone apps require no additional SDKs
- Always return to repo root after running scripts
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?