Skip to main content
Agent Skills are in beta. Available skills and their content may change between releases.

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

npx skills add ryvn-technologies/skills
This adds the Ryvn skills to your project. Your AI assistant will automatically pick them up the next time it starts a session.

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

Source code

The skills are open source and available on GitHub. Contributions and feedback are welcome.