Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

wisemen-core

wisemen-core 收录了来自 wisemen-digital 的 82 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
82
Stars
4
更新
2026-07-13
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

getting-started
软件开发工程师

Use when scanning NestJS providers with DiscoveryService-backed utilities.

2026-07-13
nestjs-custom-fields
软件开发工程师

Use when working with the @wisemen/nestjs-custom-fields package — developer-defined custom fields in NestJS with TypeORM persistence and runtime validation. Covers registering the CustomFieldDefinition entity, authoring definitions with customFieldDefinition(), storing resolved values via @CustomFieldValueColumn(), exposing them through CustomFieldValueDto / @IsCustomFields(), and validating submissions with CustomFieldDefinitionsRepository + validateCustomFieldValues(). Use this whenever a task involves custom field definitions, CustomFieldValue columns, custom-field DTOs, or tenant-scoped field definitions, even if the package is not named explicitly.

2026-07-10
getting-started
软件开发工程师

Use when defining Typesense collections, collectors, and search queries in NestJS APIs.

2026-07-09
getting-started
软件开发工程师

Generate PDFs through API2PDF in NestJS. Use when converting HTML or URLs to PDFs in apis.

2026-07-09
getting-started
软件开发工程师

Use when storing and validating multilingual text in NestJS apis with TypeORM and class-validator.

2026-07-08
getting-started
软件开发工程师

Use when configuring NATS messaging, subscribers, or the simple NatsClient in NestJS applications.

2026-07-07
getting-started
软件质量保证分析师与测试员

Use when writing tests for NestJS api packages with custom expect matchers, domain events, or transactional TypeORM use cases.

2026-07-02
getting-started
软件开发工程师

Use when working with domain events and subscribers in NestJS applications.

2026-07-02
getting-started
软件开发工程师

Create an HTTP client with interceptors. Use when making authenticated HTTP requests from a NestJS service.

2026-06-26
getting-started
软件开发工程师

Feature flags for NestJS API applications backed by OpenFeature and Go Feature Flag. Use when defining, evaluating feature flags.

2026-06-26
csv-encoding
软件开发工程师

Use when generating CSVs in APIs.

2026-06-24
schema-parsing
软件开发工程师

Use when parsing CSVs in APIs.

2026-06-24
getting-started
软件开发工程师

Use when building Express routes with validated body and query DTOs plus standardized error responses.

2026-06-23
getting-started
软件开发工程师

Use when sending SMS or voice calls in NestJS apis.

2026-06-23
getting-started
软件开发工程师

Use when validating EU VAT numbers from NestJS APIs.

2026-06-23
getting-started
软件开发工程师

Use when dealing with monetary values (euros, dollars etc) Supports: - basic arithmetic and rounding utils - columns with typeorm - validation with class-validator - openapi documentation with nestjs

2026-06-16
getting-started
软件开发工程师

Use when working with geographic coordinates in apis.

2026-06-16
getting-started
软件开发工程师

Use when documenting discriminated NestJS API responses with Swagger.

2026-06-16
getting-started
软件开发工程师

Use when dealing with physical quantities like distance, duration, speed, power etc Supports: - basic arithmetic and utils - columns with typeorm - validation with class-validator - openapi documentation with nestjs

2026-06-16
getting-started
软件开发工程师

Use when configuring Redis caching in NestJS APIs.

2026-06-16
getting-started
软件开发工程师

Use when bootstrapping NestJS api, worker, or job containers with Express or Fastify.

2026-06-15
tabs
软件开发工程师

UITabs provides value-based tabbed navigation, while UITabsRouterLink provides route-based tabbed navigation integrated with Vue Router. Both support three visual variants, horizontal and vertical orientations, full-width mode, and scrollable overflow.

2026-06-15
getting-started
软件开发工程师

Use when working with street addresses in apis.

2026-06-15
getting-started
软件开发工程师

Define custom API errors. Use when throwing errors in an api.

2026-06-12
getting-started
软件开发工程师

Custom class-validator decorators for NestJS DTOs. Use when validating optional, nullable or conditional values.

2026-06-05
getting-started
软件开发工程师

Offset and Keyset pagination for NestJS applications. Use when an endpoints need a paginated response.

2026-06-05
getting-started
软件开发工程师

OpenTelemetry for NestJS applications. Use when distributed tracing is needed, and when capturing exceptions.

2026-06-05
avatar
软件开发工程师

Avatar system with four components: UIAvatar (image or initials), UIAvatarGroup (stacked row with overflow), UIAvatarGroupAddButton (dashed add action), and UIAvatarLabel (avatar with name and supporting text).

2026-06-05
badge
软件开发工程师

Versatile badge component with support for labels, icons, dots, avatars, and separators. Includes BadgeGroup for wrapping collections and BadgeGroupTruncate for overflow handling.

2026-06-05
tooltip
软件开发工程师

A hover/focus-triggered floating label built on Reka UI TooltipRoot. Supports configurable delay, side positioning, arrow visibility, and custom content via slots.

2026-06-05
storybook
软件开发工程师

Conventions for Storybook stories and playground components in vue-core-design-system. Use when creating, updating, reviewing, or refactoring files in src/**/stories/, especially for argTypes, control hygiene, story naming, meta typing, and showcase story structure.

2026-06-05
resolve-npm-vulnerabilities
软件开发工程师

Resolve npm vulnerabilities. Use when auditing and resolving vulnerabilities.

2026-06-05
getting-started
软件开发工程师

Extended NestJS TypeOrmModule. Use when working with databases in NestJS applications.

2026-06-04
getting-started
软件开发工程师

S3 or Azure Blob storage for NestJS. Use when uploading, downloading, etc files.

2026-06-04
foundations
软件开发工程师

neverthrow Result architectural basis; three-state AsyncResult relationship to Result; @tanstack/vue-query lifecycle (staleTime, gcTime, refetch); composition of TanStack Query + neverthrow + Vue 3 reactivity.

2026-05-28
getting-started
软件开发工程师

Install @wisemen/vue-core-api-utils, initialize apiUtilsPlugin with QueryClient config, register typed query keys via module augmentation, set up a typed QueryClient wrapper.

2026-05-28
writing-mutations
软件开发工程师

Create, update, delete resources using useMutation, typed queryKeysToInvalidate, AsyncResult error handling, execute function, request shape with body/params separation.

2026-05-28
cache-management
软件开发工程师

Type-safe QueryClient with get/set/update/invalidate methods, predicate-based updates, cascade invalidation strategy, shared cache across components, lazy refetch patterns.

2026-05-28
optimistic-uis
软件开发工程师

Combining mutations, cache updates, and AsyncResult to create responsive UIs with instant feedback; optimistic updates with error handling, async transitions, immediate user feedback without request latency.

2026-05-28
writing-infinitequeries
软件开发工程师

Infinite pagination with useOffsetInfiniteQuery and useKeysetInfiniteQuery, offset vs keyset strategies determined by backend API, fetchNextPage, hasNextPage, isFetchingNextPage, data/meta result structure, proper page assembly.

2026-05-28
当前展示该仓库 Top 40 / 82 个已收集 skills。