projects

Manage Railway projects via CLI and GraphQL API operations.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GaryOcean428/vex-agent --skill projects-garyocean428
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/GaryOcean428/vex-agent/tree/main/.agents/skills/projects
Command: npx skills add https://github.com/GaryOcean428/vex-agent --skill projects-garyocean428

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of your projects within the Railway platform, allowing you to easily view, switch, and configure them.

Core Features & Use Cases

  • Project Listing: View all your projects across different workspaces.
  • Project Switching: Seamlessly link your current directory to a different project.
  • Project Configuration: Rename projects, enable/disable PR deploys, and set visibility (public/private).
  • Use Case: When you need to deploy changes to a different application or update settings for an existing one, this skill provides the necessary commands.

Quick Start

Use the projects skill to list all of your available Railway projects.

Frequently Asked Questions about projects

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

FAQPage Schema
How do I list and switch between Railway projects from the command line?

You can list all available Railway projects and workspaces, then switch your current directory's linked project using the Railway CLI and GraphQL API. This allows seamless transitions between different application deployments without manual configuration changes.

Can I enable PR deploys and change visibility settings for a Railway project via CLI?

Yes, you can rename projects, enable or disable PR deploys, and set public or private visibility directly. These project configuration modifications are executed through Railway CLI commands and the GraphQL API.

What is the best way to manage multiple Railway workspaces and their projects?

Managing multiple Railway workspaces is done by listing all available projects across them and linking your local directory to the desired project. This streamlines deploying changes to different applications within your various workspaces.

Do I need the Railway CLI installed to switch my current directory to a different project?

Yes, the project switching feature links your current working directory to a different Railway project. This is useful when you need to deploy changes to a different application or update settings for an existing one.

How does project switching work when deploying changes to a different Railway application?

Project switching links your current directory to a different Railway project, enabling you to deploy changes to that specific application. It utilizes the Railway CLI to modify the active project context for your local environment.