Skill Claude CodeCodex
A guide for investigating Java memory problems using heap dumps and related reports. A heap dump is a snapshot of objects held in the Java Virtual Machine's memory.
Skill Claude CodeCodex
A guide for investigating Java memory problems using heap dumps and related reports. A heap dump is a snapshot of objects held in the Java Virtual Machine's memory.
Skill Claude CodeCodex
A set of coding conventions for BK-CI Kotlin back-end projects. Kotlin is a programming language, and back-end code runs the services behind an application.
Skill Claude CodeCodex
A guide for deciding how an AI coding task should be handled in BK-CI.
Skill Claude CodeCodex
A tool for managing existing BK-CI pipeline builds through MCP, a way for software tools to interact with services.
Skill Claude CodeCodex
A guide for working on BK-CI's low-level microservice infrastructure, including configuration, events, service calls, language support, and logging.
Skill Claude CodeCodex
A guide for changing BK-CI's IAM RBAC permission model, which controls who can perform which actions on which resources.
Skill Claude CodeCodex
A guide to the structure of BK-CI pipeline models: Model, Stage, Container, and Element.
Skill Claude CodeCodex
A guide to reading BK-CI pipeline and creative-flow Model JSON, the structured data that describes how a workflow runs.
Skill Claude CodeCodex
A guide for developing BK-CI pipeline plugins, which add individual actions to a build pipeline.
Skill Claude CodeCodex
A guide for BK-CI pipeline templates, which let teams reuse a standard pipeline setup.
Skill Claude CodeCodex
A guide for managing variables in BK-CI pipelines, including how values move and change while a pipeline runs.
Skill Claude CodeCodex
A guide to BK-CI's core Process module, which handles pipeline records, starting builds, runtime state, engine control, events, and database storage.
Skill Claude CodeCodex
Guidance for BK-CI project management and project boundaries. It covers project creation, properties, member permissions, labels, project partitioning, resource ownership, project IDs, and migration.
Skill Claude CodeCodex
Guidance for BK-CI code-repository integration, including Git, SVN, GitHub, and TGit repositories. It covers access permissions, authentication, webhooks, PAC settings, repository differences, and commit records.
Skill Claude CodeCodex
Guidance for writing, shortening, or restructuring BK-CI skills, which are reusable instructions for coding-agent tasks. It covers descriptions, standard main-file structure, reference files, and staged disclosure of details.
Skill Claude CodeCodex
Guidance for writing BK-CI back-end code with Spring Boot, a Java framework for building server applications. It covers configuration, dependency setup, transactions, data access, error handling, monitoring, and framework practices.
Skill Claude CodeCodex
Guidance for the BK-CI development store, a marketplace for publishing and distributing plugins, templates, images, and other components. It covers publishing, review, installation, statistics, and extension points.
Skill Claude CodeCodex
Guidance for BK-CI supporting services such as tickets, environments, notifications, logs, quality checks, and OpenAPI, the standard format used to describe web APIs. It explains each service's role, boundaries, and entry points.
Skill Claude CodeCodex
Guidance for unit tests, which check small pieces of code in isolation, in BK-CI. It covers JUnit 5, MockK, test organization, mocked dependencies, exception checks, and TDD, a method of writing tests before implementation.
Skill Claude CodeCodex
Guidance for using BK-CI utility components such as JWT authentication tokens, expression parsing, thread pools, loop helpers, and responsibility-chain implementations.
Skill Claude CodeCodex
Guidance for BK-CI Workers, the processes that claim and run tasks. It covers plugin execution, log reporting, environment-variable passing, and artifact archiving.
Skill Claude CodeCodex
Guidance for working with BK-CI pipeline files written in YAML, a text format for structured configuration. It covers importing and exporting pipelines, converting YAML to internal models and back, PAC, templates, comments, expressions, and validation.