类型

类型检查与类型生成

显示 385-408 / 共 6297 个技能
TheOrcDev

shadcn-ui-conventions

TheOrcDev

UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-styled UI elements.

Lint 与格式化 2009 7个月前
TheOrcDev

registry-component-patterns

TheOrcDev

Register components in registry.json for shadcn/ui add command. Apply when adding new 8-bit components to the component library.

数据处理 2009 7个月前
TheOrcDev

js-tosorted-immutable

TheOrcDev

Use toSorted() instead of sort() to avoid mutating arrays. Apply when sorting arrays that are React props, state, or otherwise shared/referenced elsewhere.

代码生成 2009 7个月前
TheOrcDev

component-wrapper-architecture

TheOrcDev

Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui components.

无障碍 2009 7个月前
TheOrcDev

fumadocs-registry-integration

TheOrcDev

Register 8-bit components in registry.json for shadcn/ui add command. Apply when adding new components to the component library distribution.

数据处理 2009 7个月前
TheOrcDev

js-early-exit

TheOrcDev

Use early returns to avoid unnecessary computation in loops and functions. Apply when processing arrays, validating input, or checking multiple conditions where the result can be determined before all iterations complete.

调试 2009 7个月前
TheOrcDev

js-set-map-lookups

TheOrcDev

Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.

代码生成 2009 7个月前
Orchestra-Research

sglang

Orchestra-Research

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

数据处理 1.2万 9个月前
zard-ui

nx

zard-ui

Best practices for Nx monorepo development, project configuration, and code generation

测试 1133 6个月前
exa-labs

web-search-advanced-financial-report

exa-labs

Search for financial reports using Exa advanced search. Near-full filter support for finding SEC filings, earnings reports, and financial documents. Use when searching for 10-K filings, quarterly earnings, or annual reports.

分析 4926 7个月前
snyk

mcp-builder

snyk

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

数据处理 2958 7个月前
pulumi

pulumi-best-practices

pulumi

Best practices for writing reliable Pulumi programs. Covers Output handling, resource dependencies, component structure, secrets management, safe refactoring with aliases, and deployment workflows.

云服务 65 7个月前
majiayu000

deduplication

majiayu000

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

数学 580 7个月前
majiayu000

flow-nexus-neural

majiayu000

Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus

数据处理 580 7个月前
CharlesWiltgen

axiom-app-shortcuts-ref

CharlesWiltgen

Use when implementing App Shortcuts for instant Siri/Spotlight availability, configuring AppShortcutsProvider, adding suggested phrases, or debugging shortcuts not appearing - covers complete App Shortcuts API for iOS 16+

认证鉴权 1139 7个月前
langgenius

orpc-contract-first

langgenius

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

API 开发 15.4万 7个月前
langgenius

component-refactoring

langgenius

Refactor high-complexity React components in Dify frontend. Use when pnpm analyze-component --json shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when pnpm analyze-component warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.

代码评审 15.4万 7个月前
secondsky

api-reference-documentation

secondsky

Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.

API 开发 210 8个月前
secondsky

ai-elements-chatbot

secondsky

shadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.

文档生成 210 8个月前
secondsky

better-chatbot-patterns

secondsky

Reusable better-chatbot patterns for custom deployments. Use for server action validators, tool abstraction, multi-AI providers, or encountering auth validation, FormData parsing, workflow execution errors.

智能体 210 8个月前
secondsky

ai-sdk-core

secondsky

Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.

云服务 210 8个月前
secondsky

Bun Cloudflare Workers

secondsky

This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangler with Bun", "edge deployment", "Bun to Cloudflare", or building and deploying applications to Cloudflare Workers using Bun.

代码生成 210 8个月前
secondsky

Bun Hot Reloading

secondsky

Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP server reload.

监控 210 8个月前
secondsky

Bun Drizzle Integration

secondsky

Use when integrating Drizzle ORM with Bun's SQLite driver for type-safe schema definitions and migrations.

数据库 210 8个月前