📄SKILL.md Format Reference
The anatomy of a GDEX SKILL.md file, the skill.json action manifest, and how the gdex-skill package is structured
Package Layout
gdex-skill/
├── skill.json # skills.sh action manifest (name, auth, base_url, actions[])
├── skills.sh.json # grouping/ordering of skills for the skills.sh CLI
├── skills/
│ ├── gdex-onboarding/
│ │ └── SKILL.md # one skill = one directory + one SKILL.md
│ ├── gdex-spot-trading/
│ │ └── SKILL.md
│ └── … # 27 skills total
├── src/ # the @gdexsdk/gdex-skill TypeScript SDK
└── mcp-server/ # the 116-tool MCP serverSKILL.md Front Matter
Field
Required
Purpose
SKILL.md Body
Recommended sections
Section
Purpose
The skill.json Action Manifest
skill.json Action ManifestSkill Grouping — skills.sh.json
skills.sh.jsonNaming Conventions
Rule
Example
Best Practices
Last updated