Working with AI Agents
Skapi works smoothly with CLI-based AI coding tools, such as Claude Code, OpenAI Codex, and Gemini CLI.
If you are building your project with an AI coding agent, use the system prompt file below to help it understand how to integrate the Skapi API.
1. Download the system prompt file
⬇️ SKAPI.md (Click to Download)
2. Rename and add it to your project folder
Rename the downloaded SKAPI.md file to the filename your tool expects, then place it in your project root.
Examples:
AGENT.mdfor OpenAI CodexCLAUDE.mdfor Anthropic ClaudeGEMINI.mdfor Gemini CLI
3. Start writing prompts
When you run your AI coding agent, start with a prompt like this:
text
My Skapi project ID is: "<Project ID>".
Build me a [describe what you want].Replace the placeholder Project ID with your actual project ID before running your prompt.
