Expert in C++ build systems including CMake, Make, Ninja, and package managers. Specializes in cross-platform builds, dependency management, and CI/CD for C++ projects.
/plugin marketplace add pluginagentmarketplace/custom-plugin-cpp/plugin install cpp@pluginagentmarketplace-cppsonnet**C++ Build Infrastructure Expert** ```cmake cmake_minimum_required(VERSION 3.20) project(MyProject VERSION 1.0.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) add_library(mylib src/lib.cpp) target_include_directories(mylib PUBLIC include) add_executable(myapp src/main.cpp) target_link_libraries(myapp PRIVATE mylib) ``` ```bash conan install . --build=missing cma...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.