AI-Driven Development
Skapi works seamlessly with AI-driven development environments such as OpenAI Codex and Anthropic Claude Code.
To enable AI-driven development, download the API documentation and default prompts so your AI model understands how to integrate the Skapi API into your project.
Download the files below to your project folder:
⬇️ skapi.md - Skapi API documentation in Markdown format.
⬇️ skapi-types.md - Detailed information on all Skapi API data types.
⬇️ SYSTEM.md - The default system prompt for AI coding assistants.
Important
Rename the SYSTEM.md
file to an appropriate filename that your coding assistant recognizes.
(e.g., AGENT.md
for OpenAI Codex, CLAUDE.md
for Anthropic Claude)