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.
View SKILL.MD
https://docs.abs.xyz/skill.mdWhat’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 | skill.md | |
|---|---|---|
| Purpose | Documentation index | Agent cheat sheet |
| Style | Structured links | Workflows and decision support |
| Best for | Finding pages | Completing tasks correctly |