> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-mcp/setup/install-skills-bundle.md).

# Install skills (Claude Code)

The tools give Claude the ability to act. The **skills** teach it how and when. Without the bundle, Claude Code can reach the tools but will not know the right workflow for a task.

{% hint style="success" %}
**Using Claude Desktop or Cowork?** You can skip this page. The skills are already baked into the plugin you uploaded in [Connect Claude Desktop & Cowork](/dapta-mcp/setup/connect-claude-desktop.md). This page is only for **Claude Code**.
{% endhint %}

***

**Step 1:** On the **MCP Access** page in Dapta, switch to the **Claude Code** tab and click **Download skills bundle (.zip)**. It is the same bundle for every workspace.

<figure><img src="/files/vb1AZ0LjqumO3p5p4fZv" alt="The Install the skills bundle sub-step on the Claude Code tab of the MCP Access page, showing the Download skills bundle button and a note that the same bundle is used for every workspace"><figcaption><p>The Install the skills bundle sub-step on the Claude Code tab.</p></figcaption></figure>

***

**Step 2:** Unzip the 33 skill folders into your project's `.claude/skills/` directory.

Each skill lives in its own folder. Claude Code discovers them automatically the next time you start a session in that project.

***

## Next step

Almost done. Run a quick check to confirm everything works.

{% content-ref url="/pages/OD9WDmDwZ4XnWpq0R1gZ" %}
[Verify your connection](/dapta-mcp/setup/verify.md)
{% endcontent-ref %}


---

# 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.dapta.ai/dapta-mcp/setup/install-skills-bundle.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.
