What are agent skills?
Agent skills are folders of instructions and supporting resources 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
use-ryvn skill to your project. Your AI assistant will automatically pick it up the next time it starts a session.
The use-ryvn skill
The repository currently ships one skill, use-ryvn, which teaches your AI coding assistant how to work with the Ryvn platform. It covers:
- Resource setup: Creating services, environments, and installations from Ryvn YAML manifests
- 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
Source code
Theuse-ryvn skill is open source and available on GitHub. Contributions and feedback are welcome.