34 skills total · 34 unscanned
Skills by oakoss
Asset Manager handles the full lifecycle of design assets: organizing files by naming convention, compressing images into modern formats like WebP and AVIF, converting fonts to…
This skill equips you to build and deploy applications on Cloudflare's edge network using Workers, a serverless platform supporting JavaScript, TypeScript, and WebAssembly. It…
Content Humanizer rewrites machine-generated prose to read naturally and intentionally, targeting sentence rhythm, tone calibration, and removal of AI-typical patterns like…
De Slopify identifies and removes telltale patterns of AI-generated content from documentation, prose, and code—emdash overuse, formulaic phrases, verbose naming, and unnecessary…
Drizzle ORM is a lightweight TypeScript ORM that delivers compile-time type safety while mapping directly to SQL across PostgreSQL, MySQL, and SQLite. It combines a SQL-like query…
ElectricSQL streams partial replicas of Postgres data to client apps in real time using Shapes, handling the read path with logical replication while writes flow through your…
Figma Developer bridges design and code by pulling design tokens, icons, and component data directly from Figma's REST API. It handles token extraction to CSS variables, SVG icon…
Pick icons that match your content's meaning, not just appearance. Icon Design maps concepts to three modern libraries, provides ready-to-use React and HTML templates, and…
This framework guides you through adopting local-first architecture for web applications, from deciding whether it fits your use case to selecting sync engines, client-side…
Build truly global applications with framework-agnostic localization patterns covering the entire i18n pipeline. Learn locale detection strategies, ICU message formatting with…
Mermaid Diagrams converts text-based syntax into visual diagrams—flowcharts, sequence charts, ER models, class diagrams, Gantt timelines, and more. Embed diagrams directly in…
This skill handles the end-to-end automation of package distribution and versioning tasks. Integrate it into your CI/CD pipeline to eliminate repetitive publishing steps, manage…
PGlite brings a full PostgreSQL query engine to the browser and Node.js as a lightweight WASM build, weighing under 3MB gzipped. It supports transactions, extensions like pgvector…
Playwright enables you to script browser behavior across Chrome, Firefox, and WebKit for reliable end-to-end testing and web automation tasks. Control page navigation, form…
This skill teaches you how to build and manage pnpm workspaces, enabling efficient monorepo development across multiple interconnected packages. You'll master workspace…
Learn to implement error boundaries in React using class components or the react-error-boundary library to catch rendering errors and display fallback UIs. This skill covers when…
Realtime Sync architects high-concurrency synchronization between distributed clients and servers with sub-50ms latency, using WebTransport bidirectional streams, CRDTs for…
Shadcn Ui is a code generation platform that lets you copy component source directly into your project, giving you full ownership and customization. It combines Radix UI or Base…
Stripe Integration provides server-side and client-side patterns for implementing payments with the Node.js SDK and React Stripe.js. Handle one-time payments, recurring…
Master Tailwind CSS v4's CSS-first approach to rapid UI development with utility classes, design tokens, and modern CSS features. Learn theme configuration, dark mode…
Tanstack Cli streamlines your local development workflow by providing essential command-line utilities for Tanstack projects. This skill walks you through installation, initial…
TanStack DB is a reactive client store that extends TanStack Query with typed collections, live queries, and optimistic mutations. It normalizes data for sub-millisecond…
TanStack DevTools provides debugging panels for inspecting Query cache, Router route trees, and Form field state across React applications. Choose between standalone devtools for…
TanStack Hotkeys is a React library for adding keyboard shortcuts with template-string bindings and automatic cross-platform key abstraction. It includes hooks for single hotkeys,…
TanStack Pacer is a type-safe library for managing execution frequency through debouncing, throttling, rate limiting, and async task queuing. It offers framework-agnostic core…
TanStack Query is an async state manager that handles server data fetching, caching, and synchronization in React applications. It automates cache invalidation, deduplication,…
Tanstack Router delivers file-based routing for React with full type safety, route-level data loading, and search parameter validation. It handles code splitting, preloading…
Tanstack Start combines React with TanStack Router to build full-stack applications featuring type-safe RPC server functions, server-side rendering with streaming, and middleware…
Tanstack Table is a headless library that handles table state management, sorting, filtering, pagination, and row operations without prescribing UI. It supports server-side data…
Test Driven Development teaches the red-green-refactor discipline for writing code validated by tests before implementation. Learn when to apply TDD across feature work, bug…
Tsdown streamlines the process of acquiring TypeScript files on demand, giving developers a straightforward way to handle remote file retrieval in their workflows. Whether you're…
Master monorepo management with Turborepo, a high-performance build system designed for JavaScript and TypeScript projects. This skill covers initialization, workspace…
Turso is a globally distributed SQLite platform built on libSQL that combines edge-hosted databases with embedded replicas for low-latency local reads. It supports vector…
Zustand is a minimal state manager for React built on useSyncExternalStore, offering type-safe stores, atomic selectors to prevent unnecessary re-renders, and composable…