From 7352998ad690915f1bba083b0e8fcafaf22fb38a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:28:47 +0000 Subject: [PATCH 1/2] docs: collapse Start here into a single prompt that installs the skill Co-Authored-By: brandon --- start-here.mdx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/start-here.mdx b/start-here.mdx index b6d115c..ed65208 100644 --- a/start-here.mdx +++ b/start-here.mdx @@ -1,34 +1,20 @@ --- title: "Start here" sidebarTitle: "Start here" -description: "Install the Ravion agent skill and let your coding agent install the CLI, connect your AWS account, and deploy your project to your own AWS account." +description: "Paste one prompt into your coding agent and let it install the Ravion agent skill and CLI, connect your AWS account, and deploy your project to your own AWS account." "og:image": "https://www.ravion.com/og/docs/start-here.png" "twitter:image": "https://www.ravion.com/og/docs/start-here.png" --- -Ravion runs infrastructure in your own AWS account, and your coding agent drives it. Setup is two commands: teach the agent, then ask. +Ravion runs infrastructure in your own AWS account, and your coding agent drives it. Setup is one prompt. - - +Paste this into Claude Code, Cursor, Codex, or any other agent that supports [Agent Skills](https://agentskills.io): - ```bash - npx skills add ravionhq/skills - ``` - - This works with Claude Code, Cursor, Codex, and every other agent that supports [Agent Skills](https://agentskills.io). See [Ravion agent skill](/agent-skill) for the plugin and URL options. - - - - - - ``` - Deploy this project to AWS with Ravion. - ``` - - The agent installs the CLI, signs you in, connects your AWS account, writes the project config, applies it, and sets up a build and deploy pipeline. +``` +Deploy this project to AWS with Ravion. If the use-ravion skill is not installed yet, install it first with `npx skills add ravionhq/skills`, then follow it. +``` - - +The agent installs the skill if it is missing, then installs the CLI, signs you in, connects your AWS account, writes the project config, applies it, and sets up a build and deploy pipeline. See [Ravion agent skill](/agent-skill) for the plugin and URL install options. ## What the agent needs from you From 6d2b584ad466347febd7a40cd3173bf6e6e21f18 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:32:58 +0000 Subject: [PATCH 2/2] docs: wrap the start-here prompt so it is readable without scrolling Co-Authored-By: brandon --- start-here.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-here.mdx b/start-here.mdx index ed65208..4c2313d 100644 --- a/start-here.mdx +++ b/start-here.mdx @@ -10,7 +10,7 @@ Ravion runs infrastructure in your own AWS account, and your coding agent drives Paste this into Claude Code, Cursor, Codex, or any other agent that supports [Agent Skills](https://agentskills.io): -``` +```text wrap Deploy this project to AWS with Ravion. If the use-ravion skill is not installed yet, install it first with `npx skills add ravionhq/skills`, then follow it. ```