cfo
25gaebalai/claude-ceo-suite-plugin
Command
Chief Financial Officer review — cloud cost optimization, resource efficiency, billing logic, compute waste.
gaebalai/claude-ceo-suite-plugin
Command
Chief Financial Officer review — cloud cost optimization, resource efficiency, billing logic, compute waste.
gaebalai/claude-ceo-suite-plugin
Command
Chief Information Officer review — data governance, system integration, information architecture, schema management.
gaebalai/claude-ceo-suite-plugin
Command
Chief Legal Officer review — license compliance, data privacy, regulatory readiness, IP protection.
gaebalai/claude-ceo-suite-plugin
Command
Chief Marketing Officer review — SEO health, Core Web Vitals, social sharing, analytics implementation.
gaebalai/claude-ceo-suite-plugin
Command
Chief Operating Officer review — CI/CD pipelines, deployment strategy, observability, incident readiness.
gaebalai/claude-ceo-suite-plugin
Command
Chief Security Officer review — vulnerability assessment, auth patterns, secret management, dependency risks.
gaebalai/claude-ceo-suite-plugin
Command
CTO-level technical health review — tech debt, architecture, refactoring priorities.
gaebalai/claude-ceo-suite-plugin
Command
DX Lead review — developer experience, API ergonomics, SDK usability, onboarding quality.
gaebalai/claude-ceo-suite-plugin
Command
Product manager analysis — milestone triage, issue prioritization, release planning.
gaebalai/claude-ceo-suite-plugin
Command
QA Lead review — test coverage, quality metrics, testing strategy gaps.
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.
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.