Skip to content
  1. Tutorials
  2. Coding with Ogma and AI

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

We are also working on a dedicated Ogma AI skill that will provide more advanced capabilities for coding with Ogma. You can download the current draft of the skill from here and import it into your AI coding tool. It follows the AI agent skill format defined by AgentSkills.io - you can see the installation instructions there.

Claude code (and other AI coding tools) setup

  • Download the Ogma AI skill from here.
  • Import it into your Claude coding environment following these instructions.
  • Use the skill by invoking it in your coding session (mention "use Ogma skill" or similar).
  • For cursor.ai follow these instructions.

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.