Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 841–900 of 1,758 skills
1,758 skills found in Technology & Engineering

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

Monorepo Management

144L

Monorepo strategies with Nx and Turborepo for scalable multi-project repositories

Technology & EngineeringGit Workflow

Release Management

149L

Release management and tagging strategies for predictable, automated software releases

Technology & EngineeringGit Workflow

Trunk Based

116L

Trunk-based development for continuous integration with short-lived branches

Technology & EngineeringGit Workflow

Container Registries

187L

Container registry setup, authentication, and image management for ECR, GCR, GHCR, and Docker Hub

Technology & EngineeringContainerization

Container Security

200L

Container image scanning, runtime hardening, and security best practices for production workloads

Technology & EngineeringContainerization

Docker Compose

205L

Docker Compose configuration for multi-service development, testing, and local orchestration

Technology & EngineeringContainerization

Docker Networking

181L

Docker networking modes, custom networks, DNS resolution, and multi-host connectivity patterns

Technology & EngineeringContainerization

Dockerfile Optimization

146L

Multi-stage builds, layer caching, and image size optimization for production Docker images

Technology & EngineeringContainerization

Helm Charts

219L

Helm chart creation, templating, dependency management, and release lifecycle for Kubernetes

Technology & EngineeringContainerization

Kubernetes Autoscaling

275L

Kubernetes autoscaling with HPA, VPA, Cluster Autoscaler, and event-driven scaling with KEDA

Technology & EngineeringContainerization

Kubernetes Basics

234L

Kubernetes core concepts including pods, services, deployments, and namespace management

Technology & EngineeringContainerization

Component Architecture

171L

Component API design, composition patterns, and architecture for scalable design system components

Technology & EngineeringDesign Systems

Design System Governance

224L

Versioning, contribution processes, and governance models for design system teams

Technology & EngineeringDesign Systems

Design Tokens

173L

Design tokens for colors, spacing, typography, and other visual primitives in design systems

Technology & EngineeringDesign Systems

Icon Systems

213L

Icon systems, SVG management, and scalable icon delivery pipelines for design systems

Technology & EngineeringDesign Systems

Motion Guidelines

216L

Motion and animation guidelines, easing curves, and transition patterns for design systems

Technology & EngineeringDesign Systems

Responsive Patterns

202L

Responsive design patterns, fluid layouts, and adaptive component strategies for design systems

Technology & EngineeringDesign Systems