> For the complete documentation index, see [llms.txt](https://docs.icepanel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.icepanel.io/integrations/agent-skills.md).

# Agent skills

Integrate your agents with IcePanel using skills.

* The `creating-c4-diagrams` turns code or a prompt into model objects, connections, and diagrams in IcePanel using our API/SDK.
* `translating-context-maps` turns an image or sketch of a DDD context map into IcePanel objects, connections, and diagrams.
* `importing-mermaid-c4` imports Mermaid C4 code into IcePanel objects, connections, and diagrams.

### Use cases

* Translating code into C4 model objects and connections
* Importing sketches, images, and Mermaid C4 code into IcePanel
* Creating diagrams (Level 1 to 3) from objects and objects with a clean layout

## Adding the IcePanel plugin (Claude)

{% stepper %}
{% step %}

### Go to Settings > Plugins

<figure><img src="https://4065434276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOHewp5hylgOsOa0VDOBo%2Fuploads%2FCzVw4N3DBzTOYp6xwQGz%2FScreenshot%202026-08-25%20at%2011.22.53%E2%80%AFAM.png?alt=media&amp;token=1788ac7e-b3e2-4204-9a93-050526b8d880" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on Add > Add marketplace

<figure><img src="https://4065434276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOHewp5hylgOsOa0VDOBo%2Fuploads%2FDagA7uuizFp3hBHAPJbs%2FScreenshot%202026-08-25%20at%2011.24.18%E2%80%AFAM.png?alt=media&amp;token=d8d75e48-9811-4db1-b8fc-6570a420ff40" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add IcePanel's plugin repo

<https://github.com/IcePanel/icepanel-plugin>
{% endstep %}

{% step %}

### Click on the '+' button to add it

<figure><img src="https://4065434276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOHewp5hylgOsOa0VDOBo%2Fuploads%2FW2xnsaYPLkmbduGmDhkh%2FScreenshot%202026-08-25%20at%2011.25.13%E2%80%AFAM.png?alt=media&amp;token=5a2fadb5-19cf-4af9-a939-eafb2f6e2769" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Use the skills

<figure><img src="https://4065434276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOHewp5hylgOsOa0VDOBo%2Fuploads%2FVNsRtQwck3rg0Mkmmtcx%2FScreenshot%202026-09-11%20at%2011.30.03%E2%80%AFAM.png?alt=media&amp;token=65218a96-6069-4c15-853b-cb7efb7977bc" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.icepanel.io/integrations/agent-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
