SkillAgentSearch skills...

Shuriken

Shuriken is a mostly Ninja compatible build system with a focus on correctness and reducing average build times over doing as little as possible.

Install / Use

/learn @per-gron/Shuriken
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Shuriken

Shuriken is a mostly Ninja compatible build system with a focus on correctness and reducing average build times over doing as little as possible.

Shuriken currently only works on Mac OS X.

Build instructions

git submodule update --init --recursive
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
ninja shk shk-trace
# shk and shk-trace binaries are now in bin/

To test:

ninja all shk-trace && ctest

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5mo ago
Forks2

Languages

C++

Security Score

87/100

Audited on Nov 7, 2025

No findings