← all publishers

atuljha23

@atuljha23 source repo

11 published skills

  1. Debug Playbook · atuljha23
    Hypothesis-driven debugging — reproduce, hypothesize, probe, locate, fix, guard. Use when something is broken and you don't yet know why.
    0
    installs
  2. Perf Checklist · atuljha23
    Performance quick reference — Core Web Vitals, bundle size, rendering, DB queries, caching. Use during implementation or review when perf matters.
    0
    installs
  3. Pr Review Rubric · atuljha23
    Staff-level PR review rubric — correctness, contract, clarity, tests, blast radius. Use when reviewing code (yours or others') before merge.
    0
    installs
  4. Migration Patterns · atuljha23
    Safe schema-migration patterns for systems under live traffic — expand/contract, backfill, double-write, shadow-read, online DDL. Use when authoring, reviewing, or sequencing a migration that can't take a maintenance window.
    0
    installs
  5. Security Checklist · atuljha23
    OWASP-style quick reference — authn/authz, injection, secrets, sessions, crypto, dependencies. Use during code review and before committing security-sensitive changes.
    0
    installs
  6. Context Engineering · atuljha23
    Apply the Write/Select/Compress/Isolate framework to manage the context window. Use when the task is long, the transcript is bloated, the model is drifting, or before /holocron:handoff.
    0
    installs
  7. Observability Checklist · atuljha23
    What good observability looks like — structured logs, trace spans, metrics, correlation ids, and the instrumentation rules that turn logs into answers. Use when adding a feature, reviewing a service, or debugging a prod issue.
    0
    installs
  8. API Design · atuljha23
    REST and GraphQL API design conventions — resource modeling, pagination, error envelopes, versioning, idempotency. Use when adding, changing, or reviewing endpoints.
    0
    installs
  9. Test Patterns · atuljha23
    Reference for writing tests that actually protect against regressions — deep assertions over spies, table-driven tests, fixture hygiene, AAA structure. Use when writing, reviewing, or refactoring tests.
    0
    installs
  10. Token Economy · atuljha23
    Rubric for keeping Claude Code sessions cheap without losing quality — model tiering, cache hygiene, Read discipline, MCP pruning, subagent isolation. Use when cost feels wrong, before setting a budget, or when onboarding a teammate.
    0
    installs
  11. A11Y Checklist · atuljha23
    WCAG 2.2 AA quick reference — semantics, keyboard, names, states, contrast, motion, errors. Use when building or reviewing UI components.
    0
    installs