Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3361–3420 of 6,168 skills
6,168 skills found

Color Contrast

153L

Color contrast ratios, visual accessibility, and inclusive design for users with low vision or color blindness

Technology & EngineeringAccessibility

Focus Management

203L

Focus management strategies for single-page applications, modals, route changes, and dynamic content

Technology & EngineeringAccessibility

Keyboard Navigation

180L

Keyboard navigation patterns, focus order, and shortcut design for fully keyboard-accessible interfaces

Technology & EngineeringAccessibility

Screen Reader Compat

137L

Building web content that works correctly with screen readers like NVDA, JAWS, and VoiceOver

Technology & EngineeringAccessibility

Wcag Guidelines

138L

WCAG 2.2 compliance levels, success criteria, and implementation strategies for accessible web content

Technology & EngineeringAccessibility

Bundle Optimization

120L

Reduce JavaScript bundle size through tree shaking, dependency analysis, and build configuration tuning.

Technology & EngineeringPerformance Optimization

Caching Strategies

113L

Design effective browser and CDN caching strategies using Cache-Control headers, ETags, service workers, and edge caching.

Technology & EngineeringPerformance Optimization

Code Splitting

150L

Reduce initial load time with route-based and component-level code splitting using dynamic imports and framework-specific patterns.

Technology & EngineeringPerformance Optimization

Core Web Vitals

135L

Optimize Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift for better user experience and search rankings.

Technology & EngineeringPerformance Optimization

Database Query Optimization

137L

Optimize database queries through indexing, query planning, N+1 elimination, connection pooling, and schema design.

Technology & EngineeringPerformance Optimization

Image Optimization

107L

Optimize image delivery with modern formats, responsive sizing, lazy loading, and CDN-based transformations.

Technology & EngineeringPerformance Optimization

Memory Management

172L

Prevent memory leaks and optimize memory usage through proper cleanup patterns, profiling, and garbage collection awareness.

Technology & EngineeringPerformance Optimization

Server Side Rendering

129L

Improve time-to-first-byte and perceived performance with server-side rendering, static generation, and streaming patterns.

Technology & EngineeringPerformance Optimization

Chalk Picocolors

167L

Style terminal output with chalk and picocolors for colored, formatted CLI text

Technology & EngineeringCLI Development

Clack Prompts

182L

Build beautiful interactive CLI prompts using @clack/prompts with minimal boilerplate

Technology & EngineeringCLI Development

CLI Distribution

259L

Package and distribute CLI tools via npm/npx, standalone binaries with pkg, and Homebrew taps

Technology & EngineeringCLI Development

CLI Testing

244L

Test CLI applications using subprocess execution, mock filesystems, and snapshot testing

Technology & EngineeringCLI Development

Commander Js

170L

Build structured CLI applications with Commander.js including commands, options, and argument parsing

Technology & EngineeringCLI Development

Ink React CLI

196L

Build rich interactive terminal UIs using Ink, a React renderer for the command line

Technology & EngineeringCLI Development

Oclif Framework

212L

Build production-grade, extensible CLI tools using the oclif framework with TypeScript

Technology & EngineeringCLI Development

Ora Spinners

211L

Add progress indicators to CLI tools using ora and nanospinner for async operation feedback

Technology & EngineeringCLI Development

Background Workers

217L

Service workers and background scripts for event-driven extension logic, lifecycle management, and persistent tasks

Technology & EngineeringBrowser Extension

Content Scripts

226L

Content scripts for DOM manipulation, page interaction, and isolated world execution in browser extensions

Technology & EngineeringBrowser Extension

Cross-Browser

238L

Cross-browser extension compatibility across Chrome, Firefox, and Safari with API normalization and build strategies

Technology & EngineeringBrowser Extension

Extension Publishing

273L

Publishing browser extensions to Chrome Web Store and Firefox Add-ons including review processes and automation

Technology & EngineeringBrowser Extension

Manifest V3

215L

Chrome Manifest V3 fundamentals including configuration, permissions, and migration from V2

Technology & EngineeringBrowser Extension

Messaging

274L

Message passing between extension components including content scripts, service workers, popups, and external pages

Technology & EngineeringBrowser Extension

Popup UI

343L

Building popup and options page UIs for browser extensions with responsive layouts and framework integration

Technology & EngineeringBrowser Extension

Storage API

267L

Extension storage APIs and state management patterns including sync, local, and session storage

Technology & EngineeringBrowser Extension

API Authentication

155L

API authentication patterns including OAuth 2.0, JWT, and API keys for securing HTTP APIs

Technology & EngineeringAPI Design

API Documentation

193L

OpenAPI and Swagger documentation practices for generating accurate, maintainable API references

Technology & EngineeringAPI Design

API Error Handling

167L

Error response design and HTTP status code conventions for consistent, actionable API error reporting

Technology & EngineeringAPI Design

API Pagination

146L

Pagination patterns including cursor-based, offset, and keyset pagination for efficient list endpoints

Technology & EngineeringAPI Design

API Versioning

132L

API versioning strategies for evolving APIs without breaking existing consumers

Technology & EngineeringAPI Design

GRAPHQL Design

165L

GraphQL schema design patterns for building flexible, efficient, and evolvable query APIs

Technology & EngineeringAPI Design

REST Design

132L

RESTful API design principles for building consistent, intuitive, and scalable HTTP APIs

Technology & EngineeringAPI Design

Webhook Design

163L

Webhook design and delivery patterns for reliable, secure event-driven API integrations

Technology & EngineeringAPI Design

CDN Setup

213L

CDN setup and optimization with Cloudflare, Fastly, and CloudFront for global content delivery

Technology & EngineeringNetworking Infrastructure

DNS Architecture

73L

This skill elucidates the hierarchical, distributed nature of the Domain Name System, covering its core components and resolution process. Activate it when designing, deploying, or troubleshooting reliable and performant name resolution infrastructure.

Technology & EngineeringNetworking Infrastructure

DNS Management

176L

DNS configuration, record management, and resolution strategies for reliable domain infrastructure

Technology & EngineeringNetworking Infrastructure

Load Balancing

237L

Load balancing patterns, algorithms, and tools for distributing traffic across backend services

Technology & EngineeringNetworking Infrastructure

Network Security

352L

Network security patterns including firewalls, DDoS protection, WAFs, and intrusion detection

Technology & EngineeringNetworking Infrastructure

Reverse Proxy

269L

Reverse proxy configuration with Nginx and Caddy for routing, TLS termination, and request handling

Technology & EngineeringNetworking Infrastructure

Service Mesh

295L

Service mesh patterns with Istio and Linkerd for observability, traffic management, and mTLS

Technology & EngineeringNetworking Infrastructure

SSL TLS

231L

SSL/TLS certificate management, HTTPS configuration, and transport security best practices

Technology & EngineeringNetworking Infrastructure

TCP IP Fundamentals

73L

You master the foundational protocols of the internet, TCP and IP. Activate this skill when designing network architectures, troubleshooting connectivity issues, or optimizing data transmission for robust and efficient systems.

Technology & EngineeringNetworking Infrastructure

VPN Networking

252L

VPN and private networking patterns for secure inter-service and remote access connectivity

Technology & EngineeringNetworking Infrastructure

Branded Types

125L

Create nominally distinct types from structural primitives using phantom brands.

Technology & EngineeringTypescript Patterns

Builder Pattern

143L

Implement fluent, type-accumulating builders that enforce required fields at compile time.

Technology & EngineeringTypescript Patterns

Conditional Types

118L

Branch at the type level with conditional expressions, infer, and distributive behavior.

Technology & EngineeringTypescript Patterns

Discriminated Unions

123L

Model mutually exclusive states with tagged union types and exhaustive narrowing.

Technology & EngineeringTypescript Patterns

Generic Constraints

116L

Constrain generic type parameters to enforce structural and behavioral contracts at compile time.

Technology & EngineeringTypescript Patterns

Module Augmentation

148L

Extend third-party and global type declarations without modifying source using module augmentation.

Technology & EngineeringTypescript Patterns

Template Literal Types

122L

Construct and parse string-level types using template literal syntax for compile-time string validation.

Technology & EngineeringTypescript Patterns

Type Guards

129L

Narrow types at runtime with user-defined type predicates and assertion functions.

Technology & EngineeringTypescript Patterns

Code Review

112L

Code review best practices for constructive, efficient pull request reviews

Technology & EngineeringGit Workflow

Conventional Commits

122L

Conventional Commits specification for structured, machine-readable commit messages

Technology & EngineeringGit Workflow

Git Bisect Debug

151L

Debugging with git bisect and advanced git log techniques to pinpoint regressions

Technology & EngineeringGit Workflow

Git Hooks

115L

Git hooks automation with Husky and lint-staged for pre-commit quality gates

Technology & EngineeringGit Workflow

Gitflow

116L

Gitflow branching model for structured release-oriented development workflows

Technology & EngineeringGit Workflow