projects

Manage Railway projects via GraphQL API for listing, switching, and configuring settings.

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

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 list, switch, rename, and configure project settings.

Core Features & Use Cases

  • Project Listing: View all your projects across different workspaces.
  • Project Switching: Easily link your current directory to a different Railway project.
  • Project Renaming: Change the name of your existing projects.
  • Deploy Configuration: Enable or disable PR deploys and manage project visibility (public/private).
  • Use Case: When you need to quickly see all the projects you're working on, switch to a different project for a specific task, or update a project's settings like enabling PR deploys.

Quick Start

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

Frequently Asked Questions about projects

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

FAQPage Schema
How do I list all my Railway projects across different workspaces?

You can list all Railway projects across your workspaces by running the projects skill, which queries your available workspaces and returns every project associated with your account.

How do I link my current directory to a different Railway project?

To switch Railway projects, use the project switching feature to link your current working directory to a different project, allowing you to manage deployments from that specific local path.

Can I enable PR deploys and manage project visibility on Railway?

Yes, you can configure Railway project settings to enable or disable PR deploys and update project visibility between public and private directly through the project configuration options.

How do I rename an existing Railway project?

You can rename an existing Railway project by using the project management commands to update project details, which sends the new name via the GraphQL API to update your configuration.

What happens if I try to manage a Railway project I don't have permissions for?

The Railway project management process handles authentication and permission errors gracefully, notifying you if a project is not found or if your account lacks the necessary permissions.

Do I need to install any dependencies to manage Railway projects?

No additional dependencies are required to manage Railway projects, as the skill handles project listing, switching, renaming, and configuration natively through the GraphQL API.