rsschool-app
Build and maintain TypeScript backends with NestJS, TypeORM, and advanced types
All Skills in This Repository (6)
Pure Emerald Level Indicatorsturborepo
Configure turbo.json and package tasks for cache-efficient monorepo builds.
ant-design
Codify Ant Design best practices and official docs into a single reference.
playwright-e2e-testing
Automates cross-browser web application testing with Playwright.
typeorm
Provide TypeORM development guidelines for TypeScript entities, repositories, migrations, and data sources.
nestjs-best-practices
Codify NestJS architecture and dependency injection best practices for code reviews.
typescript-advanced-types
Creates reusable TypeScript types that enforce contracts at compile time.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core