BLOOMING GRACE
Official@bloominggrace
Standardizes NestJS backend development through TypeScript DTO generation, MikroORM entity management, and structured commit message enforcement.
Agent Skills by BLOOMING GRACE
Showing 5 vetted skills indexed across 1 GitHub repositories.
dto-response
Generate TypeScript DTOs and Response classes with validation for NestJS APIs.
pr-title
Standardize Pull Request titles and commit messages with Korean action words.
mikro-orm-entity
Generates and modifies MikroORM entity files in TypeScript with decorators and conventions.
testing-vitest
Write integration and end-to-end tests for NestJS and MikroORM with transaction rollback.
nest-mikro-orm-service
Generate and modify NestJS service files for MikroORM CRUD operations and transactions.
Frequently Asked Questions About BLOOMING GRACE
FAQPage SchemaWhat specific development tasks does Blooming Grace enable?โผ
Blooming Grace enables the rapid generation of NestJS service layers, MikroORM entity definitions, and validated TypeScript DTOs. It also provides standardized commit message formatting using Korean action words and facilitates integration testing with transaction rollback capabilities for database-heavy backend environments.
Which engineering personas benefit from these capabilities?โผ
Backend engineers and full-stack developers working within the NestJS and MikroORM ecosystem benefit most. These capabilities are designed for teams prioritizing strict type safety, consistent database schema management, and standardized version control practices across distributed development environments.
What are the primary dependencies for implementing these skills?โผ
Implementation requires a project environment configured with NestJS and MikroORM. Users must have TypeScript installed to support the generated DTO and entity classes, while Vitest is required to execute the provided integration and end-to-end testing patterns.