Appearance
Using Ogma API with AI
WARNING
This tutorial is a work in progress. It will be updated with more examples and details soon.
Ogma AI skill
The Ogma AI skill provides advanced capabilities for coding with Ogma. It follows the AgentSkills.io standard and works with Claude Code, Cursor, Codex, and OpenCode.
Quick install (recommended)
Run this command in your terminal:
bash
node <(curl -sL https://doc.linkurious.com/ogma/latest/install-ogma-skill.mjs)This auto-detects your installed AI tools and installs the skill to the correct location.
Manual installation
If you prefer manual installation:
- Download ogma-skill.zip
- Extract the
ogma-skillfolder to:- Claude Code:
~/.claude/skills/ogma-skill/ - Cursor:
~/.cursor/skills/ogma-skill/ - Codex:
~/.codex/skills/ogma-skill/ - OpenCode:
~/.config/opencode/skill/ogma-skill/
- Claude Code:
Update the skill
To update to the latest version, simply run the install command again - it will replace the existing installation.
Using the skill
Once installed:
- The skill auto-activates when you're working with Ogma code
- You can explicitly invoke it with
/ogma-skillor mention "use Ogma skill" - It provides API reference, code templates, and best practices
AI-compatible API documentation
Ogma's API documentation is available in .md format consumable by AI tools like GitHub Copilot or ChatGPT. You can use this context.md and point your AI coding agent at it. This allows you to use AI tools to write code that uses Ogma's API directly in your IDE.
You can also use our draft for Cursor.AI rule, we will soon update it with more examples and details.