stars
0
forks
3
last update
license
Unknownv1.0.0
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add cogpy-bolt-cppml// Run from any project directory
$ claude --skill cogpy-bolt-cppml "wire up a GitHub Actions deploy"// extracted bash block
$ git clone https://github.com/cogpy/bolt-cppml.git
cd bolt-cppml
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)Build and optimize the Bolt C++ ML IDE with neural network module architecture. Use for C++ IDE development with GGML integration, RWKV neural networks, AI code completion, GPU acceleration, and modular component composition following nn pa
Loading README…
$ cat reviews/