원클릭으로
build
Use when: configuring or building libatbus with CMake, changing shared/static builds, or adjusting bus ID/build type options.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when: configuring or building libatbus with CMake, changing shared/static builds, or adjusting bus ID/build type options.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | build |
| description | Use when: configuring or building libatbus with CMake, changing shared/static builds, or adjusting bus ID/build type options. |
This repo uses CMake (>= 3.24) and requires C++17.
cmake ..cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfocmake --build .cmake --build . --config RelWithDebInfoctest . -VBUILD_SHARED_LIBS (NO/YES)ATBUS_MACRO_BUSID_TYPE (default: uint64_t)CMAKE_BUILD_TYPE (Debug/Release/RelWithDebInfo)Tip: Prefer RelWithDebInfo (or Release) for benchmarks/production; Debug has significant overhead.
Use when: auditing or optimizing AI agent prompts, bridge files, skills, SKILL.md metadata, and cross-tool compatibility.
Use when: working on libatbus protocol transport, ECDH handshakes, cipher/compression negotiation, message framing, access token auth, connection_context, or crypto-related tests.
Use when: running or writing libatbus unit tests, filtering private test cases, testing topology/shared-memory behavior, or fixing Windows DLL/PATH startup issues.