Types

Type checking and type generation

Showing 913-936 of 6303 skills
TencentBlueKing

全局状态管理规范 (Pinia)

by TencentBlueKing

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

API Dev 840 7mo ago
TencentBlueKing

vue-best-practices

by TencentBlueKing

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

Debugging 840 7mo ago
dadbodgeoff

environment-config

by 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.

Code Gen 784 6mo ago
whawkinsiv

validate

by 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."

Code Gen 239 6mo ago
team-telnyx

telnyx-voice-media-go

by 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 Tools 212 6mo ago
nuxt-content

nuxt-ui

by 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.

Code Gen 714 7mo ago
storybookjs

writing-react-native-storybook-stories

by 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 1.3K 7mo ago
dadbodgeoff

exception-taxonomy

by dadbodgeoff

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

API Dev 784 6mo ago
dadbodgeoff

distributed-lock

by dadbodgeoff

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

Code Gen 784 6mo ago
dadbodgeoff

game-loop

by 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.

Game Dev 784 6mo ago
dadbodgeoff

deduplication

by 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.

Math 784 6mo ago
dadbodgeoff

metrics-collection

by dadbodgeoff

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

Processing 784 6mo ago
dadbodgeoff

monorepo-structure

by dadbodgeoff

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

Processing 784 6mo ago
dadbodgeoff

ai-coaching

by dadbodgeoff

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

Database 784 6mo ago
dadbodgeoff

my-skill-name

by 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.

Agents 784 6mo ago
dadbodgeoff

feature-flags

by 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.

Caching 784 6mo ago
dadbodgeoff

circuit-breaker

by 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 Dev 784 6mo ago
dadbodgeoff

backpressure

by dadbodgeoff

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

Code Gen 784 6mo ago
dadbodgeoff

graceful-shutdown

by dadbodgeoff

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

Code Gen 784 6mo ago
dadbodgeoff

cloud-storage

by dadbodgeoff

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

Processing 784 6mo ago
dadbodgeoff

geographic-clustering

by 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.

Processing 784 6mo ago
dadbodgeoff

leader-election

by dadbodgeoff

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

Code Gen 784 6mo ago
dadbodgeoff

job-state-machine

by dadbodgeoff

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

Code Gen 784 6mo ago
dadbodgeoff

multi-tenancy

by dadbodgeoff

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

Code Gen 784 6mo ago