Types

Type checking and type generation

Showing 385-408 of 6297 skills
TheOrcDev

shadcn-ui-conventions

by TheOrcDev

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

Linting 2K 7mo ago
TheOrcDev

registry-component-patterns

by TheOrcDev

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

Processing 2K 7mo ago
TheOrcDev

js-tosorted-immutable

by TheOrcDev

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

Code Gen 2K 7mo ago
TheOrcDev

component-wrapper-architecture

by TheOrcDev

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

Accessibility 2K 7mo ago
TheOrcDev

fumadocs-registry-integration

by TheOrcDev

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

Processing 2K 7mo ago
TheOrcDev

js-early-exit

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

Debugging 2K 7mo ago
TheOrcDev

js-set-map-lookups

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

Code Gen 2K 7mo ago
Orchestra-Research

sglang

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

Processing 12.1K 9mo ago
zard-ui

nx

by zard-ui

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

Testing 1.1K 6mo ago
exa-labs

web-search-advanced-financial-report

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

Analytics 4.9K 7mo ago
snyk

mcp-builder

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

Processing 3K 7mo ago
pulumi

pulumi-best-practices

by pulumi

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

Cloud 65 7mo ago
majiayu000

deduplication

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

Math 580 7mo ago
majiayu000

flow-nexus-neural

by majiayu000

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

Processing 580 7mo ago
CharlesWiltgen

axiom-app-shortcuts-ref

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

Auth 1.1K 7mo ago
langgenius

orpc-contract-first

by 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 Dev 153.8K 7mo ago
langgenius

component-refactoring

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

Code Review 153.8K 7mo ago
secondsky

api-reference-documentation

by 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 Dev 210 8mo ago
secondsky

ai-elements-chatbot

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

Docs Gen 210 8mo ago
secondsky

better-chatbot-patterns

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

Agents 210 8mo ago
secondsky

ai-sdk-core

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

Cloud 210 8mo ago
secondsky

Bun Cloudflare Workers

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

Code Gen 210 8mo ago
secondsky

Bun Hot Reloading

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

Monitoring 210 8mo ago
secondsky

Bun Drizzle Integration

by secondsky

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

Database 210 8mo ago