nemo-gym-docs

Maintain NeMo Gym Fern MDX documentation pages and navigation.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemo-gym-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-gym-docs
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/NeMo-Gym/nemo-gym-docs
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemo-gym-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of keeping NeMo Gym Fern documentation accurate, well-structured, and consistently published when pages are added, updated, moved, or removed.

Core Features & Use Cases

  • Docs maintenance under fern/: Apply changes only within the Fern project’s documentation tree, ensuring new MDX pages live under fern/versions/latest/pages/.
  • Version-aware updates: Use the bleeding-edge latest train by default and back-port to a GA snapshot only when explicitly requested.
  • Reliable navigation and URLs: Manage page placement through main.yml, handle title-source and positioning, and preserve broken links using fern/docs.yml redirects after renames.

Quick Start

Ask to “add a new docs page under fern/versions/latest/pages/get-started/” and include the desired page title, one-line SEO description, and the target URL path based on the folder and MDX filename.

Frequently Asked Questions about nemo-gym-docs

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

FAQPage Schema
How do I add a new MDX page to Fern documentation under the latest version?

To add a new MDX page to Fern documentation, place the file under the fern/versions/latest/pages/ directory and include the correct Fern frontmatter, such as the page title, SEO description, and optional position for navigation wiring.

How do I configure redirects in Fern when changing documentation slugs?

Configure redirects in Fern by adding the old and new URL slugs to the fern/docs.yml file. This ensures users preserve navigation paths and avoid broken links after moving or renaming MDX pages within the documentation tree.

How does Fern handle versioned documentation updates for bleeding-edge and GA releases?

Fern handles versioned documentation by applying updates to the bleeding-edge latest train by default, and back-porting those MDX changes to a GA snapshot only when explicitly requested during the documentation maintenance workflow.

What is the correct way to wire navigation for MDX pages in Fern version YAML files?

Wire navigation for MDX pages in Fern by updating the main.yml file to manage page placement, define title-source positioning, and ensure the new documentation entries are correctly structured within the version YAML navigation hierarchy.

Can I update documentation outside the fern/ directory when maintaining NeMo Gym docs?

You cannot update documentation outside the fern/ directory for this workflow. Edits are strictly constrained to the Fern project tree to ensure accurate structuring and consistent publishing of MDX pages, redirects, and version YAML files.

What frontmatter is required for a new Fern MDX documentation page?

Required frontmatter for a new Fern MDX documentation page includes a title and a one-line SEO description. An optional position field can also be set to control the exact ordering and placement within the navigation menu.