gaebalai/claude-code-kit-ko

Claude Code용 한글 실무 스킬 킷트 (스킬 설계 · CI/CD · API · DB · 운영 · 팀 도입까지) 총 40가지 스킬 + Hooks, 템플릿입니다.

2Stars on the repository
41Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

api-auth-review

01

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A review of how an API controls who can access actions and data. An API is a way for software systems to communicate; authorization decides what an already identified user or service may do.

not rated 2 6mo ago A 50 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A guide for writing SDK release notes and migration instructions from the perspective of API users. An SDK is a code library that helps an application use an API.

not rated 2 6mo ago A 53 tokens

api-endpoint-design

03

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A guide to designing REST API endpoints from requirements. An API endpoint is a web address that software uses to request or change data.

not rated 2 6mo ago A 49 tokens

api-error-contract

04

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for designing API error codes and the error-response contract, meaning the agreed structure and rules for errors returned by an API.

not rated 2 6mo ago A 38 tokens

api-openapi-diff

05

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A tool for comparing OpenAPI or Swagger specifications, which describe an API’s endpoints and data, and identifying changes that may break users.

not rated 2 6mo ago A 41 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

An API design review for list endpoints. APIs are interfaces that let software exchange requests and data; pagination splits large result sets into pages, while filtering and sorting narrow and order them.

not rated 2 6mo ago A 38 tokens

api-versioning-plan

07

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A plan for moving an API from one major version to another, such as v1 to v2. An API version is a named release of the interface that other software depends on.

not rated 2 6mo ago A 33 tokens

bug-reproduce

08

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for establishing and recording the smallest reliable set of steps that reproduces a bug.

not rated 2 6mo ago A 32 tokens

bug-triage

09

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for investigating bugs from error logs or exception details by organizing possible causes and troubleshooting steps.

not rated 2 6mo ago A 45 tokens

ci-coverage-gate

10

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A continuous-integration test-coverage gate. Test coverage measures how much of the code is exercised by automated tests, and continuous integration runs checks when code changes.

not rated 2 6mo ago A 35 tokens

ci-flaky-triage

11

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A flaky-test triage helper for tests that sometimes pass and sometimes fail without a code change. It detects and classifies these tests and proposes isolation and retry policies.

not rated 2 6mo ago A 38 tokens

ci-test-matrix

12

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for designing CI test matrices. A test matrix runs checks across combinations such as operating systems, runtime versions, and databases.

not rated 2 6mo ago A 32 tokens

ci-workflow-add

13

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for generating GitHub Actions workflow templates. GitHub Actions is GitHub's system for running automated jobs such as builds and tests.

not rated 2 6mo ago A 39 tokens

ci-workflow-fix

14

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A tool for analyzing failed continuous-integration logs and proposing fixes. Continuous integration automatically builds and tests code when changes are made.

not rated 2 6mo ago A 38 tokens

db-backfill-plan

15

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A planning skill for backfilling existing data, meaning updating or completing records that are already stored.

not rated 2 6mo ago A 26 tokens

db-index-suggest

16

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A database-tuning helper that examines queries and their execution plans, which show how the database runs them, and suggests index changes.

not rated 2 6mo ago A 27 tokens

db-migration-draft

17

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A database-migration planning guide. A database migration changes the structure or stored data of an application’s database.

not rated 2 6mo ago A 27 tokens

db-migration-review

18

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A code-review tool that detects risky patterns in database migration files, which change a database's structure or data.

not rated 2 6mo ago A 29 tokens

db-query-review

19

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A database-query review tool that checks for performance problems such as N+1 queries, full-table scans, and expensive aggregation. An N+1 query repeatedly fetches related data instead of retrieving it efficiently.

not rated 2 6mo ago A 32 tokens

db-schema-review

20

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A database-schema review guide written in Korean. A database schema is the structure of tables, fields, relationships, and rules used to store data.

not rated 2 6mo ago A 27 tokens

db-seed-data-plan

21

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A planning aid for designing seed data, which is sample data inserted into a database for testing and validation. The description is in Korean and specifically refers to test and verification data.

not rated 2 6mo ago A 22 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A package-update planning aid that examines how changing software dependencies may affect a project and suggests a safe update order.

not rated 2 6mo ago A 26 tokens

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A skill for reviewing deployment scripts, which automate releasing software to an environment such as a server or production system.

not rated 2 6mo ago B 39 tokens

fe-a11y-audit

24

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

A frontend accessibility audit based on WCAG 2.1, the web standard for making sites usable by people with disabilities. It reports violations and specific fixes.

not rated 2 6mo ago A 41 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: