with one click
Index of Build Systems Skills
npx skills add https://github.com/tools-only/X-Skills --skill build-systems-indexCopy and paste this command into Claude Code to install the skill
Index of Build Systems Skills
npx skills add https://github.com/tools-only/X-Skills --skill build-systems-indexCopy and paste this command into Claude Code to install the skill
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
Comprehensive guide to GNU Debugger (GDB) for debugging C/C++/Rust programs. Covers breakpoints, stack traces, variable inspection, TUI mode, .gdbinit customization, Python scripting, remote debugging, and core file analysis.
Paxos consensus algorithm including Basic Paxos, Multi-Paxos, roles, phases, and practical implementations
Gossip protocols for disseminating information, failure detection, and eventual consistency in large-scale distributed systems
Leader election algorithms including bully algorithm, ring algorithm, and consensus-based election with RAFT/Paxos
| name | build-systems-index |
| description | Index of Build Systems Skills |
Total Skills: 8 Category: build-systems
Description: Bazel BUILD files, WORKSPACE/MODULE.bazel, hermetic builds, remote caching, build rules, Starlark custom rules, and monorepo best practices for polyglot projects.
Load this skill: Read bazel-monorepos.md
Description: Incremental builds, dependency tracking, build caching (ccache, sccache, Bazel), parallel builds, build time profiling, and CI/CD optimization strategies.
Load this skill: Read build-optimization.md
Description: Decision matrix for choosing between Make, CMake, Gradle, Maven, Bazel, and other build systems based on project requirements, language, and scale.
Load this skill: Read build-system-selection.md
Description: Modern CMake target-based approach, find_package, FetchContent, generator expressions, cross-platform configuration, and installation rules for C/C++ projects.
Load this skill: Read cmake-patterns.md
Description: Platform detection, conditional compilation, preprocessor macros, CMake cross-compilation, Zig cross-compilation, toolchain configuration, and multi-platform testing strategies.
Load this skill: Read cross-platform-builds.md
Description: Gradle Kotlin DSL and Groovy DSL, dependency management, version catalogs, build lifecycle, task configuration, multi-project builds, and performance optimization for Java/Kotlin projects.
Load this skill: Read gradle-jvm-builds.md
Description: Makefile syntax, targets, dependencies, pattern rules, and best practices for building C/C++ and multi-language projects with Make.
Load this skill: Read make-fundamentals.md
Description: Maven POM structure, dependency management, plugin configuration, lifecycle phases, multi-module projects, profiles, and repository management for Java projects.
Load this skill: Read maven-configuration.md
# List all skills in this category
ls skills/build-systems/*.md
# Load specific skills
Read bazel-monorepos.md
Read build-optimization.md
Read build-system-selection.md
# ... and 5 more
See skills/README.md for the complete catalog of all categories and gateway skills.
Browse: This index provides a quick reference. Load the discover-cicd gateway skill for common workflows and integration patterns.
Read ../discover-cicd/SKILL.md