{
  "$schema": "https://claude-code-skills.dev/schemas/featured.v1.json",
  "version": "1.0.0",
  "description": "Hand-curated best-of-the-catalog. Recommended starting point — install one or two from the relevant section before browsing the full categories. Listed in priority order within each section.",
  "sections": [
    {
      "title": "Design discipline (start here for any UI work)",
      "skills": [
        { "name": "design-elevation-protocol", "why": "5-pass interrogation that catches the generic AI aesthetic before it ships" },
        { "name": "design-self-review", "why": "Brutal self-critique pass — pairs perfectly with design-elevation-protocol" },
        { "name": "dammyjay-interface-design", "why": "Intent-first dashboard / tool design with the swap/squint/signature/token tests" },
        { "name": "distinctive-typography-pairings", "why": "Verified font triads beyond the Inter/Roboto default — by aesthetic family" },
        { "name": "layered-background-craft", "why": "CSS-only atmospheric backgrounds — kills the flat-bg-white tell" },
        { "name": "cyrillic-typography", "why": "Distinctive Cyrillic typography that doesn't fall back to Arial" }
      ]
    },
    {
      "title": "Frontend implementation",
      "skills": [
        { "name": "shadcn-radix-component-architect", "why": "Composable accessible components without the stock-shadcn look" },
        { "name": "tailwind-v4-systems", "why": "CSS-first @theme tokens, OKLCH, container queries, fluid type" },
        { "name": "next-15-app-router-streaming", "why": "Suspense streaming + PPR + use-cache + Server Actions in Next 15 / React 19" },
        { "name": "astro-content-collections-2026", "why": "Content Layer API with type-safe Zod schemas, zero-JS by default" },
        { "name": "motion-orchestration-staggered", "why": "Choreographed page-load motion with staggered reveals" },
        { "name": "curated-image-sourcing", "why": "Real, HEAD-verified images — no hallucinated CDN URLs" }
      ]
    },
    {
      "title": "Backend",
      "skills": [
        { "name": "hono-edge-api-2026", "why": "Cross-runtime HTTP API with typed RPC client (Node/Bun/Deno/Cloudflare/Vercel)" },
        { "name": "drizzle-postgres-migrations", "why": "Type-safe Drizzle + zero-downtime online migration playbook" },
        { "name": "bullmq-background-jobs", "why": "BullMQ workers with retries, dead-letter, graceful shutdown" },
        { "name": "zod-contract-first-api", "why": "One Zod schema per endpoint → request validation + OpenAPI + AI tool-use spec" }
      ]
    },
    {
      "title": "Video editing & generation",
      "skills": [
        { "name": "ffmpeg-pipeline-broadcast", "why": "Broadcast-grade FFmpeg pipelines from Node — loudnorm, hwaccel, faststart" },
        { "name": "remotion-programmatic-video", "why": "React-as-renderer for data-driven video, with @remotion/lambda for scaling" },
        { "name": "remotion-best-practices", "why": "Official Remotion-team rules for compositions, captions, FFmpeg, voiceover" },
        { "name": "subtitle-burn-word-level", "why": "Word-level animated subtitles via ASS or Remotion — TikTok/Reels-ready" },
        { "name": "video-use", "why": "Edit any video conversationally — audio-first cuts, parallel sub-agents, hard production rules" },
        { "name": "whisper-transcription-pipeline", "why": "Robust Whisper pipeline — chunking, word timings, normalized JSON output" },
        { "name": "ai-tts-dub-broadcast", "why": "Translate + TTS-dub + duck ambience + loudnorm — broadcast-ready dubbing" },
        { "name": "text-to-video-prompting-2026", "why": "Director-grade prompting for Sora 2 / Veo 3 / Runway Gen-4 / Kling 2.0 / Pika 2.1" },
        { "name": "claude-shorts", "why": "Longform → vertical shorts with 5-dim segment scoring + audio-aware boundary snapping" },
        { "name": "clawvid", "why": "Workflow-JSON pipeline for AI shorts (fal.ai + VEED + beatoven) with frame chaining" }
      ]
    },
    {
      "title": "DevOps & quality",
      "skills": [
        { "name": "docker-compose-prod-grade", "why": "Single-VPS prod stack with healthchecks, log rotation, zero-downtime swap" },
        { "name": "github-actions-monorepo-ci", "why": "Turbo monorepo CI under 3 min via affected-only + remote cache" },
        { "name": "playwright-visual-regression", "why": "Deterministic screenshot tests with font-loading + animation pause" },
        { "name": "vitest-tdd-discipline", "why": "Tight red→green→refactor loop, when to mock, when not to" },
        { "name": "owasp-review-2026", "why": "Pre-launch security review with grep-able anti-patterns" }
      ]
    },
    {
      "title": "Workflow & meta",
      "skills": [
        { "name": "writing-plans-discipline", "why": "Short, decision-dense plans — alignment, not documentation" },
        { "name": "product-context-verification", "why": "Verify product/domain context before generating anything" },
        { "name": "duckdb-analytics-in-node", "why": "OLAP queries over Parquet/CSV/JSON without a warehouse" }
      ]
    }
  ]
}
