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

# SKILL.MD

> A structured cheat sheet that helps AI coding agents build on Abstract correctly.

[`skill.md`](https://www.mintlify.com/blog/skill-md) is a structured cheat sheet for AI coding agents. Instead of raw documentation, it provides decision tables, workflows, gotchas, and quick-reference data.

<Card title="View SKILL.MD" icon="arrow-up-right-from-square" href="https://docs.abs.xyz/skill.md">
  `https://docs.abs.xyz/skill.md`
</Card>

## What's in it

* Quick reference for network config, chain IDs, packages, and compiler settings
* Decision tables for common tooling and wallet choices
* Step-by-step workflows for deployment and integration
* Gotchas that prevent common Abstract-specific mistakes

## When to use it

* Install it as a skill: `npx skills add https://docs.abs.xyz`
* Add it to a Claude Project as a knowledge file
* Give it to coding agents that need execution guidance instead of just reference text

`skill.md` is also available at `https://docs.abs.xyz/.well-known/skills/default/skill.md`

## Compared to llms.txt

|              | [`llms.txt`](/ai-agents/resources/llms-txt) | `skill.md`                     |
| ------------ | ------------------------------------------- | ------------------------------ |
| **Purpose**  | Documentation index                         | Agent cheat sheet              |
| **Style**    | Structured links                            | Workflows and decision support |
| **Best for** | Finding pages                               | Completing tasks correctly     |
