skill.md is a structured cheat sheet designed for AI coding agents. Instead of raw documentation, it provides decision tables, workflows, gotchas, and quick-reference data that help agents build on Abstract correctly.
View SKILL.MD
https://docs.abs.xyz/skill.mdWhat’s in it
- Quick reference — Network config, chain IDs, packages, compiler settings
- Decision tables — Hardhat vs Foundry, AGW vs standard wallets, session keys vs direct transactions
- Workflows — Step-by-step for contract deployment, wallet integration, session keys
- Gotchas — Common pitfalls like bytecode mismatches, testnet/mainnet differences
When to use it
Useskill.md when you want an AI agent to build with Abstract correctly — not just reference docs, but apply the right patterns and avoid common mistakes. Good for:
- Installing as a skill:
npx skills add https://docs.abs.xyz - Adding to a Claude Project as a knowledge file
- Providing to coding agents (Cursor, Windsurf, Claude Code) as project context
skill.md is also available at the well-known path: https://docs.abs.xyz/.well-known/skills/default/skill.md
Compared to llms.txt
llms.txt | skill.md | |
|---|---|---|
| Purpose | Documentation index | Agent cheat sheet |
| Style | Structured links | Decision tables, workflows, gotchas |
| Best for | Finding relevant pages | Completing tasks correctly |