rye-installer

Automate setup, migration, and validation of Rye PostgreSQL deployments.

2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/BLTGV/project-rye --skill rye-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rye-installer
Source: https://github.com/BLTGV/project-rye/tree/main/skills/rye-installer
Command: npx skills add https://github.com/BLTGV/project-rye --skill rye-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually setting up, migrating, and validating Rye PostgreSQL deployments is error-prone and time-consuming, especially for teams new to the Rye graph platform or deploying to specialized environments like Supabase.

Core Features & Use Cases

  • Multi-Environment Installation: Supports local trial deployments, remote PostgreSQL 15+ instances, and Supabase-hosted environments with fallback options for hosted bootstrap scripts.
  • Schema & Metadata Management: Automatically applies core and profile-specific schema migrations, and syncs plugin metadata for custom node, edge, assertion, and event types.
  • Verification & Conformance: Includes built-in verification for assertion update scoping and full conformance checks to ensure deployments meet Rye's requirements. A team adopting Rye to power their CRM workflow can use this skill to automatically set up their PostgreSQL database, apply the CRM profile migrations, and run checks to confirm the instance is ready for onboarding scopes.

Quick Start

Use the rye-installer skill to set up a local trial Rye deployment, apply the CRM profile migrations, and run verification checks to confirm the instance is ready.

Frequently Asked Questions about rye-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PostgreSQL schema migration and validation for Rye graph deployments?

You can automate PostgreSQL schema migration and validation for Rye deployments by using a setup process that applies core and profile-specific migrations, syncs plugin metadata, and runs conformance checks to verify the instance meets platform requirements. This handles schema updates and assertion update scoping automatically.

Can I deploy and validate Rye PostgreSQL on Supabase environments?

Yes, Rye PostgreSQL deployments can be set up and validated on Supabase-hosted environments. The installation includes built-in verification for Row Level Security (RLS) compatibility, ensuring the hosted database meets the necessary conformance checks for the Rye graph platform.

What is the best way to set up a local trial deployment for the Rye graph platform?

The best way to set up a local trial Rye graph deployment is to use an automated installer that applies the required schema migrations and plugin metadata syncs. This process configures the local PostgreSQL 15+ instance and runs validation checks to confirm readiness for onboarding scopes.

Does Rye PostgreSQL installation work if the primary projectrye.dev endpoint is unavailable?

Yes, Rye PostgreSQL installation works if the primary projectrye.dev endpoint is unavailable by falling back to GitHub-hosted bootstrap scripts. This ensures the schema migration and metadata sync processes can continue without interruption from endpoint downtime.

Do I need PostgreSQL 15+ to run Rye database deployments and conformance checks?

Yes, you need PostgreSQL 15+ to run Rye database deployments because the schema migrations, plugin metadata sync, and built-in conformance checks are designed for this version baseline. This requirement applies to both local trial and remote instance setups.