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

# Skills

> Context bundles for AI coding tools like Cursor and Claude Code.

A DZap skill is a markdown bundle that teaches coding assistants how DZap APIs actually work.

Skills improve generated code quality by reducing wrong methods, stale signatures, and invented endpoints.

## Published skills

<CardGroup cols={3}>
  <Card title="dzap-sdk" icon="js" href="/ai/skills/dzap-sdk">
    `@dzapio/sdk` methods for quotes, build, execute, approvals, and status.
  </Card>

  <Card title="dzap-fuse-api" icon="bolt" href="/ai/skills/dzap-fuse-api">
    Zap/Fuse REST API conventions and response shapes.
  </Card>

  <Card title="dzap-trade-api" icon="arrows-rotate" href="/ai/skills/dzap-trade-api">
    Trade REST API conventions for quote/build/status flows.
  </Card>
</CardGroup>

## What a skill includes

* Endpoint and method reference
* Expected parameter/response shapes
* Example request/response payloads
* Common integration patterns

## Skill vs tool vs MCP

| Layer     | Lives in        | Timing     | Driven by          |
| --------- | --------------- | ---------- | ------------------ |
| **Skill** | Editor          | Write-time | Developer          |
| **Tool**  | Runtime         | Run-time   | Agent              |
| **MCP**   | Client + server | Either     | Developer or agent |

## Install pattern

Skills are markdown bundles from GitHub and can be linked into editor-specific skill folders. See each skill page for exact commands.

## Why skills are separate from MCP

* Skills are static context for code generation.
* MCP provides live runtime tool execution.
* Using both gives the best developer experience.

## Authoring

See [Authoring](/ai/skills/authoring) for upcoming guidance.
