13eholder-m11-ecosystem
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
-
Is the build reproducible?
- Yes? → CMake + Manifest (vcpkg.json).
- No? → Manual paths (Bad).
-
Are you checking for bugs?
fsanitize=address(ASan) catches 90% of memory errors.
Quick Reference
| Tool | Purpose |
|---|---|
| CMake | Build System Generator. |
| vcpkg | MSFT Package Manager (Source based). |
| Conan | Python Package Manager (Binary caching). |
| ASan | Address Sanitizer (Memory bugs). |
| Clang-Tidy | Static Analysis / Linter. |
Weekly Installs
1
Source
smithery.ai/ski…cosystemFirst Seen
Feb 28, 2026
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1