Agent skills for Ravion, following the Agent Skills format. Skills are packaged instructions that teach AI coding agents how to use a product correctly.
Deploy and operate infrastructure on AWS with Ravion: connect an AWS account, create projects and module instances through a ravion.yaml project config file, build and deploy code through pipelines, follow stack runs and approvals, inspect logs and metrics, and wire config changes into CI.
Source: skills/use-ravion/SKILL.md, mirrored from the hosted copy at https://www.ravion.com/SKILL.md.
SKILL.md is a router: it carries the resource model, the deployment path, and the rules, then links to reference files the agent reads only when it needs them — setup.md (CLI, sign-in, AWS and Git connections, Docs MCP, CI), project-config.md, pipelines.md, and operations.md. Installed copies ship those files next to SKILL.md; an agent that loaded only the hosted SKILL.md fetches them from https://www.ravion.com/skills/use-ravion/.
Skills for Flightcontrol, Ravion's predecessor, live in ravionhq/flightcontrol-skills.
Install every skill in this repository:
npx skills add ravionhq/skillsInstall only the Ravion skill from the hosted copy:
npx skills add https://www.ravion.com/SKILL.mdAgents that support Agent Skills discovery find the hosted skill through https://www.ravion.com/.well-known/agent-skills/index.json.
plugins/ravion bundles the Ravion skill with the Ravion Docs MCP server for Claude Code, Cursor, Codex, and Grok. In Claude Code:
/plugin marketplace add ravionhq/skills
/plugin install ravion@ravion-skills
Skills are available once installed, and the agent uses them when it detects a relevant task. You can also point an agent at the hosted skill directly:
Deploy this project with Ravion: https://www.ravion.com/SKILL.md
Pair the skill with the Ravion Docs MCP server so the agent can search current documentation:
npx add-mcp https://www.ravion.com/docs/mcp --name ravion-docsEach skill contains:
SKILL.md— instructions for the agent- sibling Markdown files — reference material
SKILL.mdlinks to and the agent loads on demand scripts/— helper scripts for automation (optional)
MIT