gaebalai

82 mods across 5 repositories, 20 stars between them.

cfo

25

gaebalai/claude-ceo-suite-plugin

Command

Chief Financial Officer review — cloud cost optimization, resource efficiency, billing logic, compute waste.

4 4mo ago A 17 tokens

cio

26

gaebalai/claude-ceo-suite-plugin

Command

Chief Information Officer review — data governance, system integration, information architecture, schema management.

4 4mo ago A 16 tokens

clo

27

gaebalai/claude-ceo-suite-plugin

Command

Chief Legal Officer review — license compliance, data privacy, regulatory readiness, IP protection.

4 4mo ago A 16 tokens

cmo

28

gaebalai/claude-ceo-suite-plugin

Command

Chief Marketing Officer review — SEO health, Core Web Vitals, social sharing, analytics implementation.

4 4mo ago A 18 tokens

coo

29

gaebalai/claude-ceo-suite-plugin

Command

Chief Operating Officer review — CI/CD pipelines, deployment strategy, observability, incident readiness.

4 4mo ago A 17 tokens

cso

30

gaebalai/claude-ceo-suite-plugin

Command

Chief Security Officer review — vulnerability assessment, auth patterns, secret management, dependency risks.

4 4mo ago A 16 tokens

pm

33

gaebalai/claude-ceo-suite-plugin

Command

Product manager analysis — milestone triage, issue prioritization, release planning.

4 4mo ago A 14 tokens

claude-code-kit-ko

35

gaebalai/claude-code-kit-ko

Settings file Claude Code

A Korean-language practical toolkit for Claude Code, the AI coding assistant. It includes 40 skills plus hooks and templates for areas such as development, deployment, APIs, databases, operations, and team adoption.

2 6mo ago A tokens not measured

api-auth-review

36

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.

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.

2 6mo ago A 53 tokens

api-endpoint-design

38

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.

2 6mo ago A 49 tokens

api-error-contract

39

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.

2 6mo ago A 38 tokens

api-openapi-diff

40

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.

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.

2 6mo ago A 38 tokens

api-versioning-plan

42

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.

2 6mo ago A 33 tokens

bug-reproduce

43

gaebalai/claude-code-kit-ko

Skill Claude CodeCodex

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

2 6mo ago A 32 tokens

bug-triage

44

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.

2 6mo ago A 45 tokens

ci-coverage-gate

45

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.

2 6mo ago A 35 tokens

ci-flaky-triage

46

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.

2 6mo ago A 38 tokens

ci-test-matrix

47

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.

2 6mo ago A 32 tokens

ci-workflow-add

48

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.

2 6mo ago A 39 tokens