> ## 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.

# Skill: dzap-sdk

> Prime coding assistants with @dzapio/sdk method and parameter conventions.

The `dzap-sdk` skill improves generated code quality for `@dzapio/sdk` by providing accurate method, parameter, and flow context.

## Coverage

* `DZapClient.getInstance()` initialization
* Trade quote/build/execute/status flows
* Zap quote/build/execute/status flows
* Approval patterns (ERC20, Permit2, EIP-2612, AutoPermit)
* Chain and token helpers

## Install

<Tabs>
  <Tab title="Cursor">
    ```bash theme={null}
    git clone https://github.com/dzap-io/skills.git
    mkdir -p .cursor/rules
    cp skills/dzap-sdk/*.md .cursor/rules/
    ```
  </Tab>

  <Tab title="Claude Code">
    ```bash theme={null}
    git clone https://github.com/dzap-io/skills.git
    ln -s "$PWD/skills/dzap-sdk" ~/.claude/skills/dzap-sdk
    ```
  </Tab>
</Tabs>

## Pair with MCP

Use this skill for code generation and [MCP](/ai/mcp/overview) for live runtime tool access.
