Database
Browse 6,168 skills across 448 packs and 38 categories
Htmx Forms
199LForm handling, validation, and submission patterns with HTMX
Htmx Infinite Scroll
206LInfinite scroll and lazy loading patterns using HTMX revealed and intersect triggers
Htmx Progressive Enhancement
268LProgressive enhancement strategies for building HTMX applications that work without JavaScript
Htmx Websockets
238LReal-time updates with the HTMX WebSocket extension and server-sent events
Tailwind Animations
283LAnimation utilities, transitions, custom keyframes, and motion patterns with Tailwind CSS
Tailwind Component Patterns
260LCommon UI component patterns including cards, navbars, forms, modals, and badges built with Tailwind CSS
Tailwind Custom Config
318LCustomizing tailwind.config.js to extend themes, add custom colors, fonts, spacing, and configure content paths
Tailwind Dark Mode
257LDark mode strategies including class-based toggling, media queries, and CSS variable theming with Tailwind CSS
Tailwind Fundamentals
199LUtility-first CSS fundamentals with Tailwind including class composition, spacing, typography, and layout primitives
Tailwind Plugins
354LWriting custom Tailwind CSS plugins to add utilities, components, base styles, and variants
Tailwind Responsive Design
230LResponsive breakpoints, mobile-first design patterns, and adaptive layouts with Tailwind CSS
Tailwind V4 Migration
331LTailwind CSS v4 breaking changes, new features, and migration guide from v3 to v4
Biome
187LBiome linter, formatter, and code analysis configuration for JavaScript and TypeScript projects
Esbuild
170Lesbuild bundling, transpilation, and build scripting for ultra-fast JavaScript builds
Eslint Prettier
218LESLint and Prettier combined setup for JavaScript and TypeScript linting and formatting
Rollup
181LRollup configuration for building JavaScript libraries with tree shaking and multiple output formats
Swc
173LSWC compiler configuration for fast TypeScript and JavaScript transpilation and minification
Tsconfig
239LTypeScript compiler configuration, project references, and tsconfig best practices
Vite
160LVite configuration, plugins, and dev server optimization for modern JavaScript projects
Webpack
172LWebpack 5 setup, optimization, code splitting, and plugin configuration for JavaScript applications
Anthropic API
271LAnthropic Claude API integration for messages, streaming, and tool use
Embeddings
268LText embeddings and semantic search with vector databases for LLM applications
Function Calling
318LFunction/tool calling patterns for connecting LLMs to external APIs and data sources
Langchain
261LLangChain orchestration for chains, agents, memory, and retrieval workflows
Openai API
207LOpenAI API integration patterns for chat completions, embeddings, and assistants
Rag Pipeline
393LBuilding retrieval-augmented generation pipelines with document ingestion, retrieval, and synthesis
Streaming
349LStreaming LLM responses with SSE, WebSockets, and backpressure handling
Vercel AI SDK
282LVercel AI SDK for streaming LLM responses in React, Next.js, and edge runtimes
Artifact Management
307LBuild artifact handling, dependency caching, container image management, and artifact registry patterns for CI/CD
Buildkite
282LBuildkite pipelines including dynamic pipeline generation, agent targeting, plugins, and hybrid cloud CI/CD
Circleci
282LCircleCI configuration including orbs, workflows, executors, and pipeline parameterization for CI/CD
Deployment Strategies
341LBlue/green, canary, rolling, and feature-flag deployment strategies with platform-specific implementation patterns
Environment Management
381LManaging secrets, environment variables, deployment environments, and configuration across CI/CD pipelines
Github Actions
220LGitHub Actions workflows for CI/CD automation including reusable workflows, matrix builds, and deployment pipelines
Gitlab CI
243LGitLab CI/CD pipelines including multi-stage builds, includes, rules, and Auto DevOps configuration
Jenkins
282LJenkins declarative and scripted pipelines including shared libraries, agents, and plugin-based CI/CD workflows
Data Cleaning
229LExpert guidance on data cleaning and preprocessing techniques for preparing raw data for analysis and modeling.
Feature Engineering
183LExpert guidance on feature engineering patterns for transforming raw data into predictive ML features.
Jupyter
173LExpert guidance on Jupyter notebooks for interactive data exploration, documentation, and reproducible analysis.
Matplotlib
163LExpert guidance on Matplotlib for creating static, animated, and interactive visualizations in Python.
Numpy
170LExpert guidance on NumPy for numerical computing, array operations, and linear algebra in Python.
Pandas
171LExpert guidance on Pandas for tabular data manipulation, transformation, and analysis in Python.
Polars
168LExpert guidance on Polars for high-performance dataframe operations with a lazy query engine in Python.
Scikit Learn
174LExpert guidance on scikit-learn for building, evaluating, and deploying machine learning models in Python.
Arrays Strings
85LArray and string manipulation patterns for technical coding interviews
Behavioral
101LBehavioral interview preparation using the STAR method and leadership principles
Big O
103LTime and space complexity analysis for technical coding interviews
Dynamic Programming
95LDynamic programming patterns and techniques for technical coding interviews
Linked Lists Stacks
89LLinked list, stack, and queue patterns for technical coding interviews
SQL Interview
158LSQL query patterns and database concepts for technical coding interviews
System Design Interview
99LSystem design interview framework and common architecture patterns
Trees Graphs
84LTree and graph algorithm patterns for technical coding interviews
Anti Detection
224LEthical techniques for handling CAPTCHAs, rate limiting, and bot detection while scraping responsibly
Beautifulsoup
174LHTML and XML parsing with Beautiful Soup in Python for flexible data extraction
Cheerio
156LFast server-side HTML parsing and data extraction with Cheerio using jQuery-like syntax
Data Pipeline
390LPatterns for building robust scraping data pipelines with validation, deduplication, storage, and monitoring
Playwright Scraping
171LCross-browser web scraping with Playwright, supporting Chromium, Firefox, and WebKit
Puppeteer
163LHeadless Chrome browser automation with Puppeteer for scraping dynamic, JavaScript-rendered pages
Scrapy
216LProduction-grade web scraping framework in Python with built-in crawling, pipelines, and middleware
Selenium
203LBrowser-based web scraping and automation with Selenium WebDriver across multiple languages