ワンクリックで
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.