skills/smithery.ai/13eholder-m11-ecosystem

13eholder-m11-ecosystem

Installation
SKILL.md

C++ Ecosystem

Core Question

How do I build and maintain this?

  • Build: CMake (Standard).
  • Deps: vcpkg or Conan (Don't manual install).
  • Quality: Clang-Tidy + AddressSanitizer.

Thinking Prompt

  1. Is the build reproducible?

    • Yes? → CMake + Manifest (vcpkg.json).
    • No? → Manual paths (Bad).
  2. Are you checking for bugs?

    • fsanitize=address (ASan) catches 90% of memory errors.
Installs
1
First Seen
Feb 28, 2026
13eholder-m11-ecosystem from smithery.ai