← all publishers

kimtth

@kimtth source repo

139 published skills · page 2 of 2

  1. Secrets Management · kimtth
    Use when: handle credentials, keys, and tokens without leaking them into code, logs, or history.
    0
    installs
  2. Structured Logging · kimtth
    Use when: emit structured, queryable logs with the right levels, context, and no sensitive data.
    0
    installs
  3. Database Migrations · kimtth
    Use when: write and apply schema migrations safely without downtime or data loss.
    0
    installs
  4. Next Best Practices · kimtth
    Use when: build Next.js App Router apps with correct file conventions, RSC boundaries, and data flow.
    0
    installs
  5. Understand Codebase · kimtth
    Use when: onboard onto an unfamiliar or large codebase by mapping its structure, dependencies, and business logic before editing.
    0
    installs
  6. Using Git Worktrees · kimtth
    Use when: starting feature work that should be isolated from the current checkout or branch.
    0
    installs
  7. Dependency Injection · kimtth
    Use when: decouple components by injecting their dependencies instead of constructing them inline.
    0
    installs
  8. Domain Driven Design · kimtth
    Use when: model a complex domain with a shared language, bounded contexts, and clear aggregates.
    0
    installs
  9. Systematic Debugging · kimtth
    Use when: a bug is unclear and you need a hypothesis-driven loop instead of random edits.
    0
    installs
  10. Academic Paper Review · kimtth
    Use when: review an academic paper with a structured review form and multiple reviewer personas.
    0
    installs
  11. Extract Design System · kimtth
    Use when: extract tokens, components, and patterns from an existing codebase into a documented system.
    0
    installs
  12. Next Cache Components · kimtth
    Use when: apply Next.js caching correctly — use cache, cacheLife, cacheTag, PPR, and revalidation.
    0
    installs
  13. Receiving Code Review · kimtth
    Use when: handling code review feedback before implementing suggestions or pushing back.
    0
    installs
  14. Web Design Guidelines · kimtth
    Goal: review real UI files against the latest web interface rules.
    0
    installs
  15. Multi Stage Dockerfile · kimtth
    Use when: create or review optimized multi-stage Dockerfiles for smaller, safer, reproducible application images.
    0
    installs
  16. Property Based Testing · kimtth
    Use when: test invariants over generated inputs instead of a few hand-picked examples.
    0
    installs
  17. Requesting Code Review · kimtth
    Use when: prepare completed work for review so a reviewer can evaluate it quickly.
    0
    installs
  18. Tailwind Design System · kimtth
    Use when: implement a design system in Tailwind with tokens, variants, and consistent components.
    0
    installs
  19. Postgresql Optimization · kimtth
    Use when: improve PostgreSQL schema, queries, indexes, JSONB, arrays, full-text search, or performance with Postgres-specific features.
    0
    installs
  20. Test Driven Development · kimtth
    Use when: implement a change with a TDD loop — failing test first, minimal fix, verify, refactor.
    0
    installs
  21. Playwright Generate Test · kimtth
    Use when: generate a Playwright test from a user scenario by first exploring the UI and then saving a passing test.
    0
    installs
  22. Event Driven Architecture · kimtth
    Use when: design systems around events and messages with reliable, decoupled processing.
    0
    installs
  23. Merge Conflict Resolution · kimtth
    Use when: resolve git merge or rebase conflicts correctly without losing intended changes.
    0
    installs
  24. Playwright Best Practices · kimtth
    Use when: write or fix Playwright tests with resilient selectors, fixtures, parallelism, and CI.
    0
    installs
  25. Typescript Advanced Types · kimtth
    Use when: model complex APIs with discriminated unions, conditional, and template literal types.
    0
    installs
  26. Dispatching Parallel Agents · kimtth
    Use when: multiple independent coding, debugging, or research tasks can be investigated in parallel.
    0
    installs
  27. Subagent Driven Development · kimtth
    Use when: orchestrate specialized subagents to handle distinct parts of one larger task.
    0
    installs
  28. Vercel Composition Patterns · kimtth
    Use when: design composable React component APIs that scale without boolean prop sprawl.
    0
    installs
  29. Vercel React Best Practices · kimtth
    Use when: write or review React/Next.js code for performance — waterfalls, re-renders, bundle size.
    0
    installs
  30. Architecture Decision Records · kimtth
    Use when: record a significant technical decision, its context, and consequences as an ADR.
    0
    installs
  31. Improve Codebase Architecture · kimtth
    Use when: propose structural improvements to a codebase without rewriting it wholesale.
    0
    installs
  32. Finishing A Development Branch · kimtth
    Use when: implementation is complete and you need to verify, summarize, and choose merge, PR, commit, or cleanup flow.
    0
    installs
  33. Verification Before Completion · kimtth
    Use when: about to claim work is complete, fixed, passing, or ready for commit or PR.
    0
    installs
  34. PPTX Deck Context · kimtth bundle
    Prepare the narrative, sources, and design context for an editable PPTX deck.
    1
    install
  35. PPTX Quality Gates · kimtth bundle
    Validate and repair editable PPTX artifacts, including layout, package, accessibility, and visual checks.
    1
    install
  36. PPTX Visual Assets · kimtth bundle
    Plan and place supporting visual assets in editable PPTX decks without flattening slide content.
    1
    install
  37. PPTX Slide Specification · kimtth
    Author or repair coordinate-explicit JSON specifications for editable PPTX decks.
    1
    install
  38. PPTX Reference Deck Analysis · kimtth bundle
    Reference PPTX analysis: extraction, style analysis, deck diagnostics, and safe read-only OOXML package inspection.
    1
    install
  39. PPTX Deck Creation · kimtth bundle
    Create editable, production-ready PPTX decks with narrative planning, explicit layout specs, asset guidance, and quality checks.
    1
    install