rj-install

Install and bootstrap rocket-jobs-app with environment checks and migrations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rocket-jobs-ai/rocket-jobs-app --skill rj-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rj-install
Source: https://github.com/rocket-jobs-ai/rocket-jobs-app/tree/main/.skills/rj-install
Command: npx skills add https://github.com/rocket-jobs-ai/rocket-jobs-app --skill rj-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and bootstrap the rocket-jobs-app from a fresh clone, verify it boots, and hand the user off to the setup skill for configuration. Follow the steps in order and stop at the first failure — don't try to recover automatically.

Core Features & Use Cases

  • Automates environment checks (OS, Node, pnpm, and git) and dependency installation.
  • Performs database migrations and a smoke-test of the dev server to ensure a ready-to-use clone.
  • Safely hands the user off to the rj-setup skill for final configuration and personalization.

Quick Start

Install the rocket-jobs-app from a fresh clone, verify it boots, and hand the user off to the rj-setup skill for configuration.

Frequently Asked Questions about rj-install

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

FAQPage Schema
How do I install and bootstrap a fresh clone of rocket-jobs-app?

To install rocket-jobs-app, the Skill verifies prerequisites like Node >= 24 and pnpm >= 10, installs dependencies, runs database migrations, and smoke-tests the dev server before handing off to rj-setup.

What prerequisites do I need to set up rocket-jobs-app locally?

You need git availability, Node version 24 or higher, and pnpm version 10 or higher on macOS, Linux, or Windows. The Skill validates these prerequisites and the workspace package.json name before proceeding.

Why does my rocket-jobs-app installation stop at the first failure?

The bootstrap workflow intentionally stops at the first failure during dependency installation or migrations to avoid automatic recovery, ensuring you manually resolve environment or configuration issues before proceeding.

Can I run the rocket-jobs-app dev server on Windows and Linux?

Yes, the install and bootstrap workflow applies steps across macOS, Linux, and Windows to verify prerequisites, run migrations, and smoke-test the dev server for a ready-to-use clone.

Do I need a separate configuration step after running database migrations for rocket-jobs-app?

Yes, after the install Skill verifies the dev server and completes migrations, it safely hands off to the rj-setup skill for final configuration and personalization of your rocket-jobs-app environment.