Skip to content
Development
Command

/scaffold-railway-full

Create a complete Railway full-stack application with modern architecture.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/scaffold-railway-full

Context preview

What this command does when you run it.

Create a complete Railway full-stack application with modern architecture.

Command definition

scaffold-railway-full.md

Create a complete Railway full-stack application with modern architecture.

Build a production-ready application with:

  • Next.js 15 frontend with App Router, TypeScript, and Bootstrap 5
  • Express/Node.js backend API with TypeScript
  • PostgreSQL database with Prisma ORM setup
  • Redis for caching and session management
  • Separate Railway services: web (Next.js), api (Express), database, redis
  • Environment-specific configuration for staging and production
  • railway.toml for each service with proper configuration
  • Database migrations with Prisma
  • API client utilities in Next.js for calling Express API
  • Shared TypeScript types between frontend and backend
  • Comprehensive README.md with architecture and Railway deployment guide

Include health checks, logging, error handling, and Railway service linking configuration.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked