Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 2581–2640 of 4,557 skills
4,557 skills found

structured-output-testing

396L

Covers testing and validating structured outputs from LLMs: JSON mode validation, schema conformance with Zod and JSON Schema, handling partial and malformed outputs, retry strategies with exponential backoff, and building type-safe LLM response pipelines. Triggers: "validate LLM JSON output", "test structured output", "JSON schema validation for AI", "type-safe LLM responses", "handle malformed LLM output", "Zod validation for AI".

Technology & EngineeringAi Testing Evals

ai-pair-programming

325L

Teaches effective AI pair programming techniques for tools like Claude Code, Cursor, and Copilot. Covers when to lead versus follow the AI, providing persistent context through CLAUDE.md and .cursorrules files, breaking complex tasks into AI-manageable pieces, using git strategically with frequent commits as checkpoints, and recognizing when the AI is stuck in a loop. Use when working alongside AI coding tools in a collaborative development workflow.

Technology & EngineeringVibe Coding Workflow

debugging-ai-code

371L

Teaches how to debug code generated by AI tools, covering the unique failure modes of AI-generated code including hallucinated APIs, version mismatches, circular logic, and phantom dependencies. Explains how to read error messages back to the AI effectively, provide minimal reproductions, diagnose when the AI is giving bad fixes, and use systematic debugging approaches on codebases you did not write by hand. Use when AI-generated code is not working and you need to find and fix the issue.

Technology & EngineeringVibe Coding Workflow

maintaining-ai-codebases

300L

Covers the unique challenges of maintaining codebases built primarily through AI code generation. Addresses inconsistent patterns across AI-generated files, refactoring AI sprawl, establishing coding conventions after the code already exists, documentation strategies for AI-built projects, and managing the specific forms of technical debt that AI tools create. Use when a vibe-coded project needs ongoing maintenance or has grown unwieldy.

Technology & EngineeringVibe Coding Workflow

prompt-to-app

289L

Guides the complete journey from an idea to a working application using AI code generation tools. Covers writing effective app specifications, choosing the right tool for the job (Claude Code, Cursor, Bolt, v0, Lovable, Replit Agent), the spec-first approach, iterating on generated code without losing coherence, and managing scope creep during AI-assisted development. Use when someone wants to build an app from scratch using vibe coding.

Technology & EngineeringVibe Coding Workflow

reviewing-ai-code

307L

Teaches how to review, audit, and evaluate AI-generated code effectively. Covers common AI code smells like over-engineering, dead code, wrong abstractions, and hallucinated APIs. Includes security review checklists, dependency auditing, performance review techniques, and strategies for catching the subtle bugs that AI confidently introduces. Use when reviewing code produced by any AI coding tool.

Technology & EngineeringVibe Coding Workflow

scaling-past-vibe

421L

Guides the transition from a vibe-coded prototype to a production-grade application. Covers identifying when the project has outgrown pure vibe coding, refactoring AI-generated code for production reliability, adding tests retroactively to an untested codebase, introducing CI/CD pipelines, establishing code ownership and review processes, and building the engineering practices needed to sustain a growing application. Use when a vibe-coded project is succeeding and needs to become a real product.

Technology & EngineeringVibe Coding Workflow

vibe-coding-architecture

402L

Covers architecture decisions optimized for AI-assisted development. Teaches how to choose frameworks and structures that AI tools work well with, why monolith-first is the right default for vibe coding, how to organize files so AI can navigate them, which abstraction patterns help versus hinder AI code generation, and how to keep complexity within the bounds of what AI can reason about. Use when making technology and architecture choices for a vibe-coded project.

Technology & EngineeringVibe Coding Workflow

vibe-coding-fundamentals

191L

Teaches the foundations of vibe coding — the 2025-2026 paradigm of building software primarily through AI prompting. Covers what vibe coding actually is, the core prompting loop, when it works well (prototyping, MVPs, CRUD apps, internal tools) versus when it fails (distributed systems, real-time, safety-critical), how to manage context windows effectively, and when to drop out of the AI loop and take manual control. Use when someone is new to vibe coding or wants to improve their fundamentals.

Technology & EngineeringVibe Coding Workflow

Durable Objects

406L

Cloudflare Durable Objects for stateful edge computing, covering constructor patterns, storage API, WebSocket support, alarm handlers, consistency guarantees, and use cases like rate limiting, collaboration, and game state.

Technology & EngineeringCloudflare Workers

Workers AI

348L

Cloudflare Workers AI for running inference at the edge, covering supported models, text generation, embeddings, image generation, speech-to-text, AI bindings, and streaming responses.

Technology & EngineeringCloudflare Workers

Workers D1

358L

Cloudflare D1 serverless SQLite database for Workers, covering schema management, migrations, queries, prepared statements, batch operations, local development, replication, backups, and performance optimization.

Technology & EngineeringCloudflare Workers

Workers Fundamentals

354L

Cloudflare Workers runtime fundamentals including V8 isolates, wrangler CLI, project setup, local development, deployment, environment variables, secrets, and compatibility dates.

Technology & EngineeringCloudflare Workers

Workers KV

320L

Cloudflare Workers KV namespace for globally distributed key-value storage, including read/write patterns, caching strategies, TTL, list operations, metadata, bulk operations, and the eventual consistency model.

Technology & EngineeringCloudflare Workers

Workers Patterns

529L

Production patterns for Cloudflare Workers including queue consumers, cron triggers, email workers, browser rendering, Hyperdrive database connection pooling, Vectorize vector search, and the analytics engine.

Technology & EngineeringCloudflare Workers

Workers R2

417L

Cloudflare R2 object storage with S3-compatible API, covering bucket operations, multipart uploads, presigned URLs, public buckets, lifecycle rules, event notifications, and cost optimization compared to S3.

Technology & EngineeringCloudflare Workers

Workers Routing

436L

Request routing in Cloudflare Workers including URL pattern matching, path parameters, middleware patterns, error handling, CORS configuration, custom domains, route priorities, and Workers for Platforms.

Technology & EngineeringCloudflare Workers

crdt-fundamentals

454L

Teaches Conflict-free Replicated Data Types (CRDTs), the mathematical foundation for local-first sync. Covers how CRDTs guarantee eventual consistency without coordination, the difference between state-based and operation-based CRDTs, and practical implementations of G-Counter, PN-Counter, LWW-Register, OR-Set, G-Set, and RGA (Replicated Growable Array). Includes causal ordering, vector clocks, and guidance on choosing the right CRDT for your data model.

Technology & EngineeringLocal First

electric-sql

433L

Teaches ElectricSQL, a Postgres-backed local-first sync framework. Covers the Electric architecture where Postgres is the source of truth and data syncs to local SQLite databases on client devices via shape-based partial replication. Includes shape definitions, live queries, offline-first patterns, conflict resolution with rich CRDTs, integration with React and Expo (React Native), deployment patterns, and migration strategies.

Technology & EngineeringLocal First

indexeddb-patterns

556L

Teaches IndexedDB patterns for local-first web applications, using Dexie.js as the primary wrapper library. Covers schema design and versioning, creating indexes for efficient queries, transaction patterns, performance optimization (bulk operations, pagination, lazy loading), migration strategies for schema evolution, storage quota management, data export and import, and integration patterns with sync engines and reactive frameworks.

Technology & EngineeringLocal First

local-first-auth

606L

Teaches authentication and authorization patterns for local-first applications that must work offline. Covers offline-capable auth with cached tokens, permission sync and local enforcement, encrypted local storage for sensitive data, key management with device-bound keys, device authorization and revocation, multi-device identity linking, end-to-end encryption for synced data, and secure patterns for handling auth in disconnected environments.

Technology & EngineeringLocal First

local-first-fundamentals

285L

Teaches the local-first software paradigm where applications store data on the user's device, work fully offline, and sync to peers or servers when connectivity is available. Covers the spectrum from cloud-first to offline-first to local-first, core benefits (instant UX, offline capability, data ownership, privacy), key challenges (conflict resolution, sync complexity, storage limits), architectural patterns, and decision frameworks for when local-first is the right choice.

Technology & EngineeringLocal First

sync-engine-architecture

572L

Teaches how to design and build a sync engine for local-first applications. Covers the operation log as the foundation, conflict resolution strategies (last-write-wins, operational transform, CRDTs), server reconciliation patterns, partial sync for large datasets, bandwidth optimization techniques, version vectors and causal consistency, clock synchronization, and practical implementation patterns with code examples.

Technology & EngineeringLocal First

yjs-sync

471L

Teaches building local-first collaborative applications with Yjs, the most widely adopted CRDT library for JavaScript. Covers the Y.Doc document model, shared types (Y.Map, Y.Array, Y.Text, Y.XmlFragment), the awareness protocol for presence and cursors, persistence and sync providers (WebSocket, WebRTC, IndexedDB), integrating with editors like ProseMirror/TipTap/CodeMirror/Monaco, undo/redo management, and performance optimization patterns.

Technology & EngineeringLocal First

zero-sync

455L

Teaches Zero (by Rocicorp), the successor to Replicache, a sync engine for building local-first web applications with instant UI, optimistic mutations, and server-side authority. Covers the Zero architecture (client cache, sync engine, server), defining queries and mutators, the reactivity model, server-side authorization and permissions, optimistic updates with automatic rollback, deployment patterns, and migration from Replicache.

Technology & EngineeringLocal First

Tauri Commands

432L

Rust commands with the invoke pattern, argument passing, return types, async commands, error handling, state management, and type safety between Rust and TypeScript in Tauri 2.0.

Technology & EngineeringTauri

Tauri Distribution

411L

Distributing Tauri applications including installers for MSI, DMG, AppImage, and deb, auto-update with the built-in updater, code signing for Windows and macOS, CI/CD builds, and cross-compilation.

Technology & EngineeringTauri

Tauri Frontend

449L

Frontend integration with Tauri 2.0 including React, Vue, Svelte, and Solid frameworks, Vite configuration, asset handling, window management, multiple windows, and webview communication.

Technology & EngineeringTauri

Tauri Fundamentals

283L

Tauri 2.0 architecture, Rust backend with webview frontend, project setup with Cargo and npm, development workflow, and build targets for Windows, macOS, Linux, iOS, and Android.

Technology & EngineeringTauri

Tauri Mobile

404L

Tauri 2.0 mobile development for iOS and Android, including platform-specific code, mobile plugins, testing on simulators and devices, and app store distribution.

Technology & EngineeringTauri

Tauri Patterns

594L

Common Tauri 2.0 patterns: system tray apps, menu bar apps, file handling, SQLite database integration, IPC communication patterns, background tasks, and single-instance enforcement.

Technology & EngineeringTauri

Tauri Plugins

415L

Tauri 2.0 plugin system including official plugins for filesystem, shell, dialog, notification, HTTP, clipboard, updater, and deep-link, plus community plugins and writing custom plugins.

Technology & EngineeringTauri

Tauri Security

386L

Tauri 2.0 security model including capability-based permissions, allowlist configuration, Content Security Policy, IPC safety, sandboxing, code signing, auto-update security, and supply chain considerations.

Technology & EngineeringTauri

Bun Bundler

393L

Bun's built-in bundler: Bun.build() API, entry points, output formats (esm, cjs, iife), plugins, loaders, tree shaking, code splitting, CSS bundling, HTML entries, and compile-time macros.

Technology & EngineeringBun

Bun Fundamentals

219L

Bun runtime overview: all-in-one JavaScript runtime, bundler, test runner, and package manager. Installation, project initialization, Node.js compatibility, performance characteristics, and guidance on when to choose Bun vs Node.

Technology & EngineeringBun

Bun HTTP Server

413L

Building HTTP servers with Bun: Bun.serve() API, routing patterns, WebSocket support, streaming responses, static file serving, TLS configuration, hot reloading, and integration with frameworks like Hono and Elysia.

Technology & EngineeringBun

Bun Node.js Migration

352L

Migrating from Node.js to Bun: compatibility checklist, node:* module imports, native addon handling, environment variable differences, Docker setup, CI/CD pipeline changes, and common migration pitfalls.

Technology & EngineeringBun

Bun Package Manager

304L

Bun as a package manager: bun install, bun add, bun remove, the binary lockfile (bun.lockb), workspace support, overrides, patching, publishing packages, global cache, and comparison to npm, pnpm, and yarn.

Technology & EngineeringBun

Bun Production Patterns

461L

Production patterns for Bun: Docker deployments, TypeScript configuration, shell scripting with Bun.$, monorepo setup, database access patterns, and deployment to Fly.io and Railway.

Technology & EngineeringBun

Bun Runtime APIs

344L

Bun-native runtime APIs including Bun.serve(), Bun.file(), Bun.write(), Bun.spawn(), Bun.sleep(), Bun.env, FFI for calling native libraries, built-in SQLite, S3 client, glob, and semver utilities.

Technology & EngineeringBun

Bun Test Runner

411L

Bun's built-in test runner: bun test command, describe/it/expect assertions, mocking and spies, snapshot testing, lifecycle hooks, DOM testing with happy-dom, code coverage, and watch mode.

Technology & EngineeringBun

Customer Communication During Incidents

142L

Communicate with customers during an active incident — status page,

Technology & EngineeringIncident Postmortem

Incident Commander Role

122L

Serve as the incident commander during an active production incident.

Technology & EngineeringIncident Postmortem

Incident Response Runbooks

122L

Write runbooks the on-call engineer at 03:00 AM can actually follow.

Technology & EngineeringIncident Postmortem

Incident Severity Classification

129L

Define a severity scale that triggers the right response without

Technology & EngineeringIncident Postmortem

Writing Blameless Postmortems

124L

Write postmortems that turn outages into learning, not blame. Covers the

Technology & EngineeringIncident Postmortem

SAST and DAST Integration in CI/CD

159L

Integrate static and dynamic application security testing into the CI/CD

Technology & EngineeringDevsecops Pipeline

Security as Code

143L

Encode security policy as version-controlled, testable artifacts that

Technology & EngineeringDevsecops Pipeline

Security Monitoring and Detection

149L

Build the detection layer that catches attacks in production — log

Technology & EngineeringDevsecops Pipeline

Software Supply Chain Security

117L

Defend against supply-chain attacks: malicious dependencies, typosquats,

Technology & EngineeringDevsecops Pipeline

Threat Modeling in Design Reviews

131L

Run a threat modeling session as part of a design review for any

Technology & EngineeringDevsecops Pipeline

Agent-Driven Browser Tasks

209L

Connect an LLM agent to a browser to perform tasks: navigation, form

Technology & EngineeringBrowser Automation

Debugging Flaky Browser Tests

243L

Diagnose and fix flaky end-to-end tests. Covers the categories of

Technology & EngineeringBrowser Automation

Playwright Fundamentals for Reliable Automation

212L

Use Playwright to drive browsers reliably across Chrome, Firefox, and

Technology & EngineeringBrowser Automation

Web Scraping at Scale

186L

Build scrapers that run reliably across thousands of pages, handle

Technology & EngineeringBrowser Automation

Agent Tool Permissions and Confirmation Flows

164L

Design the tool-permission model for an LLM agent so that compromise

Technology & EngineeringPrompt Injection Defense

Indirect Prompt Injection Defenses

211L

Defend against prompt injection delivered via tool outputs — fetched

Technology & EngineeringPrompt Injection Defense

Input Sanitization Strategies for LLMs

179L

Sanitize user input before passing it to the LLM to reduce injection

Technology & EngineeringPrompt Injection Defense

Understanding Prompt Injection

154L

Recognize the categories of prompt injection attack — direct injection,

Technology & EngineeringPrompt Injection Defense

Multi-Agent Handoff Patterns

185L

Coordinate multiple specialized agents on a single task — when to hand

Technology & EngineeringMulti Agent Orchestration