类型

类型检查与类型生成

显示 913-936 / 共 6303 个技能
TencentBlueKing

全局状态管理规范 (Pinia)

TencentBlueKing

基于 Pinia 的全局状态管理规范,包含 UserStore、AppStore 的标准定义

API 开发 840 7个月前
TencentBlueKing

vue-best-practices

TencentBlueKing

Vue 3 TypeScript, vue-tsc, Volar, Vite, component props, testing, composition API.

调试 840 7个月前
dadbodgeoff

environment-config

dadbodgeoff

Centralized environment variable management with validation. Fail fast at startup if config is invalid. Supports multi-environment setups (dev/staging/prod) with type-safe access.

代码生成 784 6个月前
whawkinsiv

validate

whawkinsiv

"Use this skill when the user needs to validate a business idea, test demand before building, run a smoke test, create an MVP experiment, or decide whether an idea is worth pursuing. Covers demand validation, smoke tests, fake-door tests, landing page experiments, and go/no-go decision frameworks for bootstrapped founders."

代码生成 239 6个月前
team-telnyx

telnyx-voice-media-go

team-telnyx

Play audio files, use text-to-speech, and record calls. Use when building IVR systems, playing announcements, or recording conversations. This skill provides Go SDK examples.

CLI 工具 212 6个月前
nuxt-content

nuxt-ui

nuxt-content

Use when building styled UI or working with @nuxt/ui v4 components (Button, Modal, Form, Table, etc.) - provides ready-to-use components with Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.

代码生成 714 7个月前
storybookjs

writing-react-native-storybook-stories

storybookjs

Create and edit React Native Storybook stories using Component Story Format (CSF). Use when writing .stories.tsx files, adding stories to React Native components, configuring Storybook addons (controls, actions, backgrounds, notes), setting up argTypes, decorators, parameters, or working with portable stories for testing. Applies to any task involving @storybook/react-native story authoring.

SEO 1310 7个月前
dadbodgeoff

exception-taxonomy

dadbodgeoff

Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling across all endpoints.

API 开发 784 6个月前
dadbodgeoff

distributed-lock

dadbodgeoff

Prevent race conditions across multiple instances. Only one instance can hold a lock at a time. Automatic expiration prevents deadlocks.

代码生成 784 6个月前
dadbodgeoff

game-loop

dadbodgeoff

Fixed timestep game loop with interpolation for frame-rate independent physics. Separates physics updates from rendering, prevents spiral of death, and supports hitstop/slow-mo effects.

游戏开发 784 6个月前
dadbodgeoff

deduplication

dadbodgeoff

Event deduplication with canonical selection, reputation scoring, and hash-based grouping for multi-source data aggregation. Handles both ID-based and content-based deduplication.

数学 784 6个月前
dadbodgeoff

metrics-collection

dadbodgeoff

Prometheus-compatible metrics collection with counters, gauges, and histograms. Export metrics for dashboards and alerts with proper labeling.

数据处理 784 6个月前
dadbodgeoff

monorepo-structure

dadbodgeoff

Set up a Turborepo + pnpm monorepo for sharing code between frontend, backend, and workers. One repo, multiple packages, shared types, parallel builds.

数据处理 784 6个月前
dadbodgeoff

ai-coaching

dadbodgeoff

Multi-turn conversational AI for intent extraction, clarification, and generation readiness detection. Guides users through articulating creative intent with structured parameter extraction.

数据库 784 6个月前
dadbodgeoff

my-skill-name

dadbodgeoff

Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill.

智能体 784 6个月前
dadbodgeoff

feature-flags

dadbodgeoff

Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control feature availability without deployments, test features with specific users, or implement percentage-based rollouts.

缓存 784 6个月前
dadbodgeoff

circuit-breaker

dadbodgeoff

Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.

API 开发 784 6个月前
dadbodgeoff

backpressure

dadbodgeoff

Manage data flow when producers outpace consumers. Bounded buffers, adaptive flushing, and graceful degradation prevent OOM crashes and data loss.

代码生成 784 6个月前
dadbodgeoff

graceful-shutdown

dadbodgeoff

Clean shutdown with in-flight job tracking, signal handlers, and buffer draining. Prevent data loss and corrupted state on process termination.

代码生成 784 6个月前
dadbodgeoff

cloud-storage

dadbodgeoff

Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.

数据处理 784 6个月前
dadbodgeoff

geographic-clustering

dadbodgeoff

Grid-based geographic clustering with O(n) performance, medoid finding for map markers, and multi-factor risk scoring from event density, sentiment, and recency.

数据处理 784 6个月前
dadbodgeoff

leader-election

dadbodgeoff

Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover when leader dies.

代码生成 784 6个月前
dadbodgeoff

job-state-machine

dadbodgeoff

Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach terminal states with proper error handling.

代码生成 784 6个月前
dadbodgeoff

multi-tenancy

dadbodgeoff

Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports shared database and schema-per-tenant models.

代码生成 784 6个月前