rj-help

Catalog rj-* skills by extracting names and descriptions from SKILL.md frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill renders a table of all rj-* project skills with descriptions, prerequisites, and usage so the user can discover what's available in this repo.

Core Features & Use Cases

  • Provides a centralized catalog of all rj-* skills with concise descriptions and prerequisites.
  • Enables quick discovery for onboarding, research, and feature planning.
  • Use Case: A developer asks which skills exist in the repo and how to invoke them.

Quick Start

Describe all rj-* skills to see what is available.

Frequently Asked Questions about rj-help

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

FAQPage Schema
How do I discover all available Rocket Jobs skills in a repository?

To discover all available Rocket Jobs skills, you can use a cataloging tool that scans the repository for SKILL.md frontmatter, extracting each skill's name and description to render a consolidated skills table for quick reference.

How does a skills table generate descriptions from SKILL.md frontmatter?

A skills table generates descriptions by parsing the SKILL.md frontmatter of each rj-* skill, validating that required name and description fields exist, then extracting those values to populate a centralized catalog with prerequisites and usage instructions.

Can I use a skill catalog to onboard new contributors to a Rocket Jobs repo?

Yes, you can use a skill catalog to onboard new contributors by providing a centralized table that lists every rj-* skill with concise descriptions, prerequisites, and usage context, enabling quick discovery of available capabilities within the repository.

What's the best way to list project skills with their prerequisites and usage?

The best way to list project skills with prerequisites and usage is to extract metadata from each SKILL.md frontmatter, rendering the body as instructional context while optionally listing components if scripts, references, or assets directories exist.

Why does a skill not appear in the rj-* skills table?

A skill may not appear in the rj-* skills table if its SKILL.md frontmatter is missing or invalid, specifically lacking the required name and description fields needed for the catalog to validate and expose the entry.

Does the skills catalog list components like scripts and assets directories?

Yes, the skills catalog optionally lists components if scripts, references, or assets directories exist alongside the SKILL.md file, providing additional context for developers researching available capabilities before feature planning.