Skip to main content

이 저장소의 skills

kid-sid/claude-spellbook - 2페이지

SkillsMP는 kid-sid/claude-spellbook에서 65개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

kid-sid/claude-spellbook

수집된 skill 65개 중 25개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Use when reviewing code for quality, naming a class or function, choosing a design pattern, refactoring a code smell, or establishing coding conventions for a new project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building a RAG pipeline that ingests PDFs, Excel, CSV, or images — especially when debugging silent data loss, choosing between OCR tools, or handling edge cases like scanned pages, merged cells, or embedded charts.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when choosing a deployment strategy for a release, setting up canary or blue/green rollouts, adding feature flags to decouple deployment from release, coordinating a zero-downtime database migration, or defining rollback criteria and procedures.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when choosing a branching strategy, writing a commit message, opening or reviewing a pull request, setting up commit linting, or tagging a versioned release.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing or debugging an event-driven system — choosing Kafka partitioning strategies, implementing the outbox pattern, handling dead-letter queues, ensuring idempotent consumers, or making event sourcing decisions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when structuring a FastAPI application, designing dependency injection chains, defining Pydantic v2 schemas, adding JWT authentication, or writing async route tests with httpx.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when triaging a production alert, writing a postmortem, creating or updating a runbook, classifying incident severity, or setting up on-call escalation paths.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing Terraform for cloud resources, setting up remote state, structuring modules for reuse, managing multiple environments, reviewing a plan before apply, or importing and resolving state drift.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when writing tests that hit a real database or broker, setting up Testcontainers for a project, testing HTTP endpoints end-to-end within the service boundary, or implementing contract tests between two services.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when decomposing a monolith, designing inter-service communication, implementing circuit breakers or sagas, reasoning about data ownership across services, or setting up an API gateway for a distributed system.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when adding structured logging, instrumenting Prometheus metrics, wiring up distributed tracing with OpenTelemetry, writing alerting rules, defining SLOs and error budgets, or building a Grafana golden-signals dashboard.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when load testing a service before launch or after a significant traffic change — writing k6 or Locust scripts, setting SLO-based pass/fail thresholds, diagnosing bottlenecks under load, or integrating performance tests into CI.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when defining request/response schemas, writing custom validators, controlling serialization for PATCH endpoints, validating non-model data with TypeAdapter, or configuring app settings from environment variables with pydantic-settings.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing or debugging non-trivial Python — async pitfalls, type system patterns, dataclass vs Pydantic decisions, decorator design, generator efficiency, or language-specific idioms like structural pattern matching and slots.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Use when writing a PRD, drafting user stories with acceptance criteria, breaking an epic into sprint-sized vertical slices, story pointing in planning poker, or defining a team's Definition of Done.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Use when implementing authentication, authorization, input validation, or secrets management — or when auditing an existing service against OWASP Top 10 risks, configuring security headers, or running a STRIDE threat model.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when writing Playwright E2E tests for critical user journeys, setting up post-deployment smoke tests, debugging flaky browser automation, or implementing BDD feature files with Gherkin.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when using async SQLAlchemy 2.0 — defining models, writing queries, managing async sessions, loading relationships without N+1, or setting up and debugging Alembic migrations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing a new service from scratch, writing a tech spec or RFC, selecting a database or communication pattern, estimating capacity, or reviewing a design for scalability and reliability gaps.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when composing Tailwind utilities, building responsive or dark-mode layouts, defining component variants with cva, resolving conflicting classes with tailwind-merge, or configuring a custom theme.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing a README, documenting an API with OpenAPI, drafting a runbook for on-call engineers, authoring a technical spec or ADR, or setting up docs-as-code with auto-deploy to GitHub Pages.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when choosing a testing model for a new project, auditing a test suite that is slow or provides low confidence, setting coverage targets, or writing a QA test plan for a release.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing advanced TypeScript — creating utility types, narrowing unions, resolving tricky type errors, configuring the compiler for strict mode, building branded types, or augmenting third-party module types.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when writing unit tests for a function or module, mocking external dependencies, practising TDD on new business logic, or enforcing a coverage target across a codebase in Python, TypeScript, or Go.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when creating an implementation plan for a non-trivial task — any change spanning multiple files, involving a database migration, requiring specific sequencing, or being handed off to a subagent for execution.

원문 언어: 영어

업데이트
수집된 skill 65개 중 25개를 표시합니다.