Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 781–840 of 1,708 skills
1,708 skills found in Technology & Engineering

Recharts

137L

Expert guidance for building declarative React charts with Recharts

Technology & EngineeringData Visualization

Visx

151L

Expert guidance for building low-level, composable React visualizations with visx

Technology & EngineeringData Visualization

Accessible Forms

229L

Accessible form design patterns including labels, validation, error handling, and multi-step forms

Technology & EngineeringAccessibility

Aria Patterns

162L

ARIA roles, states, and properties for building accessible custom widgets and UI components

Technology & EngineeringAccessibility

Axe Testing

188L

Automated accessibility testing with axe-core, including CI integration, custom rules, and result analysis

Technology & EngineeringAccessibility

Color Contrast

154L

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

Technology & EngineeringAccessibility

Focus Management

204L

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

Technology & EngineeringAccessibility

Keyboard Navigation

181L

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

Technology & EngineeringAccessibility

Screen Reader Compat

138L

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

Technology & EngineeringAccessibility

Wcag Guidelines

139L

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

Technology & EngineeringAccessibility

Bundle Optimization

121L

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

Technology & EngineeringPerformance Optimization

Caching Strategies

114L

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

Technology & EngineeringPerformance Optimization

Code Splitting

151L

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

136L

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

Technology & EngineeringPerformance Optimization

Database Query Optimization

138L

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

Technology & EngineeringPerformance Optimization

Image Optimization

108L

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

Technology & EngineeringPerformance Optimization

Memory Management

173L

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

Technology & EngineeringPerformance Optimization

Server Side Rendering

130L

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

Technology & EngineeringPerformance Optimization

Chalk Picocolors

168L

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

Technology & EngineeringCli Development

Clack Prompts

183L

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

Technology & EngineeringCli Development

CLI Distribution

260L

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

Technology & EngineeringCli Development

CLI Testing

245L

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

Technology & EngineeringCli Development

Commander Js

171L

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

Technology & EngineeringCli Development

Ink React CLI

197L

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

Technology & EngineeringCli Development

Oclif Framework

213L

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

Technology & EngineeringCli Development

Ora Spinners

212L

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

Technology & EngineeringCli Development

Background Workers

218L

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

Technology & EngineeringBrowser Extension

Content Scripts

227L

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

Technology & EngineeringBrowser Extension

Cross-Browser

239L

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

Technology & EngineeringBrowser Extension

Extension Publishing

274L

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

Technology & EngineeringBrowser Extension

Manifest V3

216L

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

Technology & EngineeringBrowser Extension

Messaging

275L

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

Technology & EngineeringBrowser Extension

Popup UI

344L

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

Technology & EngineeringBrowser Extension

Storage API

268L

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

Technology & EngineeringBrowser Extension

API Authentication

156L

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

Technology & EngineeringApi Design

API Documentation

194L

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

Technology & EngineeringApi Design

API Error Handling

168L

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

Technology & EngineeringApi Design

API Pagination

147L

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

Technology & EngineeringApi Design

API Versioning

133L

API versioning strategies for evolving APIs without breaking existing consumers

Technology & EngineeringApi Design

GRAPHQL Design

166L

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

Technology & EngineeringApi Design

REST Design

133L

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

Technology & EngineeringApi Design

Webhook Design

164L

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

Technology & EngineeringApi Design

CDN Setup

214L

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

Technology & EngineeringNetworking Infrastructure

DNS Architecture

74L

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

177L

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

Technology & EngineeringNetworking Infrastructure

Load Balancing

238L

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

Technology & EngineeringNetworking Infrastructure

Network Security

353L

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

Technology & EngineeringNetworking Infrastructure

Reverse Proxy

270L

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

Technology & EngineeringNetworking Infrastructure

Service Mesh

296L

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

Technology & EngineeringNetworking Infrastructure

SSL TLS

232L

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

Technology & EngineeringNetworking Infrastructure

TCP IP Fundamentals

74L

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

253L

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

Technology & EngineeringNetworking Infrastructure

Branded Types

126L

Create nominally distinct types from structural primitives using phantom brands.

Technology & EngineeringTypescript Patterns

Builder Pattern

144L

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

Technology & EngineeringTypescript Patterns

Conditional Types

119L

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

Technology & EngineeringTypescript Patterns

Discriminated Unions

124L

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

Technology & EngineeringTypescript Patterns

Generic Constraints

117L

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

Technology & EngineeringTypescript Patterns

Module Augmentation

149L

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

Technology & EngineeringTypescript Patterns

Template Literal Types

123L

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

Technology & EngineeringTypescript Patterns

Type Guards

130L

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

Technology & EngineeringTypescript Patterns