rolling-scopesrolling-scopesOfficialยท6 Agent Skills Included

rsschool-app

Build and maintain TypeScript backends with NestJS, TypeORM, and advanced types

Guides AI agents through building, reviewing, and refactoring TypeScript backends with NestJS, TypeORM, and advanced type patterns. Eliminates common backend defects like circular dependencies, N+1 queries, missing input validation, and unsafe async error handling. Provides ready-made rules and code examples so agents produce secure, tested, production-ready code faster.
npx skills add rolling-scopes/rsschool-app --all -g -y
Available:

Tells the AI agent which project docs to read first, which lint, test, and compile commands to run after every change, and what writing style to use when working in this repository.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rsschool-app skills?โ–ผ

Run `npx skills add rolling-scopes/rsschool-app --all -g -y` in your terminal to install all skills in this suite globally.

What does the NestJS best practices skill cover?โ–ผ

It gives your AI agent 40 prioritized rules covering architecture, dependency injection, security, error handling, testing, and database patterns for NestJS apps.

How to avoid N+1 queries in TypeORM?โ–ผ

The TypeORM skill teaches your agent to eager-load relations, use query builder joins, and add proper indexes to prevent slow database queries.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.

Can AI agents write advanced TypeScript types?โ–ผ

Yes. The TypeScript advanced types skill guides agents through generics, conditional types, mapped types, and type-safe patterns like API clients and form validators.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’