Mix Space
Official@mx-space · China
混合空间 Mix Space
Agent Skills by Mix Space
Showing 10 vetted skills indexed across 1 GitHub repositories.
mx-core-local-auth
Creates short-lived owner sessions in the local PostgreSQL database for verification.
mx-pg-controller-migration
Verify controller endpoints and data responses after migrating MongoDB to PostgreSQL.
release-core
Automates versioning, changelog creation, tagging, CI/CD deployment for mx-core projects.
create-e2e-test
Generate standardized end-to-end test files for NestJS modules with PostgreSQL.
mx-migration-author
Review SQL migration scripts for safety and correctness in rolling deploys.
create-module
Generate NestJS module directory structures, schemas, repositories, and boilerplate code.
run-test
Execute npm test suites with file patterns, watch mode, and timeouts.
mx-review
Analyze MX Space source code for conformance to coding conventions.
api-conventions
Define standardized API controller structures, response formats, validation, and error handling.
zod-patterns
Defines reusable Zod schema patterns for validating TypeScript and NestJS API inputs.
Frequently Asked Questions About Mix Space
FAQPage SchemaWhat specific development tasks does Mix Space enable?▼
Mix Space enables the rapid generation of NestJS module structures, standardized API controller definitions, and rigorous E2E testing. It provides specialized utilities for verifying PostgreSQL data responses and enforcing coding conventions across complex backend codebases.
Which engineering personas benefit from these capabilities?▼
Backend engineers and full-stack developers working within the NestJS ecosystem benefit most. It is specifically designed for teams managing database migrations from NoSQL to relational systems and those requiring strict architectural consistency in large-scale TypeScript projects.
What are the prerequisites for implementing these modules?▼
Implementation requires a Node.js environment with an existing NestJS project structure. Users must have PostgreSQL configured as their primary data store and utilize TypeScript for all module definitions to ensure compatibility with the provided validation and schema generation patterns.