一键导入
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 职业分类
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.
| 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.