natuleadan
- 44 skills
- 0 followers
- 6 hours ago last updated
- ▌ 060102 Zero Trust · natuleadan bundleZero Trust authentication pattern — validate identity once at entry, propagate via userRole, never trust client-provided role data.
- ▌ 020101 Contact Crm · natuleadan bundleBuilds a contact-product-organization CRM using CSV files with UUID linking, phone validation, and auto-export to PDF and XLSX.
- ▌ 060103 Better Auth · natuleadan bundleBetter Auth integration for Next.js — setup, API endpoints, client SDK, React Context provider, and Organization plugin for multi-tenant auth.
- ▌ 010107 Code Quality · natuleadan bundleTesting practices (vitest, TDD, coverage), security rules (secrets, XSS, injection, CORS), and seed data patterns (anonymization, multi-language).
- ▌ 010111 HTTP Caching · natuleadan bundleThree-tier caching — browser, runtime, and distributed cache. Pipeline batching, atomic transactions, invalidation, and multi-language cache keys.
- ▌ 080103 UX Standards · natuleadan bundleUX standards: WCAG accessibility, touch interaction, form UX, navigation, UX writing, cognitive load. Heuristic evaluation and critique methodology.
- ▌ 010104 Skill Creator · natuleadan bundleCreates AI agent skills from scratch — SKILL.md frontmatter, directory structure, progressive disclosure, evals, and distribution.
- ▌ 010116 I18N Patterns · natuleadan bundleInternationalization — translation tables, RTL support, safe translations, LangProvider, locale detection, SEO hreflang, and language config.
- ▌ 030102 Lancedb Index · natuleadan bundleLanceDB vector index types (IVF, HNSW, PQ, RQ), quantization techniques, reindexing strategies, and performance tuning.
- ▌ 040101 Docker Deploy · natuleadan bundleDocker deployment patterns for web applications — multi-stage builds, environment management, CI/CD integration, and self-hosting strategies.
- ▌ 060101 HTTP Security · natuleadan bundleMulti-layer web security patterns — rate limiting, Content Security Policy, security headers, CORS, IP deny lists, and graceful degradation.
- ▌ 030101 Lancedb Search · natuleadan bundleLanceDB vector search fundamentals — distance metrics, ANN indexing, embeddings, similarity search patterns, and performance tuning.
- ▌ 030104 Lancedb Hybrid · natuleadan bundleLanceDB hybrid search (vector + FTS with RRF), multivector search (ColBERT late interaction), and metadata filtering patterns.
- ▌ 010105 Frontend Coding · natuleadan bundleReact best practices, hydration pattern, web accessibility (ARIA, keyboard nav), and frontend performance (N+1 queries, lazy loading).
- ▌ 010108 Version Control · natuleadan bundleConventional commit format, git staging safety, disaster recovery with git reflog, and commit message best practices.
- ▌ 050105 Agent Discovery · natuleadan bundleAgent and service discovery via well-known URIs: Agent Skills Discovery, MCP Server Cards, progressive disclosure, integrity verification.
- ▌ 050107 Shadcn Showcase · natuleadan bundleBuilding component showcase pages with shadcn/ui — variant cards, data tables with TanStack, and charts with Recharts.
- ▌ 070101 Prisma Database · natuleadan bundlePrisma 7 setup with PostgreSQL driver adapters and Better Auth schema models (User, Session, Account, Verification).
- ▌ 010101 Package Security · natuleadan bundleSecures npm, pnpm, and bun against supply chain attacks — lockfile enforcement, provenance, version pinning, dependency audit, and script blocking.
- ▌ 010112 Typescript Rules · natuleadan bundleTypeScript strict mode, generics, mapped types, conditional types, Zod validation, migration strategy, and anti-patterns.
- ▌ 030103 Lancedb Fulltext · natuleadan bundleLanceDB full-text search — BM25 indexing, FTS querying, fuzzy search, phrase queries, field boosting, and boolean search.
- ▌ 050101 Elysia Framework · natuleadan bundleElysia API framework patterns — plugin pipeline, controller conventions, auto-routing, auth macro, TypeBox models, and multi-tier API keys.
- ▌ 050102 Nextjs Framework · natuleadan bundleNext.js 16 framework patterns — async APIs, server components, React Compiler, routing, caching, metadata SEO, and anti-patterns.
- ▌ 050104 SEO Optimization · natuleadan bundleTechnical SEO: XML Sitemaps, robots.txt, metadata, Open Graph, canonical URLs, structured data, search submission, AI agent content negotiation.
- ▌ 060104 Better Auth Rbac · natuleadan bundleRole-based access control with Better Auth — permission statements, createAccessControl, authorize() checks, dual auth, and frontend permission sync.
- ▌ 080104 Motion Animation · natuleadan bundleMotion design and animation: timing, easing, spring physics, micro-interactions, reduced motion, and performance for frontend interfaces.
- ▌ 010102 Install Toolchain · natuleadan bundleInstalls and configures JavaScript toolchain — npm, pnpm, bun, Node.js version managers, and PATH setup for new development environments.
- ▌ 010113 Polar Integration · natuleadan bundlePolar.sh payment integration — product sync, checkout, webhooks, multi-currency, MoR model, sandbox testing, and API reference.
- ▌ 010115 Supabase Platform · natuleadan bundleSupabase platform — Row Level Security, Edge Functions, Realtime patterns, Storage signed URLs, PostgreSQL schema design, and anti-patterns.
- ▌ 050106 Elysia Cache Tags · natuleadan bundleTag-based cache invalidation for Elysia — 3-level tags (entity/domain/cross) via Redis Sets, cache-aside, invalidation chains, and signed URL caching.
- ▌ 080102 Design Typography · natuleadan bundleTypography and layout: font selection, modular type scales, spacing systems, grid theory, and visual hierarchy for brand and product UI.
- ▌ 010103 Package Operations · natuleadan bundleDay-to-day package management for npm, pnpm, and bun — install, update, audit, publish, dependency inspection, and version conflict resolution.
- ▌ 010109 Release Automation · natuleadan bundleSemantic version mapping, semantic-release automation, post-release workflow, and release configuration for conventional commits.
- ▌ 010110 Clean Architecture · natuleadan bundleClean Architecture layer ordering and strict inward dependency flow for web applications. Domain → Application → Infrastructure → Actions → UI.
- ▌ 010114 Stripe Integration · natuleadan bundleStripe payment integration — Checkout Sessions, PaymentIntents, Connect, billing, Treasury, and migration from deprecated APIs.
- ▌ 050103 Tailwind Implement · natuleadan bundleTailwind CSS v4 CSS-first configuration and shadcn/ui component composition — CVA factories, styling rules, forms, icons, Base vs Radix API.
- ▌ 080101 Design Foundations · natuleadan bundleDesign foundations: color theory, token hierarchy, brand vs product registers, OKLCH, color strategies, absolute bans, and slop test.
- ▌ 030201 Pgvector Embeddings · natuleadan bundleVector search with pgvector — embedding generation (OpenAI or hash), HNSW indexing, cosine similarity search, and enriched product JOIN queries.
- ▌ 010106 Backend Architecture · natuleadan bundleBackend architecture — typed errors, structured API responses, domain modules, service/repository layering, env sanitization, and FK protection.
- ▌ 010117 Drizzle Orm Patterns · natuleadan bundleDrizzle ORM schema patterns — domain factories, prd_/sys_/tst_ prefixes, FK constraints, vector+HNSW, JSONB+GIN, raw SQL, and the as any bridge.
- ▌ 010118 Repository Factories · natuleadan bundleDomain repository factory — functions accepting Drizzle tables to create reusable CRUD for test (tst_) and production (prd_/sys_) tables.
- ▌ 010119 Integration Test Setup · natuleadan bundleBackend API test patterns — describeIf guards, getAuthHeaders, test-% cleanup, req() helper, KV isolation, sub-resource tests, and permissions matrix.
- ▌ 010122 Multi Currency Architecture · natuleadan bundleMulti-currency architecture — price-per-currency with FK chain to countries and taxes, geo detection via edge headers, admin CRUD.
- ▌ 010123 Multi Language Translations · natuleadan bundleMulti-language translations — per-entity translation tables, assembler pattern (fetch all, filter in-memory), cache invalidation, and slug per locale.