Loading...
Loading...
Found 48002 skills
mx-space
Reviews code against MX Space project conventions, checking NestJS patterns, TypeGoose models, and Zod schemas for API design consistency.
mx-space
Provides TypeGoose model patterns for defining MongoDB schemas and data models in TypeScript, enhancing backend development efficiency.
mx-space
Generates database migration files for schema modifications, data migration, and configuration updates during application development.
mx-space
Provides reusable Zod schema patterns for validating data transfer objects (DTOs) and request payloads in TypeScript applications.
mx-space
Generates end-to-end test files for controllers in a module, enabling comprehensive workflow validation.
mx-space
Generates a new NestJS module with controller, service, model, and schema files for rapid feature implementation and API endpoint creation.
mx-space
Enforces consistent API design conventions for MX Space controllers, endpoints, and HTTP request handling.
mx-space
Executes test suites with options for all tests, single files, or pattern-matched tests to streamline development cycles.
nuxt-content
Guides Vue 3 component development with Composition API, props/emits patterns, and VueUse integration for efficient frontend coding.
nuxt-content
Provides Nuxt 4+ development utilities including server routes, file-based routing, middleware, and Nuxt composables with h3 and nitropack support.
nuxt-content
Delivers styled UI components with Tailwind Variants theming for Nuxt v4, accelerating frontend development with ready-to-use patterns.
nuxt-content
Manages content collections for Nuxt applications with query APIs, Markdown rendering, and integrations including i18n and LLMs.
nuxt-content
Provides tools and patterns for developing, testing, and publishing Nuxt modules with runtime/server extensions, CI/CD, and release automation.
ZhangHanDong
Resolves Rust ownership, borrowing, and lifetime errors including E0382, E0597, and move semantics issues.
ZhangHanDong
Optimizes software performance through profiling, benchmarking, and low-level techniques like SIMD and cache management.
ZhangHanDong
Provides Rust concurrency utilities for managing threads, async operations, and synchronization to prevent deadlocks and race conditions.
ZhangHanDong
Resolves Rust compiler errors (E0277, E0308, E0599) related to generics, traits, and zero-cost abstractions.
ZhangHanDong
Provides safe Rust code refactoring via LSP analysis, supporting rename, move, and extract operations with multilingual command triggers.
ZhangHanDong
Enables development of IoT applications with device communication, sensor data processing, and edge computing integration.
ZhangHanDong
Visualizes Rust project dependencies in ASCII art for clear dependency graph representation.
ZhangHanDong
Provides Rust code style guidelines and best practices for naming, formatting, and code reviews using clippy and rustfmt tools.
ZhangHanDong
Visualizes Rust function call graphs via LSP, enabling developers to explore call hierarchies and relationships in code.
ZhangHanDong
Comprehensive guide to Rust error handling patterns including Result usage, panic decisions, and custom error propagation.
ZhangHanDong
Explores Rust trait implementations using LSP, enabling users to find which types implement a trait or which traits a type implements.