SE

setup-deps

Downloads necessary plugin format SDKs and graphics libraries required for iPlug2 development.

Install

mkdir -p .claude/skills/setup-deps && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3337" && unzip -o skill.zip -d .claude/skills/setup-deps && rm skill.zip

Installs to .claude/skills/setup-deps

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Download iPlug2 dependencies including plugin format SDKs (VST3, CLAP, WAM) and optional Skia graphics backend libraries
120 charsno explicit “when” trigger
Beginner

Key capabilities

  • Download plugin format SDKs like VST3 and CLAP
  • Retrieve prebuilt Skia graphics libraries
  • Prepare filesystem structure for plugin builds
  • Download iOS-specific libraries

How it works

It executes shell scripts to fetch and organize necessary SDKs and libraries within the iPlug2 dependency directory structure.

Inputs & outputs

You give it
Dependency type selection
You get back
Downloaded SDK files in project directory

When to use setup-deps

  • Download VST3 SDK
  • Setup Skia graphics backend
  • Prepare environment for plugin development

About this skill

Setup iPlug2 Dependencies

Use this skill when the user needs to download SDKs or prebuilt libraries for iPlug2.

Workflow

  1. 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
  2. Download plugin SDKs (if requested):

    cd ./Dependencies/IPlug/
    ./download-iplug-sdks.sh
    
  3. Download Skia libs (if requested):

    cd ./Dependencies/
    ./download-prebuilt-libs.sh
    

    For iOS (macOS only):

    ./download-prebuilt-libs.sh ios
    
  4. 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

When not to use it

  • Building plugins that do not use the iPlug2 framework
  • Managing dependencies for non-audio projects

Limitations

  • Some SDKs like AAX require manual acquisition
  • VST2 SDK is unavailable for download

How it compares

It automates the retrieval and placement of specific audio plugin SDKs compared to manual downloading and path configuration.

Compared to similar skills

setup-deps side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
setup-deps (this skill)18moReviewBeginner
telegram-bot-builder1066moReviewIntermediate
workflow-orchestration-patterns102moNo flagsAdvanced
bullmq-specialist256moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

workflow-orchestration-patterns

wshobson

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

10117

bullmq-specialist

davila7

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

2595

unity-mcp-orchestrator

CoplayDev

Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for effective Unity-MCP integration.

1795

async-python-patterns

wshobson

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

1299

modal

davila7

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

587

Search skills

Search the agent skills registry