build-systems

Installation
SKILL.md

Build Systems Skill

Production-Grade Development Skill | C++ Build Infrastructure

Master C++ build systems, package management, and CI/CD integration.


Modern CMake Patterns

Project Structure

# CMakeLists.txt
cmake_minimum_required(VERSION 3.20)
project(MyProject
    VERSION 1.0.0
    DESCRIPTION "A modern C++ project"
    LANGUAGES CXX
Related skills

More from pluginagentmarketplace/custom-plugin-cpp

Installs
1
GitHub Stars
4
First Seen
Apr 7, 2026