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.
Claude Code용 한글 실무 스킬 킷트 (스킬 설계 · CI/CD · API · DB · 운영 · 팀 도입까지) 총 40가지 스킬 + Hooks, 템플릿입니다.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A skill for establishing and recording the smallest reliable set of steps that reproduces a bug.
Skill Claude CodeCodex
A skill for investigating bugs from error logs or exception details by organizing possible causes and troubleshooting steps.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A planning skill for backfilling existing data, meaning updating or completing records that are already stored.
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.
Skill Claude CodeCodex
A database-migration planning guide. A database migration changes the structure or stored data of an application’s database.
Skill Claude CodeCodex
A code-review tool that detects risky patterns in database migration files, which change a database's structure or data.
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.
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.
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.
Skill Claude CodeCodex
A package-update planning aid that examines how changing software dependencies may affect a project and suggests a safe update order.
Skill Claude CodeCodex
A skill for reviewing deployment scripts, which automate releasing software to an environment such as a server or production system.
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.
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: