nitro-v2-authoring

Translate business requirements and SCOPE scripts into Nitro V2 TypeScript Transform code.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/huangcd/gcusage --skill nitro-v2-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nitro-v2-authoring
Source: https://github.com/huangcd/gcusage/tree/main/.github/skills/nitro-v2-authoring
Command: npx skills add https://github.com/huangcd/gcusage --skill nitro-v2-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts business requirements or SCOPE scripts into Nitro V2 TypeScript Transform code, enabling rapid, accurate translation of user intent into production-ready pipelines.

Core Features & Use Cases

  • Translates business rules and SCOPE into Nitro V2 Transform syntax, including withColumn, groupBy, where, and join patterns.
  • Supports SCOPE-to-Transform translation, migration of query.code() blocks, editing existing Transform code, and defining reusable Transform units.
  • Facilitates onboarding to Nitro V2, refactoring legacy SCOPE, and composing modular pipelines with reusable components.

Quick Start

Provide business requirements or a SCOPE script, and obtain Nitro V2 Transform code with example usage and guidance.

Frequently Asked Questions about nitro-v2-authoring

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

FAQPage Schema
How do I convert SCOPE scripts to Nitro V2 TypeScript Transform code?

To convert SCOPE scripts to Nitro V2 TypeScript Transform code, provide the legacy SCOPE script as input. The skill translates query.code() blocks and business logic into production-ready TypeScript Transform syntax, enabling rapid pipeline migration.

What is the process for translating business requirements into Nitro V2 Transform statements?

Translating business requirements into Nitro V2 Transform statements involves providing plain text rules. The skill maps these rules directly to TypeScript Transform patterns like withColumn, groupBy, where, and join to build robust data pipelines.

Can I refactor existing Nitro V2 Transform code to use reusable components?

Yes, you can refactor existing Nitro V2 Transform code to use reusable components. The skill supports editing existing Transform code and defining reusable Transform units to compose modular pipelines with ReplaceOrAdd patterns.

Does Nitro V2 Transform support join and groupBy patterns for data engineering?

Yes, Nitro V2 Transform supports join and groupBy patterns for data engineering. It provides guidance on these patterns alongside withColumn, where, and ReplaceOrAdd to build robust, production-ready data pipelines.

What is the best way to migrate query.code() blocks to Nitro V2 Transform syntax?

The best way to migrate query.code() blocks to Nitro V2 Transform syntax is providing the legacy code as input. The skill refactors SCOPE query blocks into TypeScript Transform statements with example usage and guidance.