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

# Agent skills

> Install structured agent skill files for Token APIs and PDA accounts. Skills tell AI coding agents what they can do with ZK Compression.

## Agent Skill for Orchestration

View or install [`/skill.md`](https://zkcompression.com/skill.md). If you're building with agents, start here.

```bash theme={null}
npx skills add https://zkcompression.com
```

## Dedicated Agent Skills

<Tabs>
  <Tab title="Any Agent">
    Install dedicated agent skills with this command:

    ```
    npx skills add Lightprotocol/skills
    ```
  </Tab>

  <Tab title="Claude Code">
    Add the marketplace and install:

    ```
    /plugin marketplace add Lightprotocol/skills
    /plugin install solana-rent-free-dev
    ```
  </Tab>

  <Tab title="Cursor">
    1. Open Settings (**Cmd+Shift+J** / **Ctrl+Shift+J**)
    2. Navigate to **Rules & Commands** → **Project Rules** → **Add Rule** → **Remote Rule (GitHub)**
    3. Enter: `https://github.com/Lightprotocol/skills.git`
  </Tab>
</Tabs>

| Use case                                                                                                                                 | Skill                                                                                             |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| For stablecoin payment flows and wallet integrations on Solana.                                                                          | [payments](https://github.com/Lightprotocol/skills/tree/main/skills/payments)                     |
| For client development with Light Token APIs on Solana.                                                                                  | [light-token-client](https://github.com/Lightprotocol/skills/tree/main/skills/light-token-client) |
| For Solana program development with tokens and PDAs.                                                                                     | [light-sdk](https://github.com/Lightprotocol/skills/tree/main/skills/light-sdk)                   |
| For data pipelines, aggregators, or indexers, real-time account state streaming on Solana with light account hot/cold lifecycle tracking | [data-streaming](https://github.com/Lightprotocol/skills/tree/main/skills/data-streaming)         |
| For token distribution on Solana 5000x cheaper than SPL (rewards, airdrops, depins, ...)                                                 | [token-distribution](https://github.com/Lightprotocol/skills/tree/main/skills/token-distribution) |
| For custom ZK Solana programs and privacy-preserving applications to prevent double spending                                             | [zk-nullifier](https://github.com/Lightprotocol/skills/tree/main/skills/zk-nullifier)             |
| For program development on Solana with infrequently accessed state, such as per-user state, DePIN registrations, ...                     | [solana-compression](https://github.com/Lightprotocol/skills/tree/main/skills/solana-compression) |
| For testing with Light Protocol programs and clients on localnet, devnet, and mainnet validation                                         | [testing](https://github.com/Lightprotocol/skills/tree/main/skills/testing)                       |
| For questions about compressed accounts, Light SDK, Solana development, Claude Code features, or agent skills                            | [ask-mcp](https://github.com/Lightprotocol/skills/tree/main/skills/ask-mcp)                       |

> View all skills here: [https://github.com/Lightprotocol/skills](https://github.com/Lightprotocol/skills).

All skills are included and are auto-discovered based on context. Ask about light-token, defi, payments, or program migration and the agent uses the relevant skill automatically.
