Documentation Index
Fetch the complete documentation index at: https://ryvn.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What are agent skills?
Agent skills are markdown files that teach your AI coding assistant how to work with Ryvn. Once installed, your assistant can help you deploy services, manage environments, write YAML configurations, and troubleshoot issues without you needing to look up the docs. Skills work with Claude Code, Cursor, OpenAI Codex, and OpenCode.Installation
The use-ryvn skill
The primary skill teaches your AI assistant how to work with the Ryvn platform. It covers:
- Project setup: Initializing Ryvn YAML configurations, scaffolding services, environments, and installations
- Deployments: Triggering deployments, monitoring rollout status, and handling rollbacks via the CLI
- Environment management: Provisioning and configuring cloud environments across AWS, GCP, and Azure
- Service configuration: Setting environment variables, scaling, health checks, and release channels
- Infrastructure as Code: Writing and validating Ryvn YAML specs for GitOps workflows
- Blueprints: Creating and managing blueprint templates for repeatable customer deployments
- Troubleshooting: Diagnosing failed deployments, reading logs, and resolving common issues
- CLI usage: Running commands, understanding output formats, and using context and profiles