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

# skill.md

> Install the SQD skill.md file in Claude Code or Cursor — context for blockchain indexing, Portal API queries, and SDK patterns when generating code.

The SQD agent skill file is published at [https://docs.sqd.dev/skill.md](https://docs.sqd.dev/skill.md). Install it as a skill in Claude Code, Cursor, or any other agent that supports the [Anthropic Skills](https://docs.sqd.dev/en/ai/agent-skills) format.

The skill teaches your coding agent how to:

* Pick the right SQD tool (Portal API, Squid SDK, Pipes SDK, or SQD Cloud) for a given task.
* Query blockchain data through the Portal HTTP API across 225+ networks.
* Build production-grade indexers in TypeScript with the Squid SDK or Pipes SDK.
* Deploy and operate squids on SQD Cloud.

## Install it

See [Agent Skills](/en/ai/agent-skills) for one-line install instructions for Claude Code, Cursor, and other clients.

## Fetch the raw file

```bash theme={"system"}
curl https://docs.sqd.dev/skill.md
```
