nvidia-nemo/nemo-platform · Archived

studio-dev

Switch into Studio development mode for working on the NeMo Studio frontend in web/. Use when starting frontend work, building UI features, or working on React components.

First seen Jul 22, 2026

Installation

$ npx skills add nvidia-nemo/nemo-platform --skill studio-dev

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nvidia-nemo/nemo-platform.

npx skills add nvidia-nemo/nemo-platform

Browse all from nvidia-nemo/nemo-platform

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 68
License LICENSES
Default branch main
Open issues 9
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,215 B
  • docs SUMMARY.md 189 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Studio Development Mode

You are now in Studio development mode. Read the Studio project instructions to load full context:

@web/CLAUDE.md

What This Means

  • Most changes will be in web/ — this is a React + TypeScript monorepo for NeMo Studio
  • The rest of the repo is useful for understanding backend APIs, data models, and SDK types, but changes should generally stay within web/
  • Studio-specific skills are now available — use /unit-test, /e2e-test, and /visual-dev for testing and development workflows
  • Run frontend commands from web/ — pnpm, vitest, and other Node.js tooling lives there

Quick Reference

What Where
Main app web/packages/studio/
Shared code web/packages/common/
API SDK web/packages/sdk/
Storybook web/packages/storybook/
Dev tools web/packages/sandbox/
Backend APIs services/ (read-only context)
OpenAPI spec openapi/openapi.yaml (read-only context)