# GalaChain AI > AI-first developer resources for building decentralized applications on GalaChain. Provides AGENTS.md instruction files, slash-command skills, and an MCP server plugin (OmniTool) that give AI coding assistants deep GalaChain expertise. ## Site - Home: https://ai.gala.com/ - Agents (AGENTS.md catalog): https://ai.gala.com/agents - Skills (slash commands): https://ai.gala.com/skills - OmniTool plugin (MCP server): https://ai.gala.com/omni-tool ## AI documentation - [AGENTS.md](https://ai.gala.com/AGENTS.md): Master agent index linking to every available AGENTS.md file - [ai.md](https://ai.gala.com/ai.md): Full descriptive guide of all AI resources on this site ## AGENTS.md files (drop into your project root) - [Token Operations](https://ai.gala.com/agents/TOKEN_AGENTS.md): Minting, burning, transferring, and allowance workflows for GalaChain tokens ## DeFi resources (external) - Full DEX guide: https://dex-backend-prod1.defi.gala.com/ai.md - Compact reference: https://dex-backend-prod1.defi.gala.com/llms.txt - Agent index: https://dex-backend-prod1.defi.gala.com/AGENTS.md ## OmniTool MCP server Install in Claude Code, Cursor, or any MCP-compatible client: ```json { "mcpServers": { "galachain-builder": { "command": "npx", "args": ["-y", "@gala-chain/omni-tool"] } } } ``` Provides 247+ tools, 41 teaching topics, and full GalaChain SDK coverage. ## Skills (slash commands) - `/omni-tool:learning-galachain` — Comprehensive learning system - `/omni-tool:ask` — Ask any GalaChain question - `/omni-tool:topics` — Browse all 41 teaching topics - `/omni-tool:setup` — Interactive setup wizard