Skip to main content
Copy a prompt, paste it into your AI coding assistant, and start building. Each prompt links to our API context file — the AI will fetch it automatically.

Prompts

Analyze your codebase and get a tailored Rye integration plan.
These prompts work with any AI coding tool — Claude Code, Cursor, Windsurf, ChatGPT, and more. The AI will fetch the context file and have full knowledge of Rye’s API.

Set Up Your AI Agent

Drop a config file into your repo and your AI coding assistant becomes a Rye integration agent — every session, it will analyze your codebase, propose a plan, implement using the right SDK, and verify the full checkout lifecycle.
Create a CLAUDE.md file in your repo root:
CLAUDE.md
For even deeper context, connect Rye’s MCP server so your AI can search our docs on demand.

Try it

Once the config file is in your repo, open a new session and send a single message:
Your AI will automatically follow the workflow defined in the config — analyze your codebase, propose an integration plan, wait for your approval, implement, and verify. No additional prompting needed.

Give Your AI More Context

The prompts above include everything the AI needs to get started. For deeper or ongoing access to Rye’s docs, try these options:

Connect via MCP

Connect Rye’s docs directly to your AI-powered IDE. Your assistant can search our docs on demand without needing the full context up front. Claude Code:
Cursor: Press Cmd+Shift+J → MCP & Integrations → New MCP server, then add:
This is the best option for Claude Code, Cursor, Windsurf, VS Code, and other MCP-compatible tools. The AI can search our docs as needed while you code.

Feed Full Docs

For maximum context, paste this URL into any LLM that supports URL fetching. It contains our entire documentation as plain markdown:
llms-full.txt is auto-generated and always up to date. It’s larger than the curated context file, so it works best with models that have large context windows.

Page-by-Page

Append .md to any docs page URL to get clean markdown suitable for LLMs:
This is useful when you want to give an LLM context on a specific topic without the full docs.