con un clic
create-test
Create a test or benchmark in tests/ using the tests/templates primitives
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a test or benchmark in tests/ using the tests/templates primitives
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
A hierarchical GAN coder campaign. Run only when user mentions using Sol/Luna, claudex fleets, competing implementations, or architecture contests. The CMDR derives checkpointed operational phases from the ingested mission and advances them through fresh blind Opus supervisors; every code-bearing artifact is produced by claudex Sol/Luna Individual Units; supervisors only commission, judge, select, gate, and report.
Run the anopticengine FPS / GPU-pass benchmark and write the result to docs/benchmarks/. Use whenever asked to benchmark, run the sweep, measure frame throughput, or compare a shadow/render knob. Drives tools/perf/bench_fps_<platform>.py (win64 / linux / macos). NEVER invent a runner. Full methodology and every env knob live in tools/perf/bench_fps.md.
Simplify comments and tighten naming in the given files
Drive an anoptic-engine change at its runtime surface — nix run to build+launch, screenshot-macos to capture, eval+substitution for Linux artifacts from a Mac.
Screenshot or visually inspect a running app's window on macOS (Darwin). ALWAYS use this whenever you need to see a native GUI on macOS — verify a rendered frame, confirm a visual change, capture any on-screen app. Runs .claude/tools/screenshot-macos (screencapture + CGWindowList). NEVER osascript / AppleScript / System Events.
Implement one step from the build sequence in docs/TODO.md
| name | create-test |
| description | Create a test or benchmark in tests/ using the tests/templates primitives |
| argument-hint | [module or behavior under test] |
Create tests/anotest_<name>.c for $ARGUMENTS. Register it in tests/CMakeLists.txt.
Conventions:
Templates via #include "templates/<x>.h". Header-only, no CMake changes:
Timed loops stamp raw ticks only. Convert and sort after the loop, in bench_lat_stats.
After: build.bat 5 (or ./build.sh 5), run the new binary by hand, show git diff --stat.