> ## Documentation Index
> Fetch the complete documentation index at: https://imsdkdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Coding Agent

> Generate QIM SDK applications with AI coding agent skills

QIM SDK provides AI coding skills that generate complete applications from a natural-language description of your pipeline. Pick the coding agent that matches your development path, then follow its guide to generate your first application with an AI coding agent (Claude Code, Cursor, Codex, etc)

<CardGroup cols={3}>
  <Card title="GStreamer App Builder" icon="diagram-project" href="/app-builder/gstreamer-coding-agent">
    Generate native **GStreamer C applications** and **gst-launch** shell scripts using **QIM SDK plugins**

    [Go to GStreamer Coding Agent](/app-builder/gstreamer-coding-agent)
  </Card>

  <Card title="C++ App Builder" icon="code" href="/app-builder/cpp-coding-agent">
    Generate high-performance **C++ applications** built on **QIM SDK C++ API**

    [Go to C++ Coding Agent](/app-builder/cpp-coding-agent)
  </Card>

  <Card title="Python App Builder" icon="python" href="/app-builder/python-coding-agent">
    Generate **Python applications** built on **QIM SDK Python API** for rapid prototyping

    [Go to Python Coding Agent](/app-builder/python-coding-agent)
  </Card>
</CardGroup>

The skills are available at [qimsdk-agentic-skills](https://github.com/qualcomm/qimsdk-agentic-skills/)
